Gentoo Archives: gentoo-user

From: Stephen Liu <satimis@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How to allow user to mount USB enclosure
Date: Tue, 21 Nov 2006 04:09:15
Message-Id: 626570.63245.qm@web35208.mail.mud.yahoo.com
In Reply to: Re: [gentoo-user] How to allow user to mount USB enclosure by Daniel da Veiga
1 Hi Daniel,
2
3 - snip -
4
5 > > # emerge install pmount
6 > > Calculating dependencies
7 > > emerge: there are no ebuilds to satisfy "install".
8 > > * end *
9 > >
10 > >
11 > > # emerge install sys-apps/pmount
12 > > Calculating dependencies
13 > > emerge: there are no ebuilds to satisfy "install".
14 > > * end *
15 > >
16 > >
17 > > Can't proceed further.
18 > >
19 >
20 > How about "emerge pmount"?
21
22 Oh, tks.
23
24 $ su
25 Password
26 # emerge pmount
27 It went through without complaint
28
29 # which pmount
30 /usr/bin/pmount
31
32 # exit
33 $ pmount /dev/sda1
34 $ ls /media
35 disk disk-l sda1
36 * end *
37
38 $ su
39 Password
40 # chmod -c 775 -R /media/sda1/
41 mode of `/media/sda1/' changed to 0775 (rwxrwxr-x)
42 mode of `/media/sda1/lost+found' changed to 0775 (rwxrwxr-x)
43 * end *
44
45 # exit
46 exit
47
48 $ cp Wallpaper_20061120.tar.bz2 /media/sda1/
49 cp: cannot create regular file
50 `/media/sda1/Wallpaper_20061120.tar.bz2': Permiss ion denied
51 * end *
52
53 Failed
54
55 $ df -h /media/sda1/
56 Filesystem Size Used Avail Use% Mounted on
57 /dev/sda1 3.7G 72M 3.5G 3% /media/sda1
58 * end *
59
60 showing already mounted with space available. I changed the FS to
61 ext3.
62
63 What is the trick here? TIA
64
65
66 B.R.
67 Stephen
68
69 Send instant messages to your online friends http://uk.messenger.yahoo.com
70 --
71 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] How to allow user to mount USB enclosure Richard Fish <bigfish@××××××××××.org>