summaryrefslogtreecommitdiffstats
path: root/mount/fstab.5
diff options
context:
space:
mode:
authorKarel Zak2012-01-24 11:04:18 +0100
committerKarel Zak2012-01-24 11:04:18 +0100
commitb9f23bf7ff182b472d751bacd41e4c3cc319c74a (patch)
treec224b9c732bf05ae596584db65e8b5fe76590185 /mount/fstab.5
parentmount: (new) add --fstab to the man page (diff)
downloadkernel-qcow2-util-linux-b9f23bf7ff182b472d751bacd41e4c3cc319c74a.tar.gz
kernel-qcow2-util-linux-b9f23bf7ff182b472d751bacd41e4c3cc319c74a.tar.xz
kernel-qcow2-util-linux-b9f23bf7ff182b472d751bacd41e4c3cc319c74a.zip
Revert "mount: enable fstab.d"
See discussion at https://lkml.org/lkml/2012/1/20/104 This reverts commit d8ebc83ff2e9f879ac60a663c1685011a048f603.
Diffstat (limited to 'mount/fstab.5')
-rw-r--r--mount/fstab.519
1 files changed, 1 insertions, 18 deletions
diff --git a/mount/fstab.5 b/mount/fstab.5
index 2db55030d..b0cd7635a 100644
--- a/mount/fstab.5
+++ b/mount/fstab.5
@@ -45,11 +45,9 @@
fstab \- static information about the filesystems
.SH SYNOPSIS
.B /etc/fstab
-.sp
-.B /etc/fstab.d
.SH DESCRIPTION
The file
-.B /etc/fstab
+.B fstab
contains descriptive information about the various file systems.
.B fstab
is only read by programs, and not written; it is the duty of the system
@@ -67,20 +65,6 @@ sequentially iterate through
.B fstab
doing their thing.
-The directory
-.B /etc/fstab.d
-is optional and contains fstab-like files. All files without .fstab extension or with '.' prefix
-are ignored. The directory
-.B /etc/fstab.d
-is supported by
-.BR mount (8)
-and
-.BR umount (8)
-programs only if linked with libmount. The files in the directory are parsed in
-order defined by
-.BR strverscmp (3)
-function. The command \fBfindmnt --fstab\fP returns complete list of the filesystems.
-
.B The first field
.RI ( fs_spec ).
.RS
@@ -260,7 +244,6 @@ or
.SH "SEE ALSO"
.BR mount (8),
.BR swapon (8),
-.BR findmnt (8),
.BR fs (5),
.BR nfs (5),
.BR xfs (5),