diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/mount/nfs.man | 7 |
1 files changed, 7 insertions, 0 deletions
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 <kernel_soruce>/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. |