summaryrefslogtreecommitdiffstats
path: root/sbin/mount_nfs
Commit message (Collapse)AuthorAgeFilesLines
* Changes to support version 3 of the NFS protocol.dfr1995-06-272-97/+259
| | | | | | | | | | | | | | | | | | 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>
* Added -o port option. Use specified port number for NFS requests. The defaultkarl1995-06-142-1/+13
| | | | is to query the portmapper for the NFS port. This is useful for CFS users.
* Fixed bug where UDP was required to mount a TCP NFS filesystem.dg1995-05-241-3/+7
| | | | Submitted by: Ken Hornstein, Sept.'94
* Add support for kerberised NQNFS.dfr1995-01-302-3/+12
| | | | | | Reviewed by: Submitted by: Obtained from:
* Kill used "error" variable.dg1995-01-271-1/+0
|
* Fixed bogus error reporting when the failure is RPC related ("Addressdg1995-01-271-1/+2
| | | | already in use", instead of "Permission denied").
* Correct a litle typo in an error message: PRC -> RPC.ats1994-11-261-1/+1
|
* Add support for filesystem-specific `-o' options, and re-implement thewollman1994-11-011-2/+65
| | | | | | | | | | | | | | | | most common cd9660 and nfs options like God intended them. (It is now possible to say mount -o ro,soft,bg,intr there:/foo/bar /foo/bar again.) This whole getmntopt() business is an incredible botch; it never should have been anything more than a wrapper around getsubopt(3). Because if the way the current hackaround is implemented, options which take arguments (like the old `rsize' and `wsize') are still unavailable, and must be accessed the new, broken way. (It's unimaginable how Berkeley managed to screw up one of the few things about NFS that Sun actually got right to begin with!)
* Automatically load NFS and a bevy of other filesystems.wollman1994-09-221-1/+11
|
* Fixed a bug where mount_nfs would core-dump if used with IP# directly.phk1994-09-151-9/+10
| | | | | | | Also moved some KERBEROS related stuff inside the #ifdef. Should we always try to do a reverse lookup (IP#->name) ? It has som merit, but is probably against the tradition or huh ?
* Delete obsolete references to librpc.a.wollman1994-08-081-3/+0
|
* Convert to our man installation style. Also fixed long-standing bugwollman1994-08-051-1/+1
| | | | | in `fastboot'/`fasthalt' in which the interpreter would hang around after `reboot' or `halt' is run, causing an irritating ``Killed'' message.
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-263-0/+787
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin.
OpenPOWER on IntegriCloud