elad
9b470b7708
Mention potential reasons for EPERM.
...
Requested by Anon Ymous.
2007-01-06 14:43:27 +00:00
mjf
a2be0ed655
Revert the changes I introduced trying to solve tmpfs' NFS export problem.
...
Requested by yamt@
2006-10-31 08:12:46 +00:00
mjf
84bd46b9f9
Add support to allow a file system to not permit being exported over NFS.
...
Approved by elad@ and wrstuden@
2006-10-24 21:53:10 +00:00
wiz
730e1c55de
End sentence with a dot.
2006-09-27 17:42:34 +00:00
elad
fd2bf79719
Add a DIAGNOSTICS section, specifically to address the "Operation not
...
supported by device" error. Reference options(4). Bump date.
2006-09-25 20:07:17 +00:00
chs
899d1b31b2
convert "magiclinks" from a per-fs mount option to a system-wide sysctl.
...
as discussed on tech-kern quite some time ago.
2006-02-12 01:32:06 +00:00
riz
288025ff2a
Bump date, use "file system" consistently, no hyphen in "soft
...
dependencies", and sort options under -o.
2006-02-03 22:50:21 +00:00
riz
efb16065b2
Note that softdep and async options can't be used together. From
...
Dheeraj S in PR#32211, wording and formatting changes by me.
2006-02-03 22:34:11 +00:00
reinoud
85b5a27e76
Crosslink mount(8) with mount_udf(8)
2006-02-02 16:24:09 +00:00
elad
9144e38e70
document port option; prompted by wiz@ :)
2006-01-13 09:34:46 +00:00
thorpej
65412a2710
Implement expansion of special "magic" strings in symlinks into
...
system-specific values. Submitted by Chris Demetriou in Nov 1995 (!)
in PR kern/1781, modified only slighly by me.
This is enabled on a per-mount basis with the MNT_MAGICLINKS mount
flag. It can be enabled at mountroot() time by building the kernel
with the ROOTFS_MAGICLINKS option.
The following magic strings are supported by the implementation:
@machine value of MACHINE for the system
@machine_arch value of MACHINE_ARCH for the system
@hostname the system host name, as set with sethostname()
@domainname the system domain name, as set with setdomainname()
@kernel_ident the kernel config file name
@osrelease the releaes number of the OS
@ostype the name of the OS (always "NetBSD" for NetBSD)
Example usage:
mkdir /arch/i386/bin
mkdir /arch/sparc/bin
ln -s /arch/@machine_arch/bin /bin
2005-06-23 00:30:28 +00:00
snj
654ad24a7f
New sentence, new line, Xref fsck(8), use Dq.
2004-12-08 01:22:00 +00:00
jdolecek
19d91c00f9
document reload option, description shamelessly stolen off ffs_reload()
...
comment
2004-12-07 21:38:58 +00:00
snj
2055aee33c
Bump date for last.
2004-03-27 19:22:28 +00:00
cgd
efddf99c99
Recognize 'from_mount' as the device, which is especially useful when
...
putting root on NFS. (From my PR, 20305.)
2004-03-27 06:11:48 +00:00
agc
276d62f603
Move UCB-licensed code from 4-clause to 3-clause licence.
...
Patches provided by Joel Baker in PR 22308, verified by myself.
2003-08-07 10:04:22 +00:00
wiz
990562bfef
.Nm does not need a dummy argument ("") before punctuation or
...
for correct formatting of the SYNOPSIS any longer.
2003-02-25 10:34:36 +00:00
wiz
5fc05bb384
removable with only two es, from Adrian Mrva.
2002-12-21 12:27:14 +00:00
wiz
d1a3cd19aa
Sort SEE ALSO.
2002-11-07 12:45:35 +00:00
christos
0261b4559e
PR/16688: Robert Elz: No way exists to use MNT_IGNORE (custom C code excepted)
2002-11-07 12:43:50 +00:00
wiz
b3000c7d7c
Use .Fl t instead of \fI-t\fP.
2002-10-01 13:49:15 +00:00
wiz
2fb4b1db52
New sentence, new line. By Robert Elz with minimal fixes.
2002-10-01 13:40:23 +00:00
christos
9f9ee29713
MNT_GETARGS support
2002-09-21 18:43:31 +00:00
lukem
9234db0acd
Improve mount_mfs examples. Inspired by [misc/16193] from
...
Brian A. Seklecki <lavalamp@hurt.spiritual-machines.org>
2002-05-21 11:17:57 +00:00
wiz
0d862d5885
Drop empty lines and an unnecessary .Pp, sort sections.
2001-11-16 11:57:51 +00:00
gmcgarry
684c2af799
Prominently provide explanation of who is allowed to mount file
...
systems.
2001-09-12 21:48:08 +00:00
wiz
73f545bb5b
Drop arguments of .Os.
2001-06-05 11:22:41 +00:00
abs
7dea4938ea
If device and mountpoint are given without -t, and without a : in the
...
device, check the disklabel for filesystem type. Fall back to ffs as ever.
2000-09-18 10:48:23 +00:00
jhawk
f66c42de08
Xr for mount_overlay(8)
2000-07-30 15:17:14 +00:00
he
7ea7848d3c
Make sure .Dl has the line to be shown as argument (on same line).
2000-07-07 17:58:37 +00:00
fair
f7f2fe622e
Add example text to answer PR 10232.
2000-07-07 09:25:36 +00:00
fvdl
5422b85358
Enable and document the -o softdep option.
2000-06-15 22:36:07 +00:00
jdolecek
cbac3515fc
xref mount_ntfs(8) in SEE ALSO
1999-08-08 04:40:18 +00:00
kenh
7171fafd1d
Add support for a new flag: "nodevmtime". This sets the MNT_NODEVMTIME mount
...
flag.
1998-12-01 23:20:43 +00:00
hubertf
df0d7ae70f
add mount_filecore to "see also"-list
1998-10-03 22:50:46 +00:00
mycroft
54bbb69ea1
Word the comments about `async' a bit more strongly.
1998-09-16 09:27:36 +00:00
ross
382f00edd8
Document noasync and nosync.
...
Clarify the meaning of sync.
Run all the -o keywords through the Cm (keyword emphasis) macro.
1998-09-14 03:48:30 +00:00
fair
3d7afc6d03
fix bad .Xr references
1998-04-29 09:49:10 +00:00
drochner
f153059f4d
Add a clarification how the missing data are looked up if either
...
mount source or target are omitted. Adresses PR 3240.
XXX This is not the complete truth. Things change with the -u
option. Should be fixed in "mount.c".
1997-11-19 11:32:03 +00:00
enami
4589c896eb
Conditionalize the recognition of symbolic link permission by
...
per fs mount option `symperm'.
1997-10-30 22:47:06 +00:00
enami
0d4522a03f
Fix .Nm usage.
1997-10-20 09:11:16 +00:00
lukem
36323c1221
resolve conflicts from lite-2 import, with two major modifications
...
that require all of /sbin/mount_* and /sbin/umount to be modified:
* incorporate vfslist.c, adding checkvfsname() and makevfslist()
* getmntopts() now takes 4 args (adding int *altflagp)
1997-09-16 12:22:39 +00:00
lukem
145eccbda7
* getopt returns -1 not EOF
...
* use .Nm correctly
1997-09-15 04:09:06 +00:00
mikel
d2057dd292
add support for MNT_NOATIME; from Lennart Augustsson in PR bin/3304.
1997-03-10 03:59:53 +00:00
cgd
da8bebb896
document the 'nocoredump' mount option, which sets the MNT_NOCOREDUMP
...
mount flag, disabling core dumps on the file system.
1996-10-23 22:56:20 +00:00
mrg
4db6918d7d
fdesc file system does not allow files created in it. pr#941
1996-05-22 00:55:59 +00:00
cgd
3f9f3ddd4e
update docs to match the code.
1995-07-12 06:23:21 +00:00
cgd
723ca902ed
remove FFS mounting code from mount(8); there are now _no_ 'internal' mount
...
types. when using mount(8) with '-a', do _NOT_ remount file systems
that have been mounted once already. (This cannot be 100% precisely
determined (thanks to mfs, union fs, and similar file systems which
don't use a 'real' mounted-from node), and changed options cannot be updated
with mount -a. however, options wouldn't be updated with the old mount -a
anyway, and this solves several annoyances.
1995-07-12 03:45:09 +00:00
briggs
c8338a3451
Remove xref to mount_lofs and add xref to mount_ados and mount_msdos.
1995-04-30 20:42:12 +00:00
cgd
0114e805ce
convert to new RCS Id conventions; reduce my headache
1995-03-18 14:54:19 +00:00