]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/mountd/mountd.man
Fix obsolete pathnames (/var/state -> /var/lib)
[nfs-utils.git] / utils / mountd / mountd.man
index 9dff681cd6511cb0d9ee6ba5c34bd6b413ef7aa6..71560abc5535d014617a289d4d8a4556d625e4cc 100644 (file)
@@ -42,7 +42,7 @@ syntax.
 For every mount request received from an NFS client,
 .B rpc.mountd
 adds an entry to the
-.B /var/state/nfs/rmtab
+.B /var/lib/nfs/rmtab
 file. When receiving an unmount request, that entry is removed.
 user level part of the NFS service.
 .P
@@ -55,8 +55,8 @@ a stale entry will remain in
 .BR rmtab .
 .SH OPTIONS
 .TP
-.B \-d " or " \-\-debug
-Turn on debugging.
+.B \-d kind " or " \-\-debug kind
+Turn on debugging for kind.
 .TP
 .B \-F " or " \-\-foreground
 Run in foreground (do not daemonize)
@@ -72,6 +72,10 @@ By default, export information is read from
 .B \-h " or " \-\-help
 Display usage message.
 .TP
+.B \-o num " or " \-\-descriptors num
+Set the limit of the number of open file descriptors to num. The
+default is 256.
+.TP
 .B \-N " or " \-\-no-nfs-version
 This option can be used to request that
 .B rpc.mountd
@@ -83,6 +87,9 @@ NFS kernel module was compiled without support for NFSv3,
 must be invoked with the option
 .B "\-\-no-nfs-version 3" .
 .TP
+.B \-n " or " \-\-no-tcp
+Don't advertise TCP for mount.
+.TP
 .B \-P
 Ignored (compatibility with unfsd??).
 .TP
@@ -136,6 +143,6 @@ manual pages.
 .BR rpc.rquotad (8).
 .SH FILES
 .BR /etc/exports ,
-.BR /var/state/nfs/xtab .
+.BR /var/lib/nfs/xtab .
 .SH AUTHOR
 Olaf Kirch, H. J. Lu, G. Allan Morris III, and a host of others.