1994-05-26 02:35:07 -04:00
|
|
|
.\" Copyright (c) 1989, 1991, 1993
|
|
|
|
|
.\" The Regents of the University of California. All rights reserved.
|
|
|
|
|
.\"
|
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
|
.\" are met:
|
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
2017-02-28 18:42:47 -05:00
|
|
|
.\" 3. Neither the name of the University nor the names of its contributors
|
1994-05-26 02:35:07 -04:00
|
|
|
.\" may be used to endorse or promote products derived from this software
|
|
|
|
|
.\" without specific prior written permission.
|
|
|
|
|
.\"
|
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
|
|
|
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
|
.\" SUCH DAMAGE.
|
|
|
|
|
.\"
|
1997-03-11 07:43:45 -05:00
|
|
|
.\" @(#)mountd.8 8.4 (Berkeley) 4/28/95
|
1999-08-27 20:22:10 -04:00
|
|
|
.\" $FreeBSD$
|
1994-05-26 02:35:07 -04:00
|
|
|
.\"
|
2019-08-08 17:08:13 -04:00
|
|
|
.Dd August 1, 2019
|
1994-05-26 02:35:07 -04:00
|
|
|
.Dt MOUNTD 8
|
|
|
|
|
.Os
|
|
|
|
|
.Sh NAME
|
|
|
|
|
.Nm mountd
|
|
|
|
|
.Nd service remote
|
|
|
|
|
.Tn NFS
|
|
|
|
|
mount requests
|
|
|
|
|
.Sh SYNOPSIS
|
2000-11-20 11:52:27 -05:00
|
|
|
.Nm
|
2015-04-29 08:33:00 -04:00
|
|
|
.Op Fl 2delnrS
|
2007-10-20 07:25:34 -04:00
|
|
|
.Op Fl h Ar bindip
|
2004-03-03 23:42:52 -05:00
|
|
|
.Op Fl p Ar port
|
2007-02-02 19:12:18 -05:00
|
|
|
.Op Ar exportsfile ...
|
1994-05-26 02:35:07 -04:00
|
|
|
.Sh DESCRIPTION
|
2002-07-06 15:34:18 -04:00
|
|
|
The
|
|
|
|
|
.Nm
|
|
|
|
|
utility is the server for
|
1994-05-26 02:35:07 -04:00
|
|
|
.Tn NFS
|
|
|
|
|
mount requests from other client machines.
|
1998-07-15 02:21:41 -04:00
|
|
|
It listens for service requests at the port indicated in the
|
1994-05-26 02:35:07 -04:00
|
|
|
.Tn NFS
|
|
|
|
|
server specification; see
|
|
|
|
|
.%T "Network File System Protocol Specification" ,
|
1995-06-27 07:07:30 -04:00
|
|
|
RFC1094, Appendix A and
|
|
|
|
|
.%T "NFS: Network File System Version 3 Protocol Specification" ,
|
2019-08-08 17:08:13 -04:00
|
|
|
RFC1813, Appendix I.
|
1994-05-26 02:35:07 -04:00
|
|
|
.Pp
|
1998-07-15 02:21:41 -04:00
|
|
|
The following options are available:
|
|
|
|
|
.Bl -tag -width indent
|
1997-04-22 06:37:27 -04:00
|
|
|
.It Fl 2
|
1998-07-15 02:21:41 -04:00
|
|
|
Allow the administrator to force clients to use only the
|
|
|
|
|
version 2
|
|
|
|
|
.Tn NFS
|
2002-12-12 12:26:04 -05:00
|
|
|
protocol to mount file systems from this server.
|
2009-05-28 16:28:13 -04:00
|
|
|
.It Fl d
|
|
|
|
|
Output debugging information.
|
|
|
|
|
.Nm
|
|
|
|
|
will not detach from the controlling terminal and will print
|
|
|
|
|
debugging messages to stderr.
|
|
|
|
|
.It Fl e
|
2015-04-29 08:33:00 -04:00
|
|
|
Ignored; included for backward compatibility.
|
2007-10-20 07:25:34 -04:00
|
|
|
.It Fl h Ar bindip
|
|
|
|
|
Specify specific IP addresses to bind to for TCP and UDP requests.
|
|
|
|
|
This option may be specified multiple times.
|
|
|
|
|
If no
|
|
|
|
|
.Fl h
|
|
|
|
|
option is specified,
|
|
|
|
|
.Nm
|
|
|
|
|
will bind to
|
|
|
|
|
.Dv INADDR_ANY .
|
|
|
|
|
Note that when specifying IP addresses with
|
|
|
|
|
.Fl h ,
|
|
|
|
|
.Nm
|
|
|
|
|
will automatically add
|
|
|
|
|
.Li 127.0.0.1
|
|
|
|
|
and if IPv6 is enabled,
|
|
|
|
|
.Li ::1
|
|
|
|
|
to the list.
|
1997-12-10 15:33:59 -05:00
|
|
|
.It Fl l
|
1998-07-15 02:21:41 -04:00
|
|
|
Cause all succeeded
|
|
|
|
|
.Nm
|
|
|
|
|
requests to be logged.
|
1994-05-26 02:35:07 -04:00
|
|
|
.It Fl n
|
1998-07-15 02:21:41 -04:00
|
|
|
Allow non-root mount requests to be served.
|
1994-05-26 02:35:07 -04:00
|
|
|
This should only be specified if there are clients such as PC's,
|
|
|
|
|
that require it.
|
2016-10-24 20:59:23 -04:00
|
|
|
It will automatically clear the vfs.nfsd.nfs_privport sysctl flag, which
|
1998-10-15 09:37:35 -04:00
|
|
|
controls if the kernel will accept NFS requests from reserved ports only.
|
2004-03-03 23:42:52 -05:00
|
|
|
.It Fl p Ar port
|
|
|
|
|
Force
|
|
|
|
|
.Nm
|
|
|
|
|
to bind to the specified port, for both
|
2004-06-04 15:23:12 -04:00
|
|
|
.Dv AF_INET
|
2004-03-03 23:42:52 -05:00
|
|
|
and
|
2004-06-04 15:23:12 -04:00
|
|
|
.Dv AF_INET6
|
2004-03-03 23:42:52 -05:00
|
|
|
address families.
|
|
|
|
|
This is typically done to ensure that the port which
|
|
|
|
|
.Nm
|
|
|
|
|
binds to is a known quantity which can be used in firewall rulesets.
|
|
|
|
|
If
|
|
|
|
|
.Nm
|
|
|
|
|
cannot bind to this port, an appropriate error will be recorded in
|
|
|
|
|
the system log, and the daemon will then exit.
|
1995-06-27 07:07:30 -04:00
|
|
|
.It Fl r
|
1998-07-15 02:21:41 -04:00
|
|
|
Allow mount RPCs requests for regular files to be served.
|
1997-03-11 07:43:45 -05:00
|
|
|
Although this seems to violate the mount protocol specification,
|
|
|
|
|
some diskless workstations do mount requests for
|
|
|
|
|
their swapfiles and expect them to be regular files.
|
|
|
|
|
Since a regular file cannot be specified in
|
|
|
|
|
.Pa /etc/exports ,
|
2002-12-12 12:26:04 -05:00
|
|
|
the entire file system in which the swapfiles resides
|
1997-03-11 07:43:45 -05:00
|
|
|
will have to be exported with the
|
|
|
|
|
.Fl alldirs
|
|
|
|
|
flag.
|
1994-05-26 02:35:07 -04:00
|
|
|
.It Ar exportsfile
|
1998-07-15 02:21:41 -04:00
|
|
|
Specify an alternate location
|
1994-05-26 02:35:07 -04:00
|
|
|
for the exports file.
|
2007-02-02 19:15:46 -05:00
|
|
|
More than one exports file can be specified.
|
2012-10-14 20:24:23 -04:00
|
|
|
.It Fl S
|
|
|
|
|
Tell mountd to suspend/resume execution of the nfsd threads whenever
|
|
|
|
|
the exports list is being reloaded.
|
|
|
|
|
This avoids intermittent access
|
|
|
|
|
errors for clients that do NFS RPCs while the exports are being
|
|
|
|
|
reloaded, but introduces a delay in RPC response while the reload
|
|
|
|
|
is in progress.
|
|
|
|
|
If
|
|
|
|
|
.Nm
|
|
|
|
|
crashes while an exports load is in progress,
|
|
|
|
|
.Nm
|
|
|
|
|
must be restarted to get the nfsd threads running again, if this
|
|
|
|
|
option is used.
|
1994-05-26 02:35:07 -04:00
|
|
|
.El
|
|
|
|
|
.Pp
|
1998-07-15 02:21:41 -04:00
|
|
|
When
|
|
|
|
|
.Nm
|
|
|
|
|
is started,
|
1994-05-26 02:35:07 -04:00
|
|
|
it loads the export host addresses and options into the kernel
|
2000-05-04 22:25:19 -04:00
|
|
|
using the
|
|
|
|
|
.Xr mount 2
|
|
|
|
|
system call.
|
1994-05-26 02:35:07 -04:00
|
|
|
After changing the exports file,
|
1998-07-15 02:21:41 -04:00
|
|
|
a hangup signal should be sent to the
|
|
|
|
|
.Nm
|
|
|
|
|
daemon
|
1994-05-26 02:35:07 -04:00
|
|
|
to get it to reload the export information.
|
|
|
|
|
After sending the SIGHUP
|
1997-03-11 07:43:45 -05:00
|
|
|
(kill \-s HUP `cat /var/run/mountd.pid`),
|
1998-07-15 02:21:41 -04:00
|
|
|
check the syslog output to see if
|
|
|
|
|
.Nm
|
|
|
|
|
logged any parsing
|
1994-05-26 02:35:07 -04:00
|
|
|
errors in the exports file.
|
1994-09-22 18:17:02 -04:00
|
|
|
.Pp
|
|
|
|
|
If
|
1998-07-15 02:21:41 -04:00
|
|
|
.Nm
|
1994-09-22 18:17:02 -04:00
|
|
|
detects that the running kernel does not include
|
|
|
|
|
.Tn NFS
|
|
|
|
|
support, it will attempt to load a loadable kernel module containing
|
|
|
|
|
.Tn NFS
|
|
|
|
|
code, using
|
2002-08-11 11:21:06 -04:00
|
|
|
.Xr kldload 2 .
|
1994-09-22 18:17:02 -04:00
|
|
|
If this fails, or no
|
|
|
|
|
.Tn NFS
|
1999-04-08 10:02:56 -04:00
|
|
|
KLD was available,
|
1998-07-15 02:21:41 -04:00
|
|
|
.Nm
|
1994-09-22 18:17:02 -04:00
|
|
|
exits with an error.
|
1994-05-26 02:35:07 -04:00
|
|
|
.Sh FILES
|
|
|
|
|
.Bl -tag -width /var/run/mountd.pid -compact
|
|
|
|
|
.It Pa /etc/exports
|
2002-12-12 12:26:04 -05:00
|
|
|
the list of exported file systems
|
1994-05-26 02:35:07 -04:00
|
|
|
.It Pa /var/run/mountd.pid
|
|
|
|
|
the pid of the currently running mountd
|
1995-02-22 16:42:48 -05:00
|
|
|
.It Pa /var/db/mountdtab
|
2002-12-12 12:26:04 -05:00
|
|
|
the current list of remote mounted file systems
|
1994-05-26 02:35:07 -04:00
|
|
|
.El
|
|
|
|
|
.Sh SEE ALSO
|
|
|
|
|
.Xr nfsstat 1 ,
|
2002-08-11 11:21:06 -04:00
|
|
|
.Xr kldload 2 ,
|
2009-05-27 18:02:54 -04:00
|
|
|
.Xr nfsv4 4 ,
|
1994-05-26 02:35:07 -04:00
|
|
|
.Xr exports 5 ,
|
|
|
|
|
.Xr nfsd 8 ,
|
2001-06-07 12:59:19 -04:00
|
|
|
.Xr rpcbind 8 ,
|
1994-05-26 02:35:07 -04:00
|
|
|
.Xr showmount 8
|
|
|
|
|
.Sh HISTORY
|
|
|
|
|
The
|
1998-07-15 02:21:41 -04:00
|
|
|
.Nm
|
1996-08-23 16:36:11 -04:00
|
|
|
utility first appeared in
|
|
|
|
|
.Bx 4.4 .
|