summaryrefslogtreecommitdiffstats
path: root/sys-utils/mount.8
diff options
context:
space:
mode:
authorBenno Schulenberg2014-07-25 14:55:04 +0200
committerKarel Zak2014-07-28 11:16:58 +0200
commit6070a9853ae68b9fd558d4c1b7de241e3e60acf1 (patch)
tree454c9de1df7ca419f0808bddf5976816a876d552 /sys-utils/mount.8
parentvarious: erase all traces of the long-obsolete xiafs (diff)
downloadkernel-qcow2-util-linux-6070a9853ae68b9fd558d4c1b7de241e3e60acf1.tar.gz
kernel-qcow2-util-linux-6070a9853ae68b9fd558d4c1b7de241e3e60acf1.tar.xz
kernel-qcow2-util-linux-6070a9853ae68b9fd558d4c1b7de241e3e60acf1.zip
various: erase all traces of the long-obsolete ext filesystem
The same argument as for xiafs: dead for over ten years. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'sys-utils/mount.8')
-rw-r--r--sys-utils/mount.813
1 files changed, 3 insertions, 10 deletions
diff --git a/sys-utils/mount.8 b/sys-utils/mount.8
index 1acd7ce09..b6711adda 100644
--- a/sys-utils/mount.8
+++ b/sys-utils/mount.8
@@ -789,14 +789,14 @@ option. For example, the command
.RS
.RS
.sp
-.B "mount \-a \-t nomsdos,ext"
+.B "mount \-a \-t nomsdos,smbfs"
.sp
.RE
mounts all filesystems except those of type
.I msdos
and
-.IR ext .
-
+.IR smbfs .
+.sp
For most types all the
.B mount
program has to do is issue a simple
@@ -1499,15 +1499,8 @@ starting with 2.6.29. Further, this option is valid only if
CONFIG_DEVPTS_MULTIPLE_INSTANCES is enabled in the kernel
configuration.
-.SH "Mount options for ext"
-None.
-Note that the `ext' filesystem is obsolete. Don't use it.
-Since Linux version 2.1.21 extfs is no longer part of the kernel source.
-
.SH "Mount options for ext2"
The `ext2' filesystem is the standard Linux filesystem.
-.\" Due to a kernel bug, it may be mounted with random mount options
-.\" (fixed in Linux 2.0.4).
Since Linux 2.5.46, for most mount options the default
is determined by the filesystem superblock. Set them with
.BR tune2fs (8).