Brian Johnson
2004-Apr-28 19:32 UTC
[Samba] Using mount -t smbfs in /etc/fstab and can't control chmod
I'm mounting a FAT partition on a linux ext3 fs server and I can change the uid and gid of the mount point, but I can't get it to mount it 770 .. it always mounts without group write permission How can I mount it so the group has full permissions to it?
Keith Edmunds
2004-Apr-28 21:24 UTC
[Samba] Using mount -t smbfs in /etc/fstab and can't control chmod
On Wed, 28 Apr 2004 19:32:15 +0000 "Brian Johnson" <bjohnson@johnson-engineering.ca> wrote:> How can I mount it so the group has full permissions to it?See the dmask, umask and fmask options to 'mount'. Keith