freebsd-dev/sbin/mount
Dima Dorfman ad0447715b Implement the -r and -w options as -o ro' and -o noro', respectively. At
least in -w's case, simply unsetting the correct bit in init_flags was not
enough.  The bit may be reset later if, say, the filesystem is marked `ro'
in fstab.  The command line option should override the fstab setting, but
did not.  The implementation of -r was changed for consistency.

PR:		26886
Reviewed by:	archie
2001-05-02 02:16:16 +00:00
..
extern.h
getmntopts.3 mdoc(7) police: fix markup. 2001-04-26 11:47:49 +00:00
getmntopts.c
Makefile - Backout botched attempt to introduce MANSECT feature. 2001-03-26 14:33:27 +00:00
mntopts.h Add the snapshot option to mount_ufs. 2000-07-06 01:50:05 +00:00
mount_ufs.c Always print out the target device when the mount fails, not just on 2001-01-25 20:03:38 +00:00
mount.8 Add an xref for mount_ntfs. 2001-02-02 03:08:48 +00:00
mount.c Implement the -r and -w options as -o ro' and -o noro', respectively. At 2001-05-02 02:16:16 +00:00
pathnames.h
vfslist.c