PERFORCE change 99115 for review

Tom Rhodes trhodes at FreeBSD.org
Tue Jun 13 02:52:57 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=99115

Change 99115 by trhodes at trhodes_local on 2006/06/13 02:50:10

	Update to describe new mount options.

Affected files ...

.. //depot/projects/trhodesbsd/src/sbin/mount_msdosfs/mount_msdosfs.8#2 edit

Differences ...

==== //depot/projects/trhodesbsd/src/sbin/mount_msdosfs/mount_msdosfs.8#2 (text+ko) ====

@@ -30,7 +30,7 @@
 .\"
 .\" $FreeBSD: src/sbin/mount_msdosfs/mount_msdosfs.8,v 1.32 2005/09/14 16:36:19 joel Exp $
 .\"
-.Dd April 7, 1994
+.Dd May 16, 2006
 .Dt MOUNT_MSDOSFS 8
 .Os
 .Sh NAME
@@ -79,6 +79,16 @@
 Force only the old MS-DOS 8.3 style filenames to be visible.
 .It Cm nowin95
 Completely ignore Windows 95 extended file information.
+.It Cm oerdonly
+Update the file system to read only in cases where
+.Fn panic
+would be called to halt the system.
+The default behavior is panic.
+.It Cm oepanic
+Call
+.Fn panic
+when unrecoverable file system errors occur.
+The default has always been panic.
 .El
 .It Fl u Ar uid
 Set the owner of the files in the file system to


More information about the p4-projects mailing list