Date: Wed, 1 Apr 2009 06:03:23 +0000 (UTC) From: Tom Rhodes <trhodes@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org Subject: svn commit: r190606 - stable/7/sbin/mount_msdosfs Message-ID: <200904010603.n3163Ni8020651@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: trhodes Date: Wed Apr 1 06:03:23 2009 New Revision: 190606 URL: http://svn.freebsd.org/changeset/base/190606 Log: MFC r186429: Document the "-o large" option. PR: 129792 And r186768: Add missing qualifier which was missed in the previous commit. Noticed by: brooks Approved by: re (kib) Modified: stable/7/sbin/mount_msdosfs/ (props changed) stable/7/sbin/mount_msdosfs/mount_msdosfs.8 Modified: stable/7/sbin/mount_msdosfs/mount_msdosfs.8 ============================================================================== --- stable/7/sbin/mount_msdosfs/mount_msdosfs.8 Wed Apr 1 06:01:40 2009 (r190605) +++ stable/7/sbin/mount_msdosfs/mount_msdosfs.8 Wed Apr 1 06:03:23 2009 (r190606) @@ -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 for each file on disk. +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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904010603.n3163Ni8020651>