History log of /freebsd-10.1-release/usr.sbin/mountd/mountd.8
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 241569 14-Oct-2012 rmacklem

Add a description for the '-S' option to the mountd man page.
This is a content change.

Reviewed by: kib
MFC after: 2 weeks


# 220981 23-Apr-2011 rmacklem

Patch the mountd and nfsd man pages to reflect the recent changes
done by r220980 to deprecate the -e option and add the -o option.
This is a content change for both man pages.


# 192993 28-May-2009 rmacklem

Change the "-4" argument for nfsd and mountd to "-e" to avoid
confusion, since it does not refer to IPv4 nor NFSv4, but to
running the experimental server instead of the regular one.

Approved by: kib (mentor)


# 192934 27-May-2009 rmacklem

Modify mountd to handle the experimental nfs server as well as the
regular one. It now takes a "-4" command line argument to force it
to use the experimental server. Otherwise it will use the regular
server unless the experimental server is the only one linked into
the kernel. A third kind of line has been added to /etc/exports,
which is specific to NFSv4 and defines where the NFSv4 tree root is
and can be used to limit access to NFSv4 state handling operations
that do not use any file handle.

Approved by: kib (mentor)


# 172827 20-Oct-2007 matteo

Add the -h <bindip> option to mountd, similar to the one in nfsd(8)

-h bindip
Specify specific IP addresses to bind to for TCP and UDP requests.
This option may be specified multiple times. If no -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.

PR: bin/114097
Reviewed by: pjd (an eariler version of the patch)
MFC after: 1 week


# 166441 02-Feb-2007 pjd

Grr, committed manual page without the last change - make the comment a bit
prettier.


# 166440 02-Feb-2007 pjd

Add support for multiple exports files. This will be useful for example for
ZFS, where we have automatically generated /etc/zfs/exports file, which
should not be edited directly.

Discussed with: rwatson


# 158256 02-May-2006 keramida

Note that when -d flag is used, mountd(8) will not detach from the
controlling terminal.

PR: docs/96660
Submitted by: Jeff Ito <ijk@speakeasy.net>
MFC after: 1 week


# 133249 07-Aug-2004 imp

Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived software
(with permission of addtional copyright holders where appropriate)


# 130087 04-Jun-2004 ru

Markup nits.


# 126572 04-Mar-2004 bms

Add a new option to mountd(8), -p <port>. This allows the user to specify
a known port for use in firewall rulesets; otherwise the port is chosen
at run-time by bindresvport().

MFC after: 1 week


# 107788 12-Dec-2002 ru

Uniformly refer to a file system as "file system".

Approved by: re


# 101686 11-Aug-2002 mux

Update manpage to match the code, vfsload() isn't used
here since some time, kldload() is used instead.


# 99501 06-Jul-2002 charnier

The .Nm utility


# 96707 16-May-2002 trhodes

more file system > filesystem


# 92035 10-Mar-2002 dd

Chase sysctl name.

Submitted by: Christopher Sharp <christopher_sharp@web.de>


# 77878 07-Jun-2001 sobomax

Correct cross-reference:
portmap.8 --> rpcbind.8

Submitted by: .Xr testing script


# 68960 20-Nov-2000 ru

mdoc(7) police: use the new features of the Nm macro.


# 60016 05-May-2000 mpp

Correct an xref.

PR: doc/13218
Submitted by: phantom


# 50476 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 45478 08-Apr-1999 ghelmer

Change LKM/modload to KLD/kldload.

Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>


# 40390 15-Oct-1998 mckay

Spelling.


# 37663 15-Jul-1998 charnier

Correct improper use of .Sm. Document -d flag. Correct use of .Nm. Remove
unused #includes. Add usage(). Use warnx(). Correct spelling. Abort when
malloc() fails.


# 31665 10-Dec-1997 guido

Fix some style bugs.
Submitted by: bruce


# 31656 09-Dec-1997 guido

Log all failed mount attempts.
Also add a flag (-l) so mountd will also log all succeeded requests
to mountd.


# 25087 22-Apr-1997 dfr

Add a -2 flag to mountd to allow an admin to disable NFSv3 services.
This is handy for testing and possibly to work around busted v3 clients.


# 24760 09-Apr-1997 guido

Oops...now really commit the doc change.


# 23681 11-Mar-1997 peter

Merge from Lite2 (use new getvfsbyname() and mount(2) interface, cleanup)


# 22990 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


# 21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.


# 17797 23-Aug-1996 mpp

Use the .Bx macro where appropriate.


# 9336 27-Jun-1995 dfr

Changes to support version 3 of the NFS protocol.
The version 2 support has been tested (client+server) against FreeBSD-2.0,
IRIX 5.3 and FreeBSD-current (using a loopback mount). The version 2 support
is stable AFAIK.
The version 3 support has been tested with a loopback mount and minimally
against an IRIX 5.3 server. It needs more testing and may have problems.
I have patched amd to support the new variable length filehandles although
it will still only use version 2 of the protocol.

Before booting a kernel with these changes, nfs clients will need to at least
build and install /usr/sbin/mount_nfs. Servers will need to build and
install /usr/sbin/mountd.

NFS diskless support is untested.

Obtained from: Rick Macklem <rick@snowhite.cis.uoguelph.ca>


# 6636 22-Feb-1995 ats

Document the mountdtab file in the man page.


# 2999 22-Sep-1994 wollman

Automatically load NFS and a bevy of other filesystems.


# 1558 26-May-1994 rgrimes

BSD 4.4 Lite sbin Sources

Note: XNSrouted and routed NOT imported here, they shall be imported with
usr.sbin.