Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Aug 2003 14:04:29 +1000 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Tom Rhodes <trhodes@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sbin/mount_msdosfs mount_msdosfs.8mount_msdosfs.c src/sys/fs/msdosfs msdosfs_vfsops.c msdosfs_vnops.c msdosfsmount.h
Message-ID:  <20030819140004.U86527@gamplex.bde.org>
In-Reply-To: <200308122006.h7CK6ubC082090@repoman.freebsd.org>
References:  <200308122006.h7CK6ubC082090@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030819140004.U86527>