* [PATCH] util-linux: Document new FAT options
@ 2012-07-30 12:24 Steven J. Magnani
2012-07-30 15:24 ` Karel Zak
0 siblings, 1 reply; 2+ messages in thread
From: Steven J. Magnani @ 2012-07-30 12:24 UTC (permalink / raw)
To: util-linux; +Cc: Namjae Jeon, hirofumi, Karel Zak, Steven J. Magnani
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>
---
--- a/sys-utils/mount.8 2012-07-30 07:16:34.224450761 -0500
+++ b/sys-utils/mount.8 2012-07-30 07:14:07.693240720 -0500
@@ -1744,6 +1744,11 @@ flag. A version string and a list of fi
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 betw
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] util-linux: Document new FAT options
2012-07-30 12:24 [PATCH] util-linux: Document new FAT options Steven J. Magnani
@ 2012-07-30 15:24 ` Karel Zak
0 siblings, 0 replies; 2+ messages in thread
From: Karel Zak @ 2012-07-30 15:24 UTC (permalink / raw)
To: Steven J. Magnani; +Cc: util-linux, Namjae Jeon, hirofumi
On Mon, Jul 30, 2012 at 07:24:07AM -0500, Steven J. Magnani wrote:
> Add man-page documentation for the new 'discard' and 'nfs' options
> available for vfat/msdos filesystems.
Applied, thanks!
--
Karel Zak <kzak@redhat.com>
http://karelzak.blogspot.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-30 15:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-30 12:24 [PATCH] util-linux: Document new FAT options Steven J. Magnani
2012-07-30 15:24 ` Karel Zak
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).