cvs commit: src/sbin/mount_msdosfs mount_msdosfs.8mount_msdosfs.c
src/sys/fs/msdosfs msdosfs_vfsops.c msdosfs_vnops.c msdosfsmount.h
Bruce Evans
bde at zeta.org.au
Mon Aug 18 21:04:35 PDT 2003
On Tue, 12 Aug 2003, Tom Rhodes wrote:
> trhodes 2003/08/12 13:06:56 PDT
>
> FreeBSD src repository
>
> Modified files:
> sbin/mount_msdosfs mount_msdosfs.8 mount_msdosfs.c
> sys/fs/msdosfs msdosfs_vfsops.c msdosfs_vnops.c
> msdosfsmount.h
> Log:
> Add a '-M mask' option so that users can have different
> masks for files and directories. This should make some
> of the Midnight Commander users happy.
>
> Remove an extra ')' in the manual page.
>
> PR: 35699
> Submitted by: Eugene Grosbein <eugen at grosbein.pp.ru> (original version)
> Tested by: simon
Note that this breaks binary compatibility of the msdosfs mount structure,
so mount_msdosfs must be in sync with the kernel to work right. Mounting
an msdosfs partition with an old mount_msdosfs and a new kernel succeeded
here, but gave permissions of 000 so only root could access anything.
Bruce
More information about the cvs-src
mailing list