On Sunday 27 August 2006 20:55, Joseph wrote:
> Can someone refresh my memory?
> I'm trying to mount usb memory stick with permission 600 but it is not
> taking devmode=0600
>
> The current command mounts it as 755
> /dev/sda1               /mnt/camera     auto
> noauto,rw,users,exec
>
> I've tried:
> /dev/sda1               /mnt/camera     auto
> noauto,devmode=0600
> but no luck.

devmode is only available for usbfs.

for vfat you can use umask, dmask and fmask.
umask=0077 should do what you want.
-- 
gentoo-user@gentoo.org mailing list

Reply via email to