xref: /freebsd/usr.sbin/mountd/mountd.8 (revision 690c488d0a52f8afab17b2ee187100bf488a7da1)
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.\" 3. All advertising materials mentioning features or use of this software
138fae3551SRodney W. Grimes.\"    must display the following acknowledgement:
148fae3551SRodney W. Grimes.\"	This product includes software developed by the University of
158fae3551SRodney W. Grimes.\"	California, Berkeley and its contributors.
168fae3551SRodney W. Grimes.\" 4. Neither the name of the University nor the names of its contributors
178fae3551SRodney W. Grimes.\"    may be used to endorse or promote products derived from this software
188fae3551SRodney W. Grimes.\"    without specific prior written permission.
198fae3551SRodney W. Grimes.\"
208fae3551SRodney W. Grimes.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
218fae3551SRodney W. Grimes.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
228fae3551SRodney W. Grimes.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
238fae3551SRodney W. Grimes.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
248fae3551SRodney W. Grimes.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
258fae3551SRodney W. Grimes.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
268fae3551SRodney W. Grimes.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
278fae3551SRodney W. Grimes.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
288fae3551SRodney W. Grimes.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
298fae3551SRodney W. Grimes.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
308fae3551SRodney W. Grimes.\" SUCH DAMAGE.
318fae3551SRodney W. Grimes.\"
3287564113SPeter Wemm.\"     @(#)mountd.8	8.4 (Berkeley) 4/28/95
33690c488dSGuido van Rooij.\"	$Id: mountd.8,v 1.11 1997/12/09 18:43:44 guido Exp $
348fae3551SRodney W. Grimes.\"
3587564113SPeter Wemm.Dd April 28, 1995
368fae3551SRodney W. Grimes.Dt MOUNTD 8
378fae3551SRodney W. Grimes.Os
388fae3551SRodney W. Grimes.Sh NAME
398fae3551SRodney W. Grimes.Nm mountd
408fae3551SRodney W. Grimes.Nd service remote
418fae3551SRodney W. Grimes.Tn NFS
428fae3551SRodney W. Grimesmount requests
438fae3551SRodney W. Grimes.Sh SYNOPSIS
448fae3551SRodney W. Grimes.Nm /sbin/mountd
45690c488dSGuido van Rooij.Op Fl 2lnr
468fae3551SRodney W. Grimes.Op Ar exportsfile
478fae3551SRodney W. Grimes.Sh DESCRIPTION
488fae3551SRodney W. Grimes.Xr Mountd
498fae3551SRodney W. Grimesis the server for
508fae3551SRodney W. Grimes.Tn NFS
518fae3551SRodney W. Grimesmount requests from other client machines.
528fae3551SRodney W. Grimes.Xr Mountd
538fae3551SRodney W. Grimeslistens for service requests at the port indicated in the
548fae3551SRodney W. Grimes.Tn NFS
558fae3551SRodney W. Grimesserver specification; see
568fae3551SRodney W. Grimes.%T "Network File System Protocol Specification" ,
57a62dc406SDoug RabsonRFC1094, Appendix A and
58a62dc406SDoug Rabson.%T "NFS: Network File System Version 3 Protocol Specification" ,
59a62dc406SDoug RabsonAppendix I.
608fae3551SRodney W. Grimes.Pp
618fae3551SRodney W. GrimesOptions and operands available for
628fae3551SRodney W. Grimes.Nm mountd :
638fae3551SRodney W. Grimes.Bl -tag -width Ds
642a66cfc5SDoug Rabson.It Fl 2
652a66cfc5SDoug RabsonThe
662a66cfc5SDoug Rabson.Fl 2
672a66cfc5SDoug Rabsonoption allows the administrator to force clients to use only the
682a66cfc5SDoug Rabsonversion 2 NFS protocol to mount filesystems from this server.
69690c488dSGuido van Rooij.It Fl l
70690c488dSGuido van RooijThe
71690c488dSGuido van Rooij.Fl l
72690c488dSGuido van Rooijoption will cause all succeeded mountd requests to be logged.
738fae3551SRodney W. Grimes.It Fl n
748fae3551SRodney W. GrimesThe
758fae3551SRodney W. Grimes.Fl n
768fae3551SRodney W. Grimesoption allows non-root mount requests to be served.
778fae3551SRodney W. GrimesThis should only be specified if there are clients such as PC's,
788fae3551SRodney W. Grimesthat require it.
7984ca4b2aSGuido van RooijIt will automatically clear the vfs.nfs.nfs_privport sysctl flag, which
8084ca4b2aSGuido van Rooijcontrols if the kernel will accept nfs requests form reserved ports only.
81a62dc406SDoug Rabson.It Fl r
82a62dc406SDoug RabsonThe
83a62dc406SDoug Rabson.Fl r
84a62dc406SDoug Rabsonoption allows mount RPCs requests for regular files to be served.
8587564113SPeter WemmAlthough this seems to violate the mount protocol specification,
8687564113SPeter Wemmsome diskless workstations do mount requests for
8787564113SPeter Wemmtheir swapfiles and expect them to be regular files.
8887564113SPeter WemmSince a regular file cannot be specified in
8987564113SPeter Wemm.Pa /etc/exports ,
9087564113SPeter Wemmthe entire file system in which the swapfiles resides
9187564113SPeter Wemmwill have to be exported with the
9287564113SPeter Wemm.Fl alldirs
9387564113SPeter Wemmflag.
948fae3551SRodney W. Grimes.It Ar exportsfile
958fae3551SRodney W. GrimesThe
968fae3551SRodney W. Grimes.Ar exportsfile
978fae3551SRodney W. Grimesargument specifies an alternate location
988fae3551SRodney W. Grimesfor the exports file.
998fae3551SRodney W. Grimes.El
1008fae3551SRodney W. Grimes.Pp
1018fae3551SRodney W. GrimesWhen mountd is started,
1028fae3551SRodney W. Grimesit loads the export host addresses and options into the kernel
1038fae3551SRodney W. Grimesusing the mount(2) system call.
1048fae3551SRodney W. GrimesAfter changing the exports file,
1058fae3551SRodney W. Grimesa hangup signal should be sent to the mountd daemon
1068fae3551SRodney W. Grimesto get it to reload the export information.
1078fae3551SRodney W. GrimesAfter sending the SIGHUP
10887564113SPeter Wemm(kill \-s HUP `cat /var/run/mountd.pid`),
1098fae3551SRodney W. Grimescheck the syslog output to see if mountd logged any parsing
1108fae3551SRodney W. Grimeserrors in the exports file.
111d599144dSGarrett Wollman.Pp
112d599144dSGarrett WollmanIf
113d599144dSGarrett Wollman.Nm mountd
114d599144dSGarrett Wollmandetects that the running kernel does not include
115d599144dSGarrett Wollman.Tn NFS
116d599144dSGarrett Wollmansupport, it will attempt to load a loadable kernel module containing
117d599144dSGarrett Wollman.Tn NFS
118d599144dSGarrett Wollmancode, using
119d599144dSGarrett Wollman.Xr modload 8
120d599144dSGarrett Wollmanby way of
121d599144dSGarrett Wollman.Xr vfsload 3 .
122d599144dSGarrett WollmanIf this fails, or no
123d599144dSGarrett Wollman.Tn NFS
124d599144dSGarrett WollmanLKM was available,
125d599144dSGarrett Wollman.Nm mountd
126d599144dSGarrett Wollmanexits with an error.
1278fae3551SRodney W. Grimes.Sh FILES
1288fae3551SRodney W. Grimes.Bl -tag -width /var/run/mountd.pid -compact
1298fae3551SRodney W. Grimes.It Pa /etc/exports
1308fae3551SRodney W. Grimesthe list of exported filesystems
1318fae3551SRodney W. Grimes.It Pa /var/run/mountd.pid
1328fae3551SRodney W. Grimesthe pid of the currently running mountd
13308b48e64SAndreas Schulz.It Pa /var/db/mountdtab
13408b48e64SAndreas Schulzthe current list of remote mounted filesystems
1358fae3551SRodney W. Grimes.El
1368fae3551SRodney W. Grimes.Sh SEE ALSO
1378fae3551SRodney W. Grimes.Xr nfsstat 1 ,
1388fae3551SRodney W. Grimes.Xr exports 5 ,
139d599144dSGarrett Wollman.Xr modload 8 ,
1408fae3551SRodney W. Grimes.Xr nfsd 8 ,
1418fae3551SRodney W. Grimes.Xr portmap 8 ,
1428fae3551SRodney W. Grimes.Xr showmount 8
1438fae3551SRodney W. Grimes.Sh HISTORY
1448fae3551SRodney W. GrimesThe
1458fae3551SRodney W. Grimes.Nm mountd
146c0b0bcf4SMike Pritchardutility first appeared in
147c0b0bcf4SMike Pritchard.Bx 4.4 .
148