Ruslan Ermilov
8266d47670
Markup fixes.
2006-09-18 11:55:10 +00:00
Dag-Erling Smørgrav
7410947271
Fix markup snafu.
...
Spotted by: ru
2006-09-14 13:47:55 +00:00
Daniel Gerzo
d6649c2569
Re-word the description of the "async" flag.
...
Suggested by: Milos Vyletel (mv@rulez.sk )
Reviewed by: ru
Approved by: keramida (mentor), trhodes (mentor)
2006-09-08 13:47:39 +00:00
Dag-Erling Smørgrav
4b4f91707c
Teach mount(8) about a 'late' keyword, which means the file system should
...
not be mounted unless the -l flag was specified.
Add an rc script, mountlate, which basically runs 'mount -a -l'. It runs
after DAEMON but before LOGIN.
This is useful for things like loopback mounts, because mountcritremote
runs before mountd / nfsd (since /usr might be a remote file system), so
an attempt to mount a loopback network file system in mountcritremote will
fail.
Also add a progress message to mountcritlocal, for the sake of symmetry
with similar messages in mountcritremote and mountlate.
Reviewed by: freebsd-rc
MFC after: 3 weeks
2006-07-12 16:05:51 +00:00
Craig Rodrigues
067eb35dd0
Remove reference to mount_procfs(8), add reference to procfs(5).
...
mount(8) doesn't use mount_procfs(8), and instead passes an fstype
of "procfs" directly to nmount().
2006-05-19 00:04:18 +00:00
Craig Rodrigues
c002dbe6a7
Remove reference to mount_ext2fs(8), add reference to ext2fs(5).
...
mount no longer invokes mount_ext2fs, it calls nmount() directly
with fstype "ext2fs".
2006-05-17 23:29:11 +00:00
Craig Rodrigues
7c5347ae86
Update text to reflect that:
...
- mount(8) now calls the nmount(2) system call directly, not mount(2)
- specifying a filesystem type with -t will not automatically
invoke an external /sbin/mount_XXXX program....this only happens for
certain file system types. For all other file system types, nmount(2)
is called directly.
2006-02-25 00:47:53 +00:00
Pav Lucistnik
09b03f4714
- Xref mount_reiserfs(8)
...
PR: docs/90902
Submitted by: Scott Robbins <scottro@nyc.rr.com>
MFC after: 3 days
2006-01-10 15:56:46 +00:00
Christian Brueffer
e16a2150d3
Remove Xref to mount_hpfs(8), it's not hooked up to the build.
...
Approved by: re (blanket)
MFC after: 3 days
2005-06-16 21:35:33 +00:00
Colin Percival
18a3dd1e34
Add verbiage to the description of the noexec mount option clarifying
...
that it really wasn't intended as a security feature.
Wording mostly by: simon
Discussed with: secteam
2005-03-23 04:17:48 +00:00
Ruslan Ermilov
6087df9e8b
Sort sections.
2005-01-18 10:09:38 +00:00
Josef El-Rayes
8e5c1e59fb
Fix typo.
...
Noticed by: clement
2004-12-26 18:06:05 +00:00
Ruslan Ermilov
5f04702815
Fix the mount(8) status reporting, now that MNT_NODEV is a no-op (zero).
...
Asked to commit by: phk
2004-11-29 09:35:01 +00:00
Ruslan Ermilov
d04b5dfe6c
Assorted markup, grammar, and spelling fixes.
2004-05-17 08:35:43 +00:00
Mark Murray
4c723140a4
Remove advertising clause from University of California Regent's license,
...
per letter dated July 22, 1999.
Approved by: core, imp
2004-04-09 19:58:40 +00:00
Robert Watson
90b9e3f199
Correct the definition of the multilabel flag: it enables multilabel
...
MAC support on the file system, if supported, which causes MAC to treat
each object as having its own label, rather than using a single label
for all objects on the file system. This doesn't have to be used in
combination with the tunefs/newfs flags -- it's an alternative.
2004-03-26 03:26:15 +00:00
Christian Brueffer
0e9efd1904
s/considred/considered/
2004-03-04 00:52:16 +00:00
Tom Rhodes
ed1b9fc97a
Reorder Xrefs in SEE ALSO.
2004-02-10 06:44:41 +00:00
Tom Rhodes
f00a5dbd49
Update to inform users of acls and multilabel options. Add Xrefs to the
...
more relevant manual pages.
PR: 62394
Submitted by: Marc Silver <marcs@draenor.org>
2004-02-10 06:33:29 +00:00
Guido van Rooij
c14d21f6cf
Style(9) option sorting
...
Submitted by: Ruslan Ermilov <ru@FreeBSD.org>
2004-01-29 15:14:03 +00:00
Guido van Rooij
6f7cdc55f1
Fix manpage and usage() to reflect that -a can be used in combination
...
with -o
Submitted by: Ruslan Ermilov <ru@FreeBSD.org>
Pointed out by: Ceri Davies <ceri@submonkey.net
2004-01-29 14:42:26 +00:00
Sean Chittenden
c80f12d0af
Reduce fstab(5)/mount(8) confusion by changing the man pages to say "ro"
...
instead of "rdonly". "rdonly" works for mount(8) and mount_std(8) but
not from /etc/fstab, whereas "ro" works for all mount_*(8) commands.
2003-10-22 18:25:49 +00:00
Ruslan Ermilov
a0b6213b05
Fixed the markup in the recently added ENVIRONMENT section.
2003-05-17 22:35:35 +00:00
Matthew N. Dodd
6e3bc9dad6
Bump the date for recent commits.
2003-04-07 22:58:35 +00:00
Matthew N. Dodd
564b641ef9
Clarify the behavior of PATH_FSTAB with regard to 'tainted' execution.
...
Requested by: ru
2003-04-07 14:21:14 +00:00
Matthew N. Dodd
ef258dd967
Implement the '-F' option for mount & umount which allows the user to
...
specify an alternate fstab file.
2003-04-07 12:56:01 +00:00
Ruslan Ermilov
c4b8f0626a
mdoc(7) police: kill unnecessary xref.
2003-02-23 01:46:25 +00:00
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