Skip to content

Commit ee809e1

Browse files
author
Michał Górny
committed
README.
1 parent 9ff696a commit ee809e1

1 file changed

Lines changed: 47 additions & 0 deletions

File tree

README

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
udev-based automounter (uam)
2+
(C) 2008 Michał Górny
3+
Licensed under the terms of GPL2
4+
5+
6+
== INTRO
7+
8+
What is it all about? This is just simple tool for mounting pendrives and alikes
9+
when inserted -- something like ivman or functionality integrated in KDE/GNOME.
10+
11+
So what's the difference? Unlike those tools uam doesn't use HAL. Unlike
12+
traditional automounters it doesn't require you to sacrifice memory for three
13+
additional daemons -- HAL, dbus & the mounter itself. Instead you just have to
14+
have udev running (which you'd like to have anyway) and uam will be called by it
15+
everytime an USB stick is inserted.
16+
17+
It has few drawbacks too. The most important that it can't mount ejectable
18+
drives -- it fully depends on udev, which doesn't report anything when CD or
19+
floppy is inserted.
20+
21+
Currently there is also no mechanism for allowing non-root users to umount
22+
uam-mounted drives. They can either 'sync' the device and hope everything will
23+
be fine when they remove the disk (uam will unmount it then) or use pmount.
24+
25+
26+
== INSTALLING
27+
28+
# make install
29+
...and you're done. The scripts will be installed in /lib/udev/uam/, config file
30+
will be located in /etc/udev and rules file in /etc/udev/rules.d/.
31+
32+
You'd probably like to reload udev rules, too:
33+
# udevadm control --reload-rules
34+
35+
36+
== USING
37+
38+
It should 'just work'. If it doesn't, take a look at syslog and/or configuration
39+
file. If you're sure everything is set right, contact me and I'll see what I can
40+
do for you.
41+
42+
43+
== CONTACT
44+
45+
xmpp:mgorny@jabster.pl
46+
http://mgorny.alt.pl/j/webmail
47+

0 commit comments

Comments
 (0)