summaryrefslogtreecommitdiffstats
path: root/utils/mount/nfs.man
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2008-07-25 14:31:18 -0400
committerSteve Dickson <steved@redhat.com>2008-07-25 14:31:18 -0400
commiteddfbf7ac8ecd3f17dc295df6c1dac4bbc6ca846 (patch)
tree260b40c7a1a2813c8ce3e06d47cd7ee1de3c46a9 /utils/mount/nfs.man
parentcf8a5cbe7f6e6ae546c3e48710b657e3d940c7fb (diff)
downloadnfs-utils-eddfbf7ac8ecd3f17dc295df6c1dac4bbc6ca846.tar.gz
nfs-utils-eddfbf7ac8ecd3f17dc295df6c1dac4bbc6ca846.tar.xz
nfs-utils-eddfbf7ac8ecd3f17dc295df6c1dac4bbc6ca846.zip
nfs(5) man page: Add documentation for the "mountproto=" option
Looks like mountproto= was never documented in nfs(5). Add a paragraph that describes it in the "nfs mount options" section. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'utils/mount/nfs.man')
-rw-r--r--utils/mount/nfs.man19
1 files changed, 19 insertions, 0 deletions
diff --git a/utils/mount/nfs.man b/utils/mount/nfs.man
index 2c0b687..0fc5079 100644
--- a/utils/mount/nfs.man
+++ b/utils/mount/nfs.man
@@ -489,6 +489,25 @@ or the server's mountd service is not available on the advertised port.
This option can be used when mounting an NFS server
through a firewall that blocks the rpcbind protocol.
.TP 1.5i
+.BI mountproto= netid
+The transport protocol used by the NFS client
+to transmit requests to the NFS server's mountd service when performing
+this mount request, and when later unmounting this mount point.
+.I netid
+can be either
+.B udp
+or
+.BR tcp .
+.IP
+This option can be used when mounting an NFS server
+through a firewall that blocks a particular transport protocol.
+When used in combination with the
+.B proto
+option, different transports for mountd requests and NFS requests
+can be specified.
+If the server's mountd service is not available via the specified
+transport, the mount request fails.
+.TP 1.5i
.BI mounthost= name
The hostname of the host running mountd.
If this option is not specified, the