summaryrefslogtreecommitdiffstats
path: root/sbin/mount_nfs4
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-05-17 21:24:06 +0000
committerru <ru@FreeBSD.org>2004-05-17 21:24:06 +0000
commit479e3fd6313bd41cb7c2f1ecca4439ee00b3a926 (patch)
tree5ea8d1df0e2246098b3db92b9b09579a6912ac57 /sbin/mount_nfs4
parentb7f2f12793efb9a697fe7c9747ae465c34be25ff (diff)
downloadFreeBSD-src-479e3fd6313bd41cb7c2f1ecca4439ee00b3a926.zip
FreeBSD-src-479e3fd6313bd41cb7c2f1ecca4439ee00b3a926.tar.gz
Markup nits.
Diffstat (limited to 'sbin/mount_nfs4')
-rw-r--r--sbin/mount_nfs4/mount_nfs4.823
1 files changed, 15 insertions, 8 deletions
diff --git a/sbin/mount_nfs4/mount_nfs4.8 b/sbin/mount_nfs4/mount_nfs4.8
index dbd8cbc..7400270 100644
--- a/sbin/mount_nfs4/mount_nfs4.8
+++ b/sbin/mount_nfs4/mount_nfs4.8
@@ -60,7 +60,7 @@ on to the file system tree at the point
This command is normally executed by
.Xr mount 8 .
It implements the NFSv4 protocol as described in RFC 3530,
-.%T "NFS version 4 Protocol."
+.%T "NFS version 4 Protocol" .
.Pp
If the server becomes unresponsive while an NFSv4 file system is
mounted, any new or outstanding file operations on that file system
@@ -84,7 +84,7 @@ Set the readdir read size to the specified value.
The value should normally
be a multiple of
.Dv DIRBLKSIZ
-that is <= the read size for the mount.
+that is \[<=] the read size for the mount.
.It Fl N
Do
.Em not
@@ -102,7 +102,8 @@ 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. This is the default.
+Use TCP transport.
+This is the default.
.It Fl U
Force the mount protocol to use UDP transport.
This is not supported by the version 4 protocol and is provided only for
@@ -121,7 +122,9 @@ Useful for
where the file system mount is not critical to multiuser operation.
.It Fl i
Make the mount interruptible, which implies that file system calls that
-are delayed due to an unresponsive server will fail with EINTR when a
+are delayed due to an unresponsive server will fail with
+.Er EINTR
+when a
termination signal is posted for the process.
.It Fl o
Options are specified with a
@@ -131,11 +134,13 @@ See the
.Xr mount 8
man page for possible options and their meanings.
The following NFS specific options are also available:
-.Bl -tag -width indent
+.Pp
+.Bl -tag -width indent -compact
.It Cm port Ns = Ns Aq Ar port_number
Use specified port number for NFSv4 requests.
The default is to use port 2049.
Set this to 0 to query the portmapper for the NFSv4 port.
+.Pp
.It Cm acregmin Ns = Ns Aq Ar seconds
.It Cm acregmax Ns = Ns Aq Ar seconds
.It Cm acdirmin Ns = Ns Aq Ar seconds
@@ -146,12 +151,13 @@ These four values determine the upper and lower bounds of the timeouts for
.Dq directory
attributes and
.Dq regular
-(ie: everything else).
+(i.e., everything else).
The default values are 3 -> 60 seconds
for regular files, and 30 -> 60 seconds for directories.
The algorithm to calculate the timeout is based on the age of the file.
The older the file,
the longer the cache is considered valid, subject to the limits above.
+.Pp
.It Cm noinet4 , noinet6
Disables
.Dv AF_INET
@@ -193,5 +199,6 @@ Set the retransmit timeout count for soft mounts to the specified value.
.Xr nfsiod 8
.Sh BUGS
This version of the NFSv4 client, while functional, is a long way
-from compliance with RFC 3530. It lacks lock state, reboot recovery,
-delegation, gss, and many other mandatory items from the RFC.
+from compliance with RFC 3530.
+It lacks lock state, reboot recovery,
+delegation, GSS, and many other mandatory items from the RFC.
OpenPOWER on IntegriCloud