Joerg Wunsch
b4206324a5
Mention the oddities and requirements for mount operations executed by
...
non-root users.
PR: docs/42651
Submitted by: Thomas Seck <tmseck@netcologne.de>
MFC after: 3 days
2003-01-13 19:42:21 +00:00
Tom Rhodes
97d0a1b862
Remove the incorrect information about dump(8) and snapshots. All the
...
dump(8) issues are assumed to be fixed.
PR: 46224
Submitted By: Chris Knight <chris@aims.com.au>
Approved By: re (murray)
2002-12-13 16:35:23 +00:00
Tom Rhodes
ce66ddb763
s/filesystem/file system/g as discussed on -developers
2002-08-21 18:11:48 +00:00
Ruslan Ermilov
9acd9d0118
mdoc(7) police: missing markup bits.
2002-08-13 12:03:35 +00:00
Maxime Henrion
26fbf78be1
Update the manpage to match the code. The mount utilities
...
now don't try to load the filesystem module, the kernel takes
care of this.
2002-08-11 15:17:01 +00:00
Tom Rhodes
299f15612e
Add a bit of information on FFS snapshots to the mount(8) manual page.
...
PR: 30139
Submitted by: Chris Knight <chris@aims.com.au?
MFC after: 3 days
2002-07-11 21:12:45 +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
Maxime Henrion
eb4ebb056c
Fix a typo : ".Xr mount_udf 8," -> ".Xr mount_udf 8 ,".
2002-05-11 19:32:24 +00:00
David Malone
b6925fa918
Add mount_udf and mount_smbfs to crossrefs.
...
PR: 37200
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
2002-04-21 18:23:58 +00:00
Ruslan Ermilov
9fe48c6e8d
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 11:04:34 +00:00
Ruslan Ermilov
4ccd754686
- VFS_SET(msdos) -> VFS_SET(msdosfs)
...
- msdos.ko -> msdosfs.ko
- mount_msdos(8) -> mount_msdosfs(8)
- "msdos" -> "msdosfs" compatibility glue in mount(8)
2001-06-01 10:57:26 +00:00
Ruslan Ermilov
0b381bf1fd
Remove vestiges of MFS.
2001-06-01 10:07:28 +00:00
Ruslan Ermilov
6ad10804f7
Rename (after a repo-copy) some mount(8) programs:
...
mount_fdesc -> mount_fdescfs
mount_null -> mount_nullfs
mount_portal -> mount_portalfs
mount_umap -> mount_umapfs
mount_union -> mount_unionfs
2001-05-23 14:58:19 +00:00
Nik Clayton
01c78dbb09
Add an xref for mount_ntfs.
...
PR: docs/24693
Submitted by: Etienne Vidal <hallik@libertysurf.fr>
2001-02-02 03:08:48 +00:00
Dag-Erling Smørgrav
c4b267dc7e
Retire kernfs (userland part).
2000-12-28 12:59:57 +00:00
Ruslan Ermilov
1252c1bb05
Prepare for mdoc(7)NG.
2000-12-18 15:16:24 +00:00
Ruslan Ermilov
7f8047281e
mdoc(7) police: misc minor fixes.
2000-11-23 08:18:10 +00:00
Alexey Zelkin
e867267b31
o get rid lfs mentions
...
o remove non-mdoc groff's instructions
2000-11-22 17:56:21 +00:00
Ruslan Ermilov
7c7fb079b9
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 16:52:27 +00:00
Nik Clayton
1ce9f3171c
.Xr to mount_ext2fs, mount_hpfs, mount_linprocfs, mount_nwfs, and
...
mount_std.
PR: docs/20369
Submitted by: bmah
2000-10-29 14:45:36 +00:00
Sheldon Hearn
e4bc2e3400
Explain the notion that additional mount options may be described
...
in mount_XXX manual pages. Remove explicit mention of NFS mount
options, since they are accurately described by this rule.
PR: 20814
2000-08-28 08:52:59 +00:00
Nik Clayton
57c68d4526
Removed xref to mount_lfs, this died in 2.mumble.
...
PR: docs/18272
Submitted by: Michael Lucas <mwlucas@blackhelicopters.org>
2000-04-30 22:08:13 +00:00
Sheldon Hearn
ef8f7ac935
Remove single-space hard sentence breaks. These degrade the quality
...
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
2000-03-01 11:27:47 +00:00
Alfred Perlstein
bf1a227441
Don't scare the users.
...
Kirk argees that the comment about corruption caused by switching the flags
on an already mounted manpage are bogus, it doesn't happen.
Ok by: mckusick
2000-02-22 01:40:43 +00:00
David E. O'Brien
534e0080ae
Document the "noasync" option.
1999-09-28 15:49:47 +00:00
Peter Wemm
7f3dea244c
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
Joseph Koshy
5880814dc3
Null commit.
...
> PR: bin/6399
> Submitted by: David Malone <dwmalone@maths.tcd.ie>
Also reviewed by: bde
1999-05-07 05:31:01 +00:00
Joseph Koshy
18af604492
1. Enhanced syntax for mount(8). The -o option now supports two 'meta'
...
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>
1999-05-07 05:22:08 +00:00
Guy Helmer
a7efcd4bab
modload -> kldload and add ref to kldload(8) in See Also section.
...
Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
1999-04-08 13:59:42 +00:00
Dag-Erling Smørgrav
bdd042f095
Warn about "mount -u" bug.
1998-10-16 00:06:56 +00:00
Joseph Koshy
ce60232381
Add a CAVEAT section documenting the minimum permissions required for a mount
...
point to be traversable in both directions by all users.
PR: 7172
1998-07-09 05:49:58 +00:00
Wolfram Schneider
5ddc8ded1d
New mount option nosymfollow. If enabled, the kernel lookup()
...
function will not follow symbolic links on the mounted
file system and return EACCES (Permission denied).
1998-04-08 18:31:59 +00:00
Steve Price
8546f807e0
Add mount_devfs(8) to the SEE ALSO section.
...
PR: 5125
1997-12-01 00:44:16 +00:00
Julian Elischer
52bf64c787
Reviewed by: hackers@freebsd.org in general
...
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.
1997-11-13 00:28:51 +00:00
KATO Takenori
75b714ac11
Add noclusterr and noclusterw options. The noclusterr and noclusterw
...
disable clustered read and write, respectively.
Reviewed by: bde
1997-09-27 13:44:17 +00:00
Steve Price
fba1c154b2
Try to avoid mounting filesystems multiple times. Also while
...
I'm here do some -Wall cleaning.
PR: kern/1839
Reviewed and corrected by: joerg
1997-08-24 21:02:51 +00:00
Joerg Wunsch
6caa839def
Mention the various reasons for messages of the form:
...
xxxxx filesystem is not available
Inspired by: PR 3311, and a following discussion with Mikhail
1997-08-24 17:51:12 +00:00
Steve Price
951122de0a
Always include the section name in the .Xr macro and cleanup
...
.Nm macro usage.
PR: docs/3940
Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
1997-08-24 02:27:08 +00:00
Peter Wemm
c06fe0a05e
Merge from Lite2
...
- 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!
1997-03-11 12:28:00 +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
Andrey A. Chernov
677ab44579
Add mount_msdos(8) reference
...
2.2 candidate
1996-11-10 02:21:05 +00:00
David Greenman
fa9471546d
Added description of "noatime" option.
1996-09-08 13:28:12 +00:00
Wolfram Schneider
b8923d4cc0
[HISTORY] command appeared in Version 1 AT&T UNIX
...
Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41
1996-08-29 18:06:19 +00:00
Jordan K. Hubbard
a257a45ecd
I have added a new option -p to the mount command. This was
...
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>
1996-07-21 23:34:04 +00:00
Wolfram Schneider
b23472acb2
Document that suid wrapper like suidperl(1) break option 'nosuid'.
1996-07-02 23:18:38 +00:00
Mike Pritchard
c4c23c4df8
Another round of various man page cleanups.
1996-02-09 17:25:57 +00:00
David Greenman
c4e9518794
Document the -a option, and mention ``noauto''.
1995-08-26 06:06:15 +00:00
David Greenman
89beb278f7
The changes for adding the "noauto" option were mostly wrong. MNT_NOAUTO
...
is a kernel flag, and the kernel definately doesn't need to know about
it.
1995-08-26 05:39:53 +00:00