]> git.pld-linux.org Git - packages/util-linux.git/blame - util-linux-mount-man-nfs.patch
- properly display single letter weekday abbreviations in cal, rel. .3
[packages/util-linux.git] / util-linux-mount-man-nfs.patch
CommitLineData
5545a732
JR
1- Documentation for 'rsize' and 'wsize' NFS mount options is misleading
2
3--- util-linux-2.12p/mount/mount.8.nfsdoc 2005-05-10 11:46:25.119592000 -0400
4+++ util-linux-2.12p/mount/mount.8 2005-10-07 09:46:13.374277000 -0400
5@@ -1339,12 +1339,17 @@ For details, see
6
7 Especially useful options include
8 .TP
9-.B rsize=8192,wsize=8192
10-This will make your nfs connection faster than with the default
11-buffer size of 4096. (NFSv2 does not work with larger values of
12-.B rsize
13-and
14-.BR wsize .)
15+.B rsize=32768,wsize=32768
16+This causes the NFS client to try to negotiate a buffer size
17+up to the size specified.
18+A large buffer size does improve performance, but both the
19+server and client have to support it.
20+In the case where one of these does not support the size specified,
21+the size negotiated will be the largest that both support.
22+.TP
23+.B intr
24+This will allow NFS operations (on hard mounts) to be
25+interrupted while waiting for a response from the server.
26 .TP
27 .B hard
28 The program accessing a file on a NFS mounted file system will hang
This page took 0.037694 seconds and 4 git commands to generate.