diff options
author | trasz <trasz@FreeBSD.org> | 2014-10-30 09:06:52 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2014-10-30 09:06:52 +0000 |
commit | 315deabb66de0efe083b4baa04cb725b728d7923 (patch) | |
tree | ea7457e80bdcc1ae031d293d40065e066653f633 /sbin | |
parent | 5630210a7f1dbbd903b77b2aef939cd47c63da58 (diff) | |
download | FreeBSD-src-315deabb66de0efe083b4baa04cb725b728d7923.zip FreeBSD-src-315deabb66de0efe083b4baa04cb725b728d7923.tar.gz |
Note that the "timeout" nfs option is in tenths of a second.
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/mount_nfs/mount_nfs.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8 index 55080e9..473f519 100644 --- a/sbin/mount_nfs/mount_nfs.8 +++ b/sbin/mount_nfs/mount_nfs.8 @@ -370,7 +370,8 @@ LAN and WAN configurations compared to UDP. Some old NFS servers do not support this method; UDP mounts may be required for interoperability. .It Cm timeout Ns = Ns Aq Ar value -Set the initial retransmit timeout to the specified value. +Set the initial retransmit timeout to the specified value, +expressed in tenths of a second. May be useful for fine tuning UDP mounts over internetworks with high packet loss rates or an overloaded server. Try increasing the interval if |