MOUNTD(8) | MidnightBSD System Manager's Manual | MOUNTD(8) |
mountd
— service
remote NFS mount requests
mountd |
[-2delnRrS ] [-h
bindip] [-p
port] [exportsfile ...] |
The mountd
utility is the server for NFS
mount requests from other client machines. It listens for service requests
at the port indicated in the NFS server specification; see
Network File System Protocol Specification,
RFC1094, Appendix A and NFS: Network File System Version 3
Protocol Specification, RFC1813, Appendix I.
The following options are available:
-2
-d
mountd
will not
detach from the controlling terminal and will print debugging messages to
stderr.-e
-h
bindip-h
option is specified, mountd
will bind to
INADDR_ANY
. Note that when specifying IP addresses
with -h
, mountd
will
automatically add 127.0.0.1
and if IPv6 is
enabled, ::1
to the list.-l
mountd
requests to be
logged.-n
-p
portmountd
to bind to the specified port, for
both AF_INET
and AF_INET6
address families. This is typically done to ensure that the port which
mountd
binds to is a known quantity which can be
used in firewall rulesets. If mountd
cannot bind
to this port, an appropriate error will be recorded in the system log, and
the daemon will then exit.-R
-r
-alldirs
flag.-S
mountd
crashes while an exports load is in
progress, mountd
must be restarted to get the nfsd
threads running again, if this option is used.When mountd
is started, it loads the
export host addresses and options into the kernel using the
mount(2) system call.
After changing the exports file, a hangup signal should be sent to the
mountd
daemon to get it to reload the export
information. After sending the SIGHUP (kill -s HUP `cat
/var/run/mountd.pid`), check the syslog output to see if
mountd
logged any parsing errors in the exports
file.
If mountd
detects that the running kernel
does not include NFS support, it will attempt to load a loadable kernel
module containing NFS code, using
kldload(2). If this
fails, or no NFS KLD was available, mountd
exits
with an error.
nfsstat(1), kldload(2), nfsv4(4), exports(5), nfsd(8), rpcbind(8), showmount(8)
The mountd
utility first appeared in
4.4BSD.
October 11, 2020 | midnightbsd-3.1 |