From b010d126bbb8265e5717e596711d754baec11e6c Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Thu, 23 Aug 2012 13:41:56 -0400 Subject: Added fsc and nofsc to the mount manpage. Signed-off-by: Steve Dickson --- utils/mount/nfs.man | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/utils/mount/nfs.man b/utils/mount/nfs.man index 87e27e1..da6d6d3 100644 --- a/utils/mount/nfs.man +++ b/utils/mount/nfs.man @@ -460,6 +460,13 @@ by other clients, but can impact application and server performance. .IP The DATA AND METADATA COHERENCE section contains a detailed discussion of these trade-offs. +.TP 1.5i +.BR fsc " / " nofsc +Enable/Disables the cache of (read-only) data pages to the local disk +using the FS-Cache facility. See cachefilesd(8) +and /Documentation/filesystems/caching +for detail on how to configure the FS-Cache facility. +Default value is nofsc. .SS "Options for NFS versions 2 and 3 only" Use these options, along with the options in the above subsection, for NFS versions 2 and 3 only. -- cgit