svn commit: r186429 - head/sbin/mount_msdosfs

Tom Rhodes trhodes at FreeBSD.org
Tue Dec 23 13:35:27 UTC 2008


Author: trhodes
Date: Tue Dec 23 13:35:26 2008
New Revision: 186429
URL: http://svn.freebsd.org/changeset/base/186429

Log:
  Document the "-o large" option.
  
  PR:		129792

Modified:
  head/sbin/mount_msdosfs/mount_msdosfs.8

Modified: head/sbin/mount_msdosfs/mount_msdosfs.8
==============================================================================
--- head/sbin/mount_msdosfs/mount_msdosfs.8	Tue Dec 23 13:09:17 2008	(r186428)
+++ head/sbin/mount_msdosfs/mount_msdosfs.8	Tue Dec 23 13:35:26 2008	(r186429)
@@ -30,7 +30,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd April 7, 1994
+.Dd December 23, 2008
 .Dt MOUNT_MSDOSFS 8
 .Os
 .Sh NAME
@@ -73,6 +73,11 @@ as described in
 .Xr mount 8 .
 The following MSDOS file system-specific options are available:
 .Bl -tag -width indent
+.It Cm large
+Support file systems larger than 128 gigabytes at the expense
+of 32 bytes of kernel memory.
+This memory will not be reclaimed until the file system has
+been unmounted.
 .It Cm longnames
 Force Windows 95 long filenames to be visible.
 .It Cm shortnames


More information about the svn-src-all mailing list