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 02:23:31
Message-Id: 20061121021759.29209.qmail@web35209.mail.mud.yahoo.com
In Reply to: Re: [gentoo-user] How to allow user to mount USB enclosure by Richard Fish
1 Hi Richard,
2
3 Tks for your advice.
4
5 > On 11/20/06, Etaoin Shrdlu <shrdlu@×××××××××××××.org> wrote:
6 > > On Monday 20 November 2006 17:25, Stephen Liu wrote:
7 > > > I have a HD mounted on USB enclosure. Please advise how to allow
8 > > > user=satimis to mount the USB enclosure (USB drive). Tks
9 > >
10 > > man mount and look for the "user" or "users" option. If you want
11 > only
12 > > that user to mount the devices, look at the "owner" and the "group"
13 > > options.
14 >
15 > Alternatively, add satimis to the group plugdev, and mount using
16 > pmount.
17
18
19 $ cat /etc/group | grep plugdev
20 plugdev:x:1004:haldaemon,satimis
21 * end *
22
23 It is there already.
24
25
26 $ pmount /dev/sda1 /media/disk
27 bash: pmount: command not found
28 * end *
29
30 $ su
31 Password:
32 # emerge --search pmount
33 Searching...
34 [ Results for search key : pmount ]
35 [ Applications found : 1 ]
36
37 * sys-apps/pmount
38 Latest version available: 0.9.9
39 Latest version installed: [ Not Installed ]
40 Size of files: 407 kB
41 Homepage: http://www.piware.de/projects.shtml
42 Description: Policy based mounter that gives the ability to
43 mount removable devices as a user
44 License: GPL-2
45 * end *
46
47
48 # emerge install pmount
49 Calculating dependencies
50 emerge: there are no ebuilds to satisfy "install".
51 * end *
52
53
54 # emerge install sys-apps/pmount
55 Calculating dependencies
56 emerge: there are no ebuilds to satisfy "install".
57 * end *
58
59
60 Can't proceed further.
61
62
63 B.R.
64 Stephen
65
66
67
68 Send instant messages to your online friends http://uk.messenger.yahoo.com
69 --
70 gentoo-user@g.o mailing list

Replies

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