On 3/5/06, Otto Moerbeek <[EMAIL PROTECTED]> wrote: > On Sun, 5 Mar 2006, Brendan Grossman wrote: > > > Hi list > > > > I want to set the group when mounting msdos partitions in /etc/fstab, but > > there doesn't seem to be an option... > > > > In mount_msdos(8) you can use -g, but what are the options to put in > > /etc/fstab? > > > > I also want to set the umask. > > > > Running 3.8-stable. > > This is described in the man page, look under "-o options" . > > -Otto >
You should also know that you can write any arguments to the underlying mount_* program in the options field in fstab, separating each with commas and putting any values for arguments after equals signs. Like this: /dev/wd0h /home msdos rw,softdep,-u=root,-g=my_group 1 2 -Nick

