Deleted Added
full compact
mountd.8 (6636) mountd.8 (9336)
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.\" From: @(#)mountd.8 8.1 (Berkeley) 6/9/93
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.\" From: @(#)mountd.8 8.1 (Berkeley) 6/9/93
33.\" $Id: mountd.8,v 1.2 1994/09/22 22:16:49 wollman Exp $
33.\" $Id: mountd.8,v 1.3 1995/02/22 21:42:48 ats Exp $
34.\"
35.Dd September 22, 1994
36.Dt MOUNTD 8
37.Os
38.Sh NAME
39.Nm mountd
40.Nd service remote
41.Tn NFS
42mount requests
43.Sh SYNOPSIS
44.Nm /sbin/mountd
34.\"
35.Dd September 22, 1994
36.Dt MOUNTD 8
37.Os
38.Sh NAME
39.Nm mountd
40.Nd service remote
41.Tn NFS
42mount requests
43.Sh SYNOPSIS
44.Nm /sbin/mountd
45.Op Fl n
45.Op Fl nr
46.Op Ar exportsfile
47.Sh DESCRIPTION
48.Xr Mountd
49is the server for
50.Tn NFS
51mount requests from other client machines.
52.Xr Mountd
53listens for service requests at the port indicated in the
54.Tn NFS
55server specification; see
56.%T "Network File System Protocol Specification" ,
46.Op Ar exportsfile
47.Sh DESCRIPTION
48.Xr Mountd
49is the server for
50.Tn NFS
51mount requests from other client machines.
52.Xr Mountd
53listens for service requests at the port indicated in the
54.Tn NFS
55server specification; see
56.%T "Network File System Protocol Specification" ,
57RFC1094.
57RFC1094, Appendix A and
58.%T "NFS: Network File System Version 3 Protocol Specification" ,
59Appendix I.
58.Pp
59Options and operands available for
60.Nm mountd :
61.Bl -tag -width Ds
62.It Fl n
63The
64.Fl n
65option allows non-root mount requests to be served.
66This should only be specified if there are clients such as PC's,
67that require it.
60.Pp
61Options and operands available for
62.Nm mountd :
63.Bl -tag -width Ds
64.It Fl n
65The
66.Fl n
67option allows non-root mount requests to be served.
68This should only be specified if there are clients such as PC's,
69that require it.
70.It Fl r
71The
72.Fl r
73option allows mount RPCs requests for regular files to be served.
74Although this seems to violate the mount protocol specification, some diskless
75workstations do mount requests for their swapfiles and expect them to be
76regular files. Since a regular file cannot be specified in /etc/exports, the
77entire file system that the swapfiles reside in will have to be exported with
78the ``-alldirs'' flag.
68.It Ar exportsfile
69The
70.Ar exportsfile
71argument specifies an alternate location
72for the exports file.
73.El
74.Pp
75When mountd is started,

--- 45 unchanged lines hidden ---
79.It Ar exportsfile
80The
81.Ar exportsfile
82argument specifies an alternate location
83for the exports file.
84.El
85.Pp
86When mountd is started,

--- 45 unchanged lines hidden ---