History log of /freebsd-10.2-release/share/man/man5/fstab.5
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 285830 23-Jul-2015 gjb

- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.2.
- Update default pkg(8) configuration to use the quarterly branch.[1]

Discussed with: re, portmgr [1]
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 264589 17-Apr-2014 brueffer

MFC: r264453

Correct geli parameter.

PR: 188582
Submitted by: Michael Hall


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 255662 18-Sep-2013 joel

mdoc: sort SEE ALSO.

Approved by: re (blanket)


# 255655 17-Sep-2013 hrs

Add EXAMPLES section to explain the format of fstab(5).

Approved by: re (marius)
Reviewed by: wblock


# 253349 15-Jul-2013 hrs

Document options for .eli devices.

Submitted by: ADAM David Alan Martin


# 252379 29-Jun-2013 joel

mdoc: remove EOL whitespace.


# 252310 27-Jun-2013 hrs

- Add vnode-backed swap space specification support. This is enabled when
device names "md" or "md[0-9]*" and a "file" option are specified in
/etc/fstab like this:

md none swap sw,file=/swap.bin 0 0

- Add GBDE/GELI encrypted swap space specification support, which
rc.d/encswap supported. The /etc/fstab lines are like the following:

/dev/ada1p1.bde none swap sw 0 0
/dev/ada1p2.eli none swap sw 0 0

.eli devices accepts aalgo, ealgo, keylen, and sectorsize as options.

swapctl(8) can understand an encrypted device in the command line
like this:

# swapctl -a /dev/ada2p1.bde

- "-L" flag is added to support "late" option to defer swapon until
rc.d/mountlate runs.

- rc.d script change:

rc.d/encswap -> removed
rc.d/addswap -> just display a warning message if $swapfile is defined
rc.d/swap1 -> renamed to rc.d/swap
rc.d/swaplate -> newly added to support "late" option

These changes alleviate a race condition between device creation/removal
and swapon/swapoff.

MFC after: 1 week
Reviewed by: wblock (manual page)


# 241440 11-Oct-2012 stefanf

Decode the first two fstab fields with strunvis(3). This allows having spaces
in devices and mount paths, encoded as \s or \040.

PR: bin/117687
Submitted by: Martin Kammerhofer
Discussed on: arch


# 233648 29-Mar-2012 eadler

Remove trailing whitespace per mdoc lint warning

Disussed with: gavin
No objection from: doc
Approved by: joel
MFC after: 3 days


# 222841 08-Jun-2011 delphij

Use .Dq instead of hardcoding `` and ''.

Suggested by: gjb


# 222832 07-Jun-2011 delphij

Add a special mount option "failok" to indicate that the administrator wants
the system to proceed to boot without bailing out into single user mode,
even when the file system can not be successfully mounted.

This option is implemented in mount(8) and not passed into kernel.

MFC after: 1 month


# 193625 07-Jun-2009 imp

I don't know why fstab doesn't document that the fifth field specifies
the number of days between backups. All it says is frequency, with no
units given. It likely should say "the interval in days between backups"
instead, but not today.


# 191994 11-May-2009 imp

LFS cannot be loaded, compiled, torn, spindled or mutilated in
FreeBSD: it was deleted around FreeBSD 3.x...


# 185217 23-Nov-2008 keramida

Enhance the explanation of using filesystem-specific mount options
in /etc/fstab. We do support passing special options on a per
filesystem type basis, like `-u UID -g GID' for mount_msdosfs, but
the syntax of these options in fstab is non-obvious and a lot of
users have asked about it.

PR: docs/128816
Submitted by: Roland Smith, rsmith at xs4all dot nl
MFC after: 2 days


# 176184 11-Feb-2008 mpp

We no longer have both block and character devices, so remove the
misleading information stated here.


# 176182 11-Feb-2008 mpp

Explain in more detail how the pass number field works. Bump .Dd.


# 175681 26-Jan-2008 mpp

Explain how the passno field in /etc/fstab works with fsck
and quotacheck in some more detail.


# 172623 14-Oct-2007 mpp

Document quotachecks use of the passno field.


# 131530 03-Jul-2004 ru

Mechanically kill hard sentence breaks and double whitespaces.


# 107788 12-Dec-2002 ru

Uniformly refer to a file system as "file system".

Approved by: re


# 89153 09-Jan-2002 ru

mdoc(7) police: variables are marked with the general purpose .Va macro.


# 88677 29-Dec-2001 sheldonh

Now that automatic mounting of network filesystems is delayed until
network startup, remove the warning about automatic mounts.


# 88303 20-Dec-2001 sheldonh

Recommend the use of 'noauto' for all remote filesystems other than
NFS, so that rc(8) doesn't choke on them when it tries to mount
them before the network is initialized.


# 86879 24-Nov-2001 dd

Remove a stale list of supported filesystems. If we do need a list of
filesystems somewhere, it probably shouldn't be here, and we should
make a better effort to keep it updated.


# 84306 01-Oct-2001 ru

mdoc(7) police: Use the new .In macro for #include statements.


# 79727 14-Jul-2001 schweikh

Removed whitespace at end-of-line; no content changes. I simply did
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//'

BTW, what editors are the culprits? I'm using vim and it shows
me whitespace at EOL in troff files with a thick blue block...

Reviewed by: Silence from cvs diff -b
MFC after: 7 days


# 79538 10-Jul-2001 ru

mdoc(7) police: removed HISTORY info from the .Os call.


# 77575 01-Jun-2001 ru

Remove vestiges of MFS.


# 70466 29-Dec-2000 ru

Prepare for mdoc(7)NG.


# 70427 28-Dec-2000 des

Retire kernfs (userland part).


# 68962 20-Nov-2000 ru

mdoc(7) police: use the new features of the Nm macro.


# 68753 15-Nov-2000 ben

remove fullstops from the end of .Xr lines in SEE ALSO sections.


# 50476 28-Aug-1999 peter

$Id$ -> $FreeBSD$


# 47557 28-May-1999 ghelmer

Where the fstab page discusses filesystem options, add a reference
to the '-o' flag in the mount(8) and filesystem specific
mount pages where information can be obtained about the available
options.

PR: docs/10108


# 37247 28-Jun-1998 hoek

misc. spelling and grammar gnits.


# 33837 26-Feb-1998 jkh

isofs -> cd9660
PR: 5849
Submitted by: Benjamin Lewis <bhlewis@gte.net>


# 23466 07-Mar-1997 jmg

add missing cvs Id lines.


# 22052 28-Jan-1997 mpp

Update the man page to reflect the current state of
fstab.h.


# 19593 10-Nov-1996 ache

pcfs -> msdos
2.2 candidate


# 16952 03-Jul-1996 wosch

little manual extension

Submitted by: jhs & wosch


# 15135 08-Apr-1996 mpp

Correct some man page xrefs, and some other minor changes to bring some
man pages up to mdoc guidelines and fix some minor formatting glitches.
Also fixed a number of man pages to not abuse the .Xr macro to
display functions and path names and a lot of other junk.


# 10290 26-Aug-1995 dg

Document "noauto" as an fstab option.


# 1639 30-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1638,
which included commits to RCS files with non-trunk default branches.


# 1638 30-May-1994 rgrimes

BSD 4.4 Lite Share Sources