X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmount%2Fnfs.man;h=433e73a1527c361784c6d6c66df46f951b5403c0;hp=2c0b6878e50147ab666d4e7454ba54c8ddddd740;hb=8f1abb8ab1f7afcb9c2c0c094255d7e438b57b09;hpb=5c4f17a97b1260e9c564ddd9887afaf50a26de9d diff --git a/utils/mount/nfs.man b/utils/mount/nfs.man index 2c0b687..433e73a 100644 --- a/utils/mount/nfs.man +++ b/utils/mount/nfs.man @@ -411,15 +411,15 @@ for mounting the .B nfs file system type. .TP 1.5i -.BI proto= netid -The transport protocol used by the NFS client +.BI proto= transport +The transport the NFS client uses to transmit requests to the NFS server for this mount point. -.I netid +.I transport can be either .B udp or .BR tcp . -Each transport protocol uses different default +Each transport uses different default .B retrans and .B timeo @@ -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= transport +The transport the NFS client uses +to transmit requests to the NFS server's mountd service when performing +this mount request, and when later unmounting this mount point. +.I transport +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. +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 @@ -619,10 +638,10 @@ for mounting the .B nfs4 file system type. .TP 1.5i -.BI proto= netid -The transport protocol used by the NFS client +.BI proto= transport +The transport the NFS client uses to transmit requests to the NFS server for this mount point. -.I netid +.I transport can be either .B udp or