[wplug] Disk permissions

Matthew Zwier mczwier at gmail.com
Tue Jun 14 09:47:17 EDT 2011


You might be right.  Been a long time since I've messed with permissions for vfat mounts. I seem to recall though that the permissions of the mount replace rather than modify the permissions of the mount point.



On Jun 14, 2011, at 8:25 AM, "Weber, Lawrence A" <Lawrence.Weber at ansaldo-sts.us> wrote:

> Wouldn't that be umask=000, after creating a /mnt/floppy with 777 permissions?
> 
> -----Original Message-----
> From: wplug-bounces+lawrence.weber=ansaldo-sts.us at wplug.org [mailto:wplug-bounces+lawrence.weber=ansaldo-sts.us at wplug.org] On Behalf Of Ted Rodgers
> Sent: Monday, June 13, 2011 4:32 PM
> To: wplug at wplug.org
> Subject: [wplug] Disk permissions
> 
> /media/*  directories are very likely managed by your desktop environment which would be using hal or consolekit or another means to mount them. Permissions to "automount" or mount on click there often depend on being in plugdev (or similar) group. and most distributions discourage manual intervention under /media because of their automagic tools.
> 
> One workaround I found in fedora forum regarding removable media and user mounting mentioned editing /etc/sysctl.conf file and adding :
> 
> vfs.usermount=1
> 
> 
> As an alternative, this should work in your /etc/fstab if /mnt/floppy exists, although you'd have to mount on the command line:
> 
> /dev/fd0    /mnt/floppy    vfat    users,umask=0777    0 2
> _______________________________________________
> wplug mailing list
> wplug at wplug.org
> http://www.wplug.org/mailman/listinfo/wplug
> 
> 
> _______________________________________________
> wplug mailing list
> wplug at wplug.org
> http://www.wplug.org/mailman/listinfo/wplug


More information about the wplug mailing list