Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-10 | MNT_SOFTDEP and mount -o softdep no longer have any effect | Ingo Schwarze | |
OK kn@ jmc@ | |||
2023-11-09 | link to showmount(8); OK deraadt | Klemens Nanni | |
2019-03-10 | delete whitespace before a full stop on a text line; | Ingo Schwarze | |
patch from Alessandro dot Gallo at syssegv dot org | |||
2018-01-18 | Mark up mount(8) options with Cm. | Anthony J. Bentley | |
2016-10-06 | On noperm mount points honor the permissions of the root directory, so | Martin Natano | |
access can be locked down. ok deraadt tb | |||
2016-10-06 | fix HISTORY; | Ingo Schwarze | |
patches from Sevan Janiyan <venture37 at geeklan dot co dot uk>; verified using minnie.tuhs.org/cgi-bin/utree.pl | |||
2016-10-04 | Improve description of the noperm option. | Martin Natano | |
ok jmc (on an earlier version of the diff), tb (who found a typo) and deraadt | |||
2016-09-10 | sort the options list; also, the full stop in (FFS only.) wasn;t | Jason McIntyre | |
doing much, so i zapped it; | |||
2016-09-10 | Add a noperm mount flag for FFS to be used for building release sets | Martin Natano | |
without root privileges. This is only the kernel/mount flag; additional work in the build Makefile's will be necessary such that the files in $DESTDIR are created with correct permissions. tedu couldn't find anything wrong with it in a quick review idea & ok deraadt | |||
2016-08-27 | further tweak previous: use the same text for norw as ro; ok tedu | Jason McIntyre | |
2016-08-27 | for completeness, document (no)rw and ro options. | Ted Unangst | |
2016-07-14 | kern.usermount is currently a no-op; | Jason McIntyre | |
ok deraadt | |||
2016-06-19 | a little nicer formatting; from miod | Jason McIntyre | |
2016-05-29 | sort mount options, and shorten slightly the wxabort text; | Jason McIntyre | |
2016-05-27 | W^X violations are no longer permitted by default. A kernel log message | Theo de Raadt | |
is generated, and mprotect/mmap return ENOTSUP. If the sysctl(8) flag kern.wxabort is set then a SIGABRT occurs instead, for gdb use or coredump creation. W^X violating programs can be permitted on a ffs/nfs filesystem-basis, using the "wxallowed" mount option. One day far in the future upstream software developers will understand that W^X violations are a tremendously risky practice and that style of programming will be banished outright. Until then, we recommend most users need to use the wxallowed option on their /usr/local filesystem. At least your other filesystems don't permit such programs. ok jca kettenis mlarkin natano | |||
2014-09-08 | Additional cleanup for procfs removal | Doug Hogan | |
ok guenther@ | |||
2014-07-15 | add -N to usage()/SYNOPSIS and tweak previous; | Jason McIntyre | |
rather than adding "net" to the -o list, claudio points out that -o net and -o noauto are really noops, so remove "noauto"; help/ok claudio | |||
2014-07-13 | Introduce a -N option to mount and a 'net' mount option. | Claudio Jeker | |
File systems marked with net will not be mounted by default. mount -a -N will mount all those file systems instead. This will be used to mark file systems needing network to work -- in other words which depend on iscsid. "Get it in" deraadt@ | |||
2014-06-24 | remove the noaccesstime synonym for noatime which was previously added for ↵ | Daniel Dickman | |
BSD/OS compatibility. ok deraadt@, miod@i, millert@ | |||
2013-12-17 | Xr mount_tmpfs, trivial ok deraadt@ | Marc Espie | |
2013-09-23 | Revert. It seems people don't agree about which device should be used. | Antoine Jacoutot | |
req. by krw@ millert@ | |||
2013-09-23 | cd0a -> cd0c for consistency with the FAQ. | Antoine Jacoutot | |
discussed with and ok miod@ | |||
2012-08-23 | remove unneccessary .Pp; | Jason McIntyre | |
2012-08-23 | get rid of mount_nnpfs | Theo de Raadt | |
2011-04-05 | Remove portalfs. | Thordur I. Bjornsson | |
While it is a terribly cool idea, it's just awful and since noone has stepped up to the plate to keep it up with the current vop state, retire it to the attic. ok krw@, deraadt@, guenther@, miod@. comments from jmc@ | |||
2010-09-28 | document disklabel uids and move a little text to improve readability; the | Jason McIntyre | |
duid text was supplied by krw ...after much discussion with jsing and krw ok krw | |||
2009-06-04 | xfs -> nnpfs; | Jason McIntyre | |
2008-11-14 | when describing options that can be passed to mount: | Jason McIntyre | |
- keep the examples in this page and fstab(5) in sync - give an equivalent fstab(5) entry to show how options are specified these changes are necessary because of the differing ways we pass options to mount. while here, zap some .Tn ok otto | |||
2007-11-09 | FFS_SOFTUPDATES: | Jason McIntyre | |
- no need to document needing a config option when it is already enabled by default in GENERIC - move to format similar to "async" - grammar tweak whilst here agreed by miod (i think) ok millert | |||
2007-11-05 | - clarify the descriptions of "sync" and "async" | Jason McIntyre | |
- "async" and "softdep" are mutually exclusive (from simon) - change the "no" example to sth potentially less confusing (and safer) some feedback from millert ok simon | |||
2007-06-01 | remove crufty adosfs. everytime we try to change a vfs layer interface, | Theo de Raadt | |
adosfs has the issue and in an entirely different way. noone uses this code so this is hte best way to handle the problem diff from pedro who went to sleep but we need to move ahead; ok thib | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-26 | +.Xr mount_vnd 8 , | Jason McIntyre | |
2007-05-12 | remove references to mount_vnd.8 and fsck_vnd.8 as these are not hooked | Felix Kronlage | |
into the build yet. ok jmc@ | |||
2007-04-14 | introduce {fsck,mount}_vnd tools to be able to describe vnd images | Alexander von Gernler | |
in /etc/fstab instead of using some weird homegrown scripts. No support for boot time mounting yet, so "noauto" is still needed. original idea from david@ help and discussion todd@ bluhm@ beck@, manpage help jmc@ ok simon@ tedu@ bluhm@ todd@, "looks good" thib@ | |||
2007-02-20 | sort the -o options; from Igor Sobrado | Jason McIntyre | |
2006-03-16 | typo. | Alexandre Anriot | |
ok otto@ | |||
2006-03-12 | Add the -s flag, meaning: skip mount if the file system is | Otto Moerbeek | |
already mounted. This flag is very handy when mounting mfs partitions. The -s flag will be used in an upcoming etc/rc diff. ok henning@ deraadt@ | |||
2005-12-06 | Remove fdescfs | Pedro Martelletto | |
2005-11-24 | Remove kernfs, okay deraadt@. | Pedro Martelletto | |
2005-06-27 | document `noauto' option; | Jason McIntyre | |
ok millert@ | |||
2005-06-10 | add Xr to mount_udf(8); | Jason McIntyre | |
2005-05-26 | remove traces from union et al; pedro@ ok. | Federico G. Schwindt | |
2005-03-12 | add descriptions of examples; | Jason McIntyre | |
ok otto@ | |||
2005-03-11 | Document 'no' mechanism for mount options; with lots of help from | Otto Moerbeek | |
jmc@ | |||
2004-01-02 | fix mount_mfs example: -N is only an option for newfs not mount_mfs | David Krause | |
also use a real device name like sd0b ok millert@ jmc@ | |||
2003-10-01 | note that for user mounts special should be -rw user, and node owned by user; | Jason McIntyre | |
from a thread on misc@ ok tedu@ | |||
2003-09-26 | .Xr mount_ntfs; | Jason McIntyre | |
2003-06-24 | clarify that -u only changes the options specified on the command line; | Jason McIntyre | |
from henning on a mailing list somewhere; ok henning@ | |||
2003-06-17 | add CAVEAT documenting dotdot behaviour; | Jason McIntyre | |
section taken from FreeBSD manual page, diff from Otto Moerbeek. |