Gentoo Archives: gentoo-user

From: Stephen Liu <satimis@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Auto-mount USB device
Date: Mon, 09 Oct 2006 04:42:34
Message-Id: 20061009043703.93791.qmail@web35212.mail.mud.yahoo.com
1 Hi Iain,
2
3 Tks for your advice.
4
5 > 2. add yourself to the plugdev group
6 > 3. remove any lines in /etc/fstab for the same device you want to
7 > automount
8
9 # nano /etc/group
10 adding "satimis" on;
11 plugdev:x:1004:haldaemon;satimis
12 (remark:- also tried "plugdev:x:1004:haldaemon,satimis")
13
14
15 # cat /etc/fstab
16 shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
17 devpts /dev/pts devpts rw 0 0
18 /dev/hda2 / ext3 rw,data=ordered 0 1
19 /dev/hda1 /boot ext2 rw,nogrpid 0 2
20 /dev/vg/usr /usr ext3 rw,data=ordered 0 3
21 /dev/vg/home /home ext3 rw,data=ordered 0 4
22 /dev/vg/var /var ext3 rw,data=ordered 0 5
23 /dev/vg/opt /opt ext3 rw,data=ordered 0 6
24 /dev/vg/tmp /tmp ext3 rw,data=ordered 0 7
25 none /proc proc rw,nodiratime 0 0
26 udev /dev tmpfs rw,nosuid 0 0
27 * end *
28
29
30 USB enclosure still could not be mounted automatically on plugging in
31
32
33 B.R.
34 satimis
35
36
37
38
39 --
40 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Auto-mount USB device Iain Buchanan <iaindb@××××××××××××.au>