summaryrefslogtreecommitdiffstats
path: root/sbin/mount_nfs/mount_nfs.8
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2007-01-23 07:17:10 +0000
committerrodrigc <rodrigc@FreeBSD.org>2007-01-23 07:17:10 +0000
commit375699e57b6c53aa05dfecf8cf6115d65c63f697 (patch)
treec1bdc69ee084fe0e3093c6d39ae23e2a2b1de1a2 /sbin/mount_nfs/mount_nfs.8
parent4c351de443e9ab2b6fa6a4032334f316e51f66dc (diff)
downloadFreeBSD-src-375699e57b6c53aa05dfecf8cf6115d65c63f697.zip
FreeBSD-src-375699e57b6c53aa05dfecf8cf6115d65c63f697.tar.gz
Merge mount_nfs4.c and mount_nfs.c into one program.
If argv[0] == "mount_nfs4", then default to mounting NFSv4, otherwise if argv[0] == "mount_nfs", default to the old mount_nfs behavior. - Add a -4 option. - Add the University of Michigan copyright from mount_nfs4.c, for the code merged from mount_nfs4.c. Reviewed by: rees
Diffstat (limited to 'sbin/mount_nfs/mount_nfs.8')
-rw-r--r--sbin/mount_nfs/mount_nfs.86
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8
index 907f51e..6252a5d 100644
--- a/sbin/mount_nfs/mount_nfs.8
+++ b/sbin/mount_nfs/mount_nfs.8
@@ -52,7 +52,7 @@
The
.Nm
utility calls the
-.Xr mount 2
+.Xr nmount 2
system call to prepare and graft a remote NFS file system
.Pq Ar rhost : Ns Ar path
on to the file system tree at the point
@@ -93,6 +93,8 @@ then version 2).
Note that NFS version 2 has a file size limit of 2 gigabytes.
.It Fl 3
Use the NFS Version 3 protocol.
+.It Fl 4
+Use the NFS Version 4 protocol.
.It Fl D
Set the
.Dq "dead server threshold"
@@ -329,7 +331,7 @@ when mounting servers that do not support TCP mounts.
Set the retransmit timeout count for soft mounts to the specified value.
.El
.Sh SEE ALSO
-.Xr mount 2 ,
+.Xr nmount 2 ,
.Xr unmount 2 ,
.Xr fstab 5 ,
.Xr mount 8 ,
OpenPOWER on IntegriCloud