xref: /freebsd/usr.sbin/mountd/mountd.8 (revision 3201fe06cef31bc7e2f15c0afed474ec8dad63cc)
18fae3551SRodney W. Grimes.\" Copyright (c) 1989, 1991, 1993
28fae3551SRodney W. Grimes.\"	The Regents of the University of California.  All rights reserved.
38fae3551SRodney W. Grimes.\"
48fae3551SRodney W. Grimes.\" Redistribution and use in source and binary forms, with or without
58fae3551SRodney W. Grimes.\" modification, are permitted provided that the following conditions
68fae3551SRodney W. Grimes.\" are met:
78fae3551SRodney W. Grimes.\" 1. Redistributions of source code must retain the above copyright
88fae3551SRodney W. Grimes.\"    notice, this list of conditions and the following disclaimer.
98fae3551SRodney W. Grimes.\" 2. Redistributions in binary form must reproduce the above copyright
108fae3551SRodney W. Grimes.\"    notice, this list of conditions and the following disclaimer in the
118fae3551SRodney W. Grimes.\"    documentation and/or other materials provided with the distribution.
128fae3551SRodney W. Grimes.\" 4. Neither the name of the University nor the names of its contributors
138fae3551SRodney W. Grimes.\"    may be used to endorse or promote products derived from this software
148fae3551SRodney W. Grimes.\"    without specific prior written permission.
158fae3551SRodney W. Grimes.\"
168fae3551SRodney W. Grimes.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
178fae3551SRodney W. Grimes.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
188fae3551SRodney W. Grimes.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
198fae3551SRodney W. Grimes.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
208fae3551SRodney W. Grimes.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
218fae3551SRodney W. Grimes.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
228fae3551SRodney W. Grimes.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
238fae3551SRodney W. Grimes.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
248fae3551SRodney W. Grimes.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
258fae3551SRodney W. Grimes.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
268fae3551SRodney W. Grimes.\" SUCH DAMAGE.
278fae3551SRodney W. Grimes.\"
2887564113SPeter Wemm.\"     @(#)mountd.8	8.4 (Berkeley) 4/28/95
297f3dea24SPeter Wemm.\" $FreeBSD$
308fae3551SRodney W. Grimes.\"
3196968c22SPawel Jakub Dawidek.Dd February 3, 2007
328fae3551SRodney W. Grimes.Dt MOUNTD 8
338fae3551SRodney W. Grimes.Os
348fae3551SRodney W. Grimes.Sh NAME
358fae3551SRodney W. Grimes.Nm mountd
368fae3551SRodney W. Grimes.Nd service remote
378fae3551SRodney W. Grimes.Tn NFS
388fae3551SRodney W. Grimesmount requests
398fae3551SRodney W. Grimes.Sh SYNOPSIS
407c7fb079SRuslan Ermilov.Nm
4174853402SPhilippe Charnier.Op Fl 2dlnr
42c203da27SBruce M Simpson.Op Fl p Ar port
4396968c22SPawel Jakub Dawidek.Op Ar exportsfile ...
448fae3551SRodney W. Grimes.Sh DESCRIPTION
45e1205e80SPhilippe CharnierThe
46e1205e80SPhilippe Charnier.Nm
47e1205e80SPhilippe Charnierutility is the server for
488fae3551SRodney W. Grimes.Tn NFS
498fae3551SRodney W. Grimesmount requests from other client machines.
5074853402SPhilippe CharnierIt listens for service requests at the port indicated in the
518fae3551SRodney W. Grimes.Tn NFS
528fae3551SRodney W. Grimesserver specification; see
538fae3551SRodney W. Grimes.%T "Network File System Protocol Specification" ,
54a62dc406SDoug RabsonRFC1094, Appendix A and
55a62dc406SDoug Rabson.%T "NFS: Network File System Version 3 Protocol Specification" ,
56a62dc406SDoug RabsonAppendix I.
578fae3551SRodney W. Grimes.Pp
5874853402SPhilippe CharnierThe following options are available:
5974853402SPhilippe Charnier.Bl -tag -width indent
602a66cfc5SDoug Rabson.It Fl 2
6174853402SPhilippe CharnierAllow the administrator to force clients to use only the
6274853402SPhilippe Charnierversion 2
6374853402SPhilippe Charnier.Tn NFS
6474853402SPhilippe Charnierprotocol to mount file systems from this server.
6574853402SPhilippe Charnier.It Fl d
6674853402SPhilippe CharnierOutput debugging information.
6719359912SGiorgos Keramidas.Nm
6819359912SGiorgos Keramidaswill not detach from the controlling terminal and will print
6919359912SGiorgos Keramidasdebugging messages to stderr.
70690c488dSGuido van Rooij.It Fl l
7174853402SPhilippe CharnierCause all succeeded
7274853402SPhilippe Charnier.Nm
7374853402SPhilippe Charnierrequests to be logged.
748fae3551SRodney W. Grimes.It Fl n
7574853402SPhilippe CharnierAllow non-root mount requests to be served.
768fae3551SRodney W. GrimesThis should only be specified if there are clients such as PC's,
778fae3551SRodney W. Grimesthat require it.
78c8714748SDima DorfmanIt will automatically clear the vfs.nfsrv.nfs_privport sysctl flag, which
79099d4ed1SStephen McKaycontrols if the kernel will accept NFS requests from reserved ports only.
80c203da27SBruce M Simpson.It Fl p Ar port
81c203da27SBruce M SimpsonForce
82c203da27SBruce M Simpson.Nm
83c203da27SBruce M Simpsonto bind to the specified port, for both
84b18b186eSRuslan Ermilov.Dv AF_INET
85c203da27SBruce M Simpsonand
86b18b186eSRuslan Ermilov.Dv AF_INET6
87c203da27SBruce M Simpsonaddress families.
88c203da27SBruce M SimpsonThis is typically done to ensure that the port which
89c203da27SBruce M Simpson.Nm
90c203da27SBruce M Simpsonbinds to is a known quantity which can be used in firewall rulesets.
91c203da27SBruce M SimpsonIf
92c203da27SBruce M Simpson.Nm
93c203da27SBruce M Simpsoncannot bind to this port, an appropriate error will be recorded in
94c203da27SBruce M Simpsonthe system log, and the daemon will then exit.
95a62dc406SDoug Rabson.It Fl r
9674853402SPhilippe CharnierAllow mount RPCs requests for regular files to be served.
9787564113SPeter WemmAlthough this seems to violate the mount protocol specification,
9887564113SPeter Wemmsome diskless workstations do mount requests for
9987564113SPeter Wemmtheir swapfiles and expect them to be regular files.
10087564113SPeter WemmSince a regular file cannot be specified in
10187564113SPeter Wemm.Pa /etc/exports ,
10287564113SPeter Wemmthe entire file system in which the swapfiles resides
10387564113SPeter Wemmwill have to be exported with the
10487564113SPeter Wemm.Fl alldirs
10587564113SPeter Wemmflag.
1068fae3551SRodney W. Grimes.It Ar exportsfile
10774853402SPhilippe CharnierSpecify an alternate location
1088fae3551SRodney W. Grimesfor the exports file.
1093201fe06SPawel Jakub DawidekMore than one exports file can be specified.
1108fae3551SRodney W. Grimes.El
1118fae3551SRodney W. Grimes.Pp
11274853402SPhilippe CharnierWhen
11374853402SPhilippe Charnier.Nm
11474853402SPhilippe Charnieris started,
1158fae3551SRodney W. Grimesit loads the export host addresses and options into the kernel
116fe27ded8SMike Pritchardusing the
117fe27ded8SMike Pritchard.Xr mount 2
118fe27ded8SMike Pritchardsystem call.
1198fae3551SRodney W. GrimesAfter changing the exports file,
12074853402SPhilippe Charniera hangup signal should be sent to the
12174853402SPhilippe Charnier.Nm
12274853402SPhilippe Charnierdaemon
1238fae3551SRodney W. Grimesto get it to reload the export information.
1248fae3551SRodney W. GrimesAfter sending the SIGHUP
12587564113SPeter Wemm(kill \-s HUP `cat /var/run/mountd.pid`),
12674853402SPhilippe Charniercheck the syslog output to see if
12774853402SPhilippe Charnier.Nm
12874853402SPhilippe Charnierlogged any parsing
1298fae3551SRodney W. Grimeserrors in the exports file.
130d599144dSGarrett Wollman.Pp
131d599144dSGarrett WollmanIf
13274853402SPhilippe Charnier.Nm
133d599144dSGarrett Wollmandetects that the running kernel does not include
134d599144dSGarrett Wollman.Tn NFS
135d599144dSGarrett Wollmansupport, it will attempt to load a loadable kernel module containing
136d599144dSGarrett Wollman.Tn NFS
137d599144dSGarrett Wollmancode, using
138933abef0SMaxime Henrion.Xr kldload 2 .
139d599144dSGarrett WollmanIf this fails, or no
140d599144dSGarrett Wollman.Tn NFS
1415e0abc7bSGuy HelmerKLD was available,
14274853402SPhilippe Charnier.Nm
143d599144dSGarrett Wollmanexits with an error.
1448fae3551SRodney W. Grimes.Sh FILES
1458fae3551SRodney W. Grimes.Bl -tag -width /var/run/mountd.pid -compact
1468fae3551SRodney W. Grimes.It Pa /etc/exports
1478fae3551SRodney W. Grimesthe list of exported file systems
1488fae3551SRodney W. Grimes.It Pa /var/run/mountd.pid
1498fae3551SRodney W. Grimesthe pid of the currently running mountd
15008b48e64SAndreas Schulz.It Pa /var/db/mountdtab
15108b48e64SAndreas Schulzthe current list of remote mounted file systems
1528fae3551SRodney W. Grimes.El
1538fae3551SRodney W. Grimes.Sh SEE ALSO
1548fae3551SRodney W. Grimes.Xr nfsstat 1 ,
155933abef0SMaxime Henrion.Xr kldload 2 ,
1568fae3551SRodney W. Grimes.Xr exports 5 ,
1578fae3551SRodney W. Grimes.Xr nfsd 8 ,
1588657581bSMaxim Sobolev.Xr rpcbind 8 ,
1598fae3551SRodney W. Grimes.Xr showmount 8
1608fae3551SRodney W. Grimes.Sh HISTORY
1618fae3551SRodney W. GrimesThe
16274853402SPhilippe Charnier.Nm
163c0b0bcf4SMike Pritchardutility first appeared in
164c0b0bcf4SMike Pritchard.Bx 4.4 .
165