]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
util-linux: Document new FAT options
authorSteven J. Magnani <steve@digidescorp.com>
Mon, 30 Jul 2012 12:24:07 +0000 (07:24 -0500)
committerKarel Zak <kzak@redhat.com>
Mon, 30 Jul 2012 15:12:31 +0000 (17:12 +0200)
Add man-page documentation for the new 'discard' and 'nfs' options
available for vfat/msdos filesystems.

Signed-off-by: Steven J. Magnani <steve@digidescorp.com>
sys-utils/mount.8

index c8b6f41c8670182530079d72e22f484d7d5df5d8..6c222d032dec2b130b98fe2b12b145206d7635c3 100644 (file)
@@ -1744,6 +1744,11 @@ flag.  A version string and a list of filesystem parameters will be
 printed (these data are also printed if the parameters appear to be
 inconsistent).
 .TP
+.B discard
+If set, causes discard/TRIM commands to be issued to the block device
+when blocks are freed. This is useful for SSD devices and
+sparse/thinly-provisoned LUNs.
+.TP
 .BR fat= {12 | 16 | 32 }
 Specify a 12, 16 or 32 bit fat.  This overrides
 the automatic FAT type detection routine.  Use with caution!
@@ -1753,6 +1758,11 @@ Character set to use for converting between 8 bit characters
 and 16 bit Unicode characters. The default is iso8859-1.
 Long filenames are stored on disk in Unicode format.
 .TP
+.B nfs
+If set, enables in-memory indexing of directory inodes to reduce the
+frequency of ESTALE errors in NFS client operations. Useful only when
+the filesystem is exported via NFS.
+.TP
 .BI tz=UTC
 This option disables the conversion of timestamps
 between local time (as used by Windows on FAT) and UTC