X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=utils%2Fmount%2Fnfs.man;h=2ad92d1e55c7aab52c24fee64da11f6a25985999;hb=24cab593077f867e087e00d54113a57a4cd6268a;hp=dfb0bc956de66af5219ea378251e3419cf29eb72;hpb=2850a26b17b37126f70283400c01f7ffa651b860;p=nfs-utils.git diff --git a/utils/mount/nfs.man b/utils/mount/nfs.man index dfb0bc9..2ad92d1 100644 --- a/utils/mount/nfs.man +++ b/utils/mount/nfs.man @@ -112,12 +112,16 @@ option may mitigate some of the risks of using the option. .TP 1.5i .BI timeo= n -The time (in tenths of a second) the NFS client waits for a -response before it retries an NFS request. If this -option is not specified, requests are retried every -60 seconds for NFS over TCP. -The NFS client does not perform any kind of timeout backoff -for NFS over TCP. +The time in deciseconds (tenths of a second) the NFS client waits for a +response before it retries an NFS request. +.IP +For NFS over TCP the default +.B timeo +value is 600 (60 seconds). +The NFS client performs linear backoff: After each retransmission the +timeout is increased by +.BR timeo +up to the maximum of 600 seconds. .IP However, for NFS over UDP, the client uses an adaptive algorithm to estimate an appropriate timeout value for frequently used @@ -1557,10 +1561,10 @@ To ensure that the saved mount options are not erased during a remount, specify either the local mount directory, or the server hostname and export pathname, but not both, during a remount. For example, .P -.NF -.TA 2.5i +.nf +.ta 8n mount -o remount,ro /mnt -.FI +.fi .P merges the mount option .B ro