<br><br><div><span class="gmail_quote">On 12/28/05, <b class="gmail_sendername">ZIYAD A. M. AL-BATLY</b> <<a href="mailto:zamb@saudi.net.sa">zamb@saudi.net.sa</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Wed, 2005-12-28 at 11:15 -0500, Matt Egger wrote:<br>> Hello,<br>><br>> I'm not sure if this is a hal or pmount issue, but I've not been able<br>> to use usb removable drives as any user other than the first user
<br>> created during breezy install.  Specifically, I'd like my GF to be<br>> able to use gtkpod with her ipod.  It worked under warty...<br>><br>> The ipod shows up as belonging to user 99 (non-existant, as far as I
<br>> can tell) or the first user created during the breezy install (my<br>> account).  My GF has read only access.  After searching the web and<br>> the forums, this seems like it might be an ubuntu issue/bug.  I know
<br>> I'm not the only one with this problem, but I haven't been able to<br>> find a solution.  One suggestion was to add an entry to /etc/fstab<br>> using the device's UUID, but as far as I can tell, the ipod doesn't
<br>> have one.<br>><br>> I'd really like to be able to plug in the ipod, have it automount<br>> to /media/ipod (or some other persistant mount point), appear on the<br>> desktop, and have rw permissions under her account.  I think this is
<br>> reasonable, considering I was able to do it before a new install of<br>> breezy.  If anyone has a solution to this problem, sharing it would be<br>> greatly appreciated.  Is this a Known Issue or a bug?<br>
><br>> TIA,<br>><br>> Matt<br>You need to be in the 'plugdev' group in order to access any hot-plug<br>device.  From the 'pmount' manual:<br>        *Important note for Debian*:  The permission to execute pmount
<br>        is restricted to members of the system group plugdev.  Please<br>        add all desktop users who shall be able to use pmount to this<br>        group by executing:<br>                adduser user plugdev<br>
        (as root).<br><br>So, add any user you want him/her to access hot-plugged devices to the<br>group 'plugdev' using:  'sudo adduser NAME plugdev' (where 'NAME' is the<br>login name for that user).  By default, the first user you create during
<br>the installation is added automatically to that group.<br><br>Give it a try and see what happens.<br>Ziyad.<br></blockquote></div><br><br>Both users are already in plugdev.  Thanks for replying.<br><br><br>-ME