Gentoo Archives: gentoo-user

From: Philip Webb <purslow@××××××××.net>
To: Gentoo User <gentoo-user@l.g.o>
Subject: [gentoo-user] USB permissions glitch
Date: Mon, 01 Dec 2008 10:42:53
Message-Id: 20081201104248.GA4572@ca.inter.net
1 Something keeps resetting the permission for /mnt/usb to 755 ,
2 which prevents me accessing a USB storage stick as user.
3 My user is in the USB group : 'usb:x:85:haldaemon,purslow';
4 in /etc/fstab I have : '/dev/sdb1 /mnt/usb auto noauto,user,umask=000 0 0'
5 (I never use > 1 USB device at a time, so this is ok).
6
7 Till last week, it worked as expected & there's been no change in Udev rules.
8 I've made a work-around by amending the Bash alias I use to mount it to
9 alias musb='mount /dev/sdb1 /mnt/usb ; chmod 777 /mnt/usb' ,
10 which does solve the problem, but is there a more conventional method ?
11
12 --
13 ========================,,============================================
14 SUPPORT ___________//___, Philip Webb
15 ELECTRIC /] [] [] [] [] []| Cities Centre, University of Toronto
16 TRANSIT `-O----------O---' purslowatchassdotutorontodotca

Replies

Subject Author
Re: [gentoo-user] USB permissions glitch Justin <justin@×××××××××.net>