summaryrefslogtreecommitdiff
path: root/sbin/mount_nfs/mount_nfs.8
diff options
context:
space:
mode:
authorIan Dowse <iedowse@FreeBSD.org>2001-07-21 15:38:37 +0000
committerIan Dowse <iedowse@FreeBSD.org>2001-07-21 15:38:37 +0000
commit2bc53e117846bd8bbf5cd459f81a61fcf9bf4eb5 (patch)
tree1086c8702fe7d486220d0ae1e2fdd6ee1dea98d9 /sbin/mount_nfs/mount_nfs.8
parent816aa3c0b5f720dc96587f12a9008a2f38529b23 (diff)
downloadsrc-test2-2bc53e117846bd8bbf5cd459f81a61fcf9bf4eb5.tar.gz
src-test2-2bc53e117846bd8bbf5cd459f81a61fcf9bf4eb5.zip
Notes
Diffstat (limited to 'sbin/mount_nfs/mount_nfs.8')
-rw-r--r--sbin/mount_nfs/mount_nfs.830
1 files changed, 24 insertions, 6 deletions
diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8
index f12b8c72d137..043ee57b7668 100644
--- a/sbin/mount_nfs/mount_nfs.8
+++ b/sbin/mount_nfs/mount_nfs.8
@@ -71,6 +71,28 @@ It implements the mount protocol as described in RFC 1094, Appendix A and
.%T "NFS: Network File System Version 3 Protocol Specification" ,
Appendix I.
.Pp
+By default,
+.Nm
+keeps retrying until the mount succeeds.
+This behaviour is intended for filesystems listed in
+.Xr fstab 5
+that are critical to the boot process.
+For non-critical filesystems, the
+.Fl b
+and
+.Fl R
+flags provide mechanisms to prevent the boot process from hanging
+if the server is unavailable.
+.Pp
+If the server becomes unresponsive while an NFS filesystem is
+mounted, any new or outstanding file operations on that filesystem
+will hang uninterruptibly until the server comes back.
+To modify this default behaviour, see the
+.Fl i
+and
+.Fl s
+flags.
+.Pp
The options are:
.Bl -tag -width indent
.It Fl 2
@@ -126,12 +148,8 @@ but untrustworthy users and the network cables are in secure areas this does
help, but for normal desktop clients this does not apply.)
.It Fl R
Set the mount retry count to the specified value.
-A retry count of zero means to keep retrying forever.
-By default,
-.Nm
-retries forever on background mounts (see the
-.Fl b
-option), and otherwise tries just once.
+The default is a retry count of zero, which means to keep retrying
+forever.
There is a 60 second delay between each attempt.
.It Fl T
Use TCP transport instead of UDP.