Matteo Riondato
d11e36457b
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
2007-10-20 11:25:34 +00:00
Pawel Jakub Dawidek
3201fe06ce
Grr, committed manual page without the last change - make the comment a bit
...
prettier.
2007-02-03 00:15:46 +00:00
Pawel Jakub Dawidek
96968c223b
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
2007-02-03 00:12:18 +00:00
Giorgos Keramidas
193599122f
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
2006-05-02 21:00:43 +00:00
Warner Losh
486c8cc4c6
Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived software
...
(with permission of addtional copyright holders where appropriate)
2004-08-07 04:28:56 +00:00
Ruslan Ermilov
b18b186e57
Markup nits.
2004-06-04 19:23:12 +00:00
Bruce M Simpson
c203da27d5
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
2004-03-04 04:42:52 +00:00
Ruslan Ermilov
8d5d039f80
Uniformly refer to a file system as "file system".
...
Approved by: re
2002-12-12 17:26:04 +00:00
Maxime Henrion
933abef0c4
Update manpage to match the code, vfsload() isn't used
...
here since some time, kldload() is used instead.
2002-08-11 15:21:06 +00:00
Philippe Charnier
e1205e80e5
The .Nm utility
2002-07-06 19:34:18 +00:00
Tom Rhodes
3468b317cb
more file system > filesystem
2002-05-16 04:10:46 +00:00
Dima Dorfman
c871474800
Chase sysctl name.
...
Submitted by: Christopher Sharp <christopher_sharp@web.de>
2002-03-11 00:07:55 +00:00
Maxim Sobolev
8657581bfd
Correct cross-reference:
...
portmap.8 --> rpcbind.8
Submitted by: .Xr testing script
2001-06-07 16:59:19 +00:00
Ruslan Ermilov
7c7fb079b9
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 16:52:27 +00:00
Mike Pritchard
fe27ded896
Correct an xref.
...
PR: doc/13218
Submitted by: phantom
2000-05-05 02:25:19 +00:00
Peter Wemm
7f3dea244c
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
Guy Helmer
5e0abc7b6f
Change LKM/modload to KLD/kldload.
...
Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
1999-04-08 14:02:56 +00:00
Stephen McKay
099d4ed135
Spelling.
1998-10-15 13:37:35 +00:00
Philippe Charnier
7485340223
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.
1998-07-15 06:21:41 +00:00
Guido van Rooij
690c488d0a
Fix some style bugs.
...
Submitted by: bruce
1997-12-10 20:33:59 +00:00
Guido van Rooij
f51631d732
Log all failed mount attempts.
...
Also add a flag (-l) so mountd will also log all succeeded requests
to mountd.
1997-12-09 18:43:44 +00:00
Doug Rabson
2a66cfc532
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.
1997-04-22 10:37:27 +00:00
Guido van Rooij
84ca4b2a79
Oops...now really commit the doc change.
1997-04-09 20:25:43 +00:00
Peter Wemm
87564113d7
Merge from Lite2 (use new getvfsbyname() and mount(2) interface, cleanup)
1997-03-11 12:43:45 +00:00
Peter Wemm
c0ec1f37ef
Revert $FreeBSD$ to $Id$
1997-02-22 14:40:44 +00:00
Jordan K. Hubbard
1130b656e5
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.
1997-01-14 07:20:47 +00:00
Mike Pritchard
c0b0bcf4d3
Use the .Bx macro where appropriate.
1996-08-23 20:36:11 +00:00
Doug Rabson
a62dc40654
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>
1995-06-27 11:07:30 +00:00
Andreas Schulz
08b48e644c
Document the mountdtab file in the man page.
1995-02-22 21:42:48 +00:00
Garrett Wollman
d599144d24
Automatically load NFS and a bevy of other filesystems.
1994-09-22 22:17:02 +00:00
Rodney W. Grimes
8fae3551ec
BSD 4.4 Lite sbin Sources
...
Note: XNSrouted and routed NOT imported here, they shall be imported with
usr.sbin.
1994-05-26 06:35:07 +00:00