mountd.8 (099d4ed1355ac9962c66be402499066bfa09fdab) | mountd.8 (5e0abc7b6f413207044dc473166e6df8b17be69b) |
---|---|
1.\" Copyright (c) 1989, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 16 unchanged lines hidden (view full) --- 25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 30.\" SUCH DAMAGE. 31.\" 32.\" @(#)mountd.8 8.4 (Berkeley) 4/28/95 | 1.\" Copyright (c) 1989, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 16 unchanged lines hidden (view full) --- 25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 30.\" SUCH DAMAGE. 31.\" 32.\" @(#)mountd.8 8.4 (Berkeley) 4/28/95 |
33.\" $Id: mountd.8,v 1.13 1998/07/15 06:21:39 charnier Exp $ | 33.\" $Id: mountd.8,v 1.14 1998/10/15 13:37:35 mckay Exp $ |
34.\" 35.Dd April 28, 1995 36.Dt MOUNTD 8 37.Os 38.Sh NAME 39.Nm mountd 40.Nd service remote 41.Tn NFS --- 69 unchanged lines hidden (view full) --- 111.Pp 112If 113.Nm 114detects that the running kernel does not include 115.Tn NFS 116support, it will attempt to load a loadable kernel module containing 117.Tn NFS 118code, using | 34.\" 35.Dd April 28, 1995 36.Dt MOUNTD 8 37.Os 38.Sh NAME 39.Nm mountd 40.Nd service remote 41.Tn NFS --- 69 unchanged lines hidden (view full) --- 111.Pp 112If 113.Nm 114detects that the running kernel does not include 115.Tn NFS 116support, it will attempt to load a loadable kernel module containing 117.Tn NFS 118code, using |
119.Xr modload 8 | 119.Xr kldload 8 |
120by way of 121.Xr vfsload 3 . 122If this fails, or no 123.Tn NFS | 120by way of 121.Xr vfsload 3 . 122If this fails, or no 123.Tn NFS |
124LKM was available, | 124KLD was available, |
125.Nm 126exits with an error. 127.Sh FILES 128.Bl -tag -width /var/run/mountd.pid -compact 129.It Pa /etc/exports 130the list of exported filesystems 131.It Pa /var/run/mountd.pid 132the pid of the currently running mountd 133.It Pa /var/db/mountdtab 134the current list of remote mounted filesystems 135.El 136.Sh SEE ALSO 137.Xr nfsstat 1 , 138.Xr exports 5 , | 125.Nm 126exits with an error. 127.Sh FILES 128.Bl -tag -width /var/run/mountd.pid -compact 129.It Pa /etc/exports 130the list of exported filesystems 131.It Pa /var/run/mountd.pid 132the pid of the currently running mountd 133.It Pa /var/db/mountdtab 134the current list of remote mounted filesystems 135.El 136.Sh SEE ALSO 137.Xr nfsstat 1 , 138.Xr exports 5 , |
139.Xr modload 8 , | 139.Xr kldload 8 , |
140.Xr nfsd 8 , 141.Xr portmap 8 , 142.Xr showmount 8 143.Sh HISTORY 144The 145.Nm 146utility first appeared in 147.Bx 4.4 . | 140.Xr nfsd 8 , 141.Xr portmap 8 , 142.Xr showmount 8 143.Sh HISTORY 144The 145.Nm 146utility first appeared in 147.Bx 4.4 . |