summaryrefslogtreecommitdiffstats
path: root/sbin/mount/mount.8
Commit message (Collapse)AuthorAgeFilesLines
* Null commit.jkoshy1999-05-071-1/+1
| | | | | | | > PR: bin/6399 > Submitted by: David Malone <dwmalone@maths.tcd.ie> Also reviewed by: bde
* 1. Enhanced syntax for mount(8). The -o option now supports two 'meta'jkoshy1999-05-071-8/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | options: -o fstab brings in filesystem options specified in /etc/fstab -o current incorporates the current set of options for the file system The rightmost option wins in the case of conflicting options being specified. E.g.:- # mount -u -o current,nosuid /home will preserve the current mount options while adding the 'nosuid' flag. 2. Rewording of manual page to be hopefully clearer; small -Wall cleanups. Thanks to David Malone for his patience and willingness to work multiple patches on request. PR: bin/6399 Submitted by: David Malone <dwmalone@maths.tcd.ie>
* modload -> kldload and add ref to kldload(8) in See Also section.ghelmer1999-04-081-2/+3
| | | | Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
* Warn about "mount -u" bug.des1998-10-161-1/+5
|
* Add a CAVEAT section documenting the minimum permissions required for a mountjkoshy1998-07-091-1/+8
| | | | | | point to be traversable in both directions by all users. PR: 7172
* New mount option nosymfollow. If enabled, the kernel lookup()wosch1998-04-081-1/+4
| | | | | function will not follow symbolic links on the mounted file system and return EACCES (Permission denied).
* Add mount_devfs(8) to the SEE ALSO section.steve1997-12-011-1/+2
| | | | PR: 5125
* Reviewed by: hackers@freebsd.org in generaljulian1997-11-131-1/+17
| | | | | | | | | | | | | Obtained from: Whistle Communications tree Add an option to the way UFS works dependent on the SUID bit of directories This changes makes things a whole lot simpler on systems running as fileservers for PCs and MACS. to enable the new code you must 1/ enable option SUIDDIR on the kernel. 2/ mount the filesystem with option suiddir. hopefully this makes it difficult enough for people to do this accidentally. see the new chmod(2) man page for detailed info.
* Add noclusterr and noclusterw options. The noclusterr and noclusterwkato1997-09-271-1/+5
| | | | | | disable clustered read and write, respectively. Reviewed by: bde
* Try to avoid mounting filesystems multiple times. Also whilesteve1997-08-241-3/+5
| | | | | | | I'm here do some -Wall cleaning. PR: kern/1839 Reviewed and corrected by: joerg
* Mention the various reasons for messages of the form:joerg1997-08-241-1/+17
| | | | | | xxxxx filesystem is not available Inspired by: PR 3311, and a following discussion with Mikhail
* Always include the section name in the .Xr macro and cleanupsteve1997-08-241-11/+14
| | | | | | | .Nm macro usage. PR: docs/3940 Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
* Merge from Lite2peter1997-03-111-7/+13
| | | | | | | - use new getvfsbyname() interface and mount(2) interface **DANGER WILL ROBINSON!!** You must be running a -current kernel from within a week or so in order for this to work!
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | 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.
* Add mount_msdos(8) referenceache1996-11-101-1/+2
| | | | 2.2 candidate
* Added description of "noatime" option.dg1996-09-081-1/+7
|
* [HISTORY] command appeared in Version 1 AT&T UNIXwosch1996-08-291-1/+2
| | | | Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41
* I have added a new option -p to the mount command. This wasjkh1996-07-211-3/+7
| | | | | | | | | | | | | | | | | | | | inspired by SunOS version of mount which uses option -p to indicate that the mount information should be printed in fstab format. This is a neat way to create a new fstab file to use later when one has modified the mount points or mount options or added or removed mount some mount points. You just type mount -p > /etc/fstab.new and there is your new fstab file ready to be used though you will of course have to add any necessary noauto flags manually. [Committers note: This also seems to do the wrong thing for AMD mounts, but in the more average case this is a nifty feature nonetheless and one can always edit the bogus entries out] Submitted-By: Jukka Ukkonen <jau@jau.csc.fi>
* Document that suid wrapper like suidperl(1) break option 'nosuid'.wosch1996-07-021-0/+4
|
* Another round of various man page cleanups.mpp1996-02-091-1/+0
|
* Document the -a option, and mention ``noauto''.dg1995-08-261-0/+5
|
* The changes for adding the "noauto" option were mostly wrong. MNT_NOAUTOdg1995-08-261-5/+0
| | | | | is a kernel flag, and the kernel definately doesn't need to know about it.
* Sigh. This isn't my night. I forgot the manpage updates too!jkh1995-08-231-0/+5
| | | | Thanks, Andrey.
* Fixed incompleteness that would allow dirty filesystems to get mounteddg1995-05-151-2/+5
| | | | | | | | | when the single user shell was terminated. These changes disallow mounting or R/W upgrading filesystems that are dirty unless "-f" (force) option is used with mount. /etc/rc has been modified to abort the startup if one or more non-nfs partitions fail to mount. Reviewed by: Poul-Henning Kamp, Rod Grimes
* Document the requirements of dynamic loading on mounting order. Cross-refwollman1995-01-221-1/+18
| | | | to vfsload(3).
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-261-0/+264
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin.
OpenPOWER on IntegriCloud