aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_nfs
diff options
context:
space:
mode:
authorRick Macklem <rmacklem@FreeBSD.org>2012-12-09 21:26:47 +0000
committerRick Macklem <rmacklem@FreeBSD.org>2012-12-09 21:26:47 +0000
commit5e70ce7a7c81dc3677efe6c3d958d2d1b346aea9 (patch)
tree705448daf9e14133f7c50e5ac0b1b936362a674c /sbin/mount_nfs
parent17cb8cfc31880910316b5220e9a505eedb8d45d2 (diff)
downloadsrc-5e70ce7a7c81dc3677efe6c3d958d2d1b346aea9.tar.gz
src-5e70ce7a7c81dc3677efe6c3d958d2d1b346aea9.zip
Document the new NFS mount options added by r244042.
This is a content change.
Notes
Notes: svn path=/head/; revision=244055
Diffstat (limited to 'sbin/mount_nfs')
-rw-r--r--sbin/mount_nfs/mount_nfs.814
1 files changed, 13 insertions, 1 deletions
diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8
index b1b5c6e21cfc..26ed091b0638 100644
--- a/sbin/mount_nfs/mount_nfs.8
+++ b/sbin/mount_nfs/mount_nfs.8
@@ -28,7 +28,7 @@
.\" @(#)mount_nfs.8 8.3 (Berkeley) 3/29/95
.\" $FreeBSD$
.\"
-.Dd May 3, 2011
+.Dd December 9, 2012
.Dt MOUNT_NFS 8
.Os
.Sh NAME
@@ -175,6 +175,18 @@ Use the NFS Version 3 protocol.
Use the NFS Version 4 protocol.
This option will force the mount to use
TCP transport.
+.It Cm minorversion Ns = Ns Aq Ar value
+Override the default of 0 for the minor version of the NFS Version 4 protocol.
+The only minor version currently supported is 1.
+This option is only meaningful when used with the
+.Cm nfsv4
+option.
+.It Cm pnfs
+Enable support for parallel NFS (pNFS) for minor version 1 of the
+NFS Version 4 protocol.
+This option is only meaningful when used with the
+.Cm minorversion
+option.
.It Cm noconn
For UDP mount points, do not do a
.Xr connect 2 .