|
|
fe1ca8 |
From 4859f218a3be0ae90908fc0ddbef498a784e9b24 Mon Sep 17 00:00:00 2001
|
|
|
fe1ca8 |
From: Karel Zak <kzak@redhat.com>
|
|
|
fe1ca8 |
Date: Fri, 10 Aug 2018 16:27:41 +0200
|
|
|
fe1ca8 |
Subject: [PATCH 3/6] mount: add ext4 to some places to the man page
|
|
|
fe1ca8 |
|
|
|
fe1ca8 |
Upstream: http://github.com/karelzak/util-linux/commit/d901e4275f7c1899518bab3b34424c90af8dc35e
|
|
|
fe1ca8 |
Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1614852
|
|
|
fe1ca8 |
---
|
|
|
fe1ca8 |
sys-utils/mount.8 | 9 +++++----
|
|
|
fe1ca8 |
1 file changed, 5 insertions(+), 4 deletions(-)
|
|
|
fe1ca8 |
|
|
|
fe1ca8 |
diff --git a/sys-utils/mount.8 b/sys-utils/mount.8
|
|
|
fe1ca8 |
index 562ecb187..1cc792979 100644
|
|
|
fe1ca8 |
--- a/sys-utils/mount.8
|
|
|
fe1ca8 |
+++ b/sys-utils/mount.8
|
|
|
fe1ca8 |
@@ -880,7 +880,7 @@ output for extN filesystems).
|
|
|
fe1ca8 |
The following options apply to any filesystem that is being
|
|
|
fe1ca8 |
mounted (but not every filesystem actually honors them \(en e.g.\&, the
|
|
|
fe1ca8 |
.B sync
|
|
|
fe1ca8 |
-option today has an effect only for ext2, ext3, fat, vfat and ufs):
|
|
|
fe1ca8 |
+option today has an effect only for ext2, ext3, ext4, fat, vfat and ufs):
|
|
|
fe1ca8 |
|
|
|
fe1ca8 |
.TP
|
|
|
fe1ca8 |
.B async
|
|
|
fe1ca8 |
@@ -916,7 +916,8 @@ The
|
|
|
fe1ca8 |
.B context=
|
|
|
fe1ca8 |
option is useful when mounting filesystems that do not support
|
|
|
fe1ca8 |
extended attributes, such as a floppy or hard disk formatted with VFAT, or
|
|
|
fe1ca8 |
-systems that are not normally running under SELinux, such as an ext3 formatted
|
|
|
fe1ca8 |
+systems that are not normally running under SELinux, such as an ext3 or ext4 formatted
|
|
|
fe1ca8 |
+
|
|
|
fe1ca8 |
disk from a non-SELinux workstation. You can also use
|
|
|
fe1ca8 |
.B context=
|
|
|
fe1ca8 |
on filesystems you do not trust, such as a floppy. It also helps in compatibility with
|
|
|
fe1ca8 |
@@ -2314,7 +2315,7 @@ not specified or the filesystem is known for libblkid, for example:
|
|
|
fe1ca8 |
.sp
|
|
|
fe1ca8 |
.B "mount /tmp/disk.img /mnt"
|
|
|
fe1ca8 |
.sp
|
|
|
fe1ca8 |
-.B "mount \-t ext3 /tmp/disk.img /mnt"
|
|
|
fe1ca8 |
+.B "mount \-t ext4 /tmp/disk.img /mnt"
|
|
|
fe1ca8 |
.sp
|
|
|
fe1ca8 |
.RE
|
|
|
fe1ca8 |
This type of mount knows about three options, namely
|
|
|
fe1ca8 |
@@ -2462,7 +2463,7 @@ It is possible for a corrupted filesystem to cause a crash.
|
|
|
fe1ca8 |
.PP
|
|
|
fe1ca8 |
Some Linux filesystems don't support
|
|
|
fe1ca8 |
.BR "\-o sync " nor " \-o dirsync"
|
|
|
fe1ca8 |
-(the ext2, ext3, fat and vfat filesystems
|
|
|
fe1ca8 |
+(the ext2, ext3, ext4, fat and vfat filesystems
|
|
|
fe1ca8 |
.I do
|
|
|
fe1ca8 |
support synchronous updates (a la BSD) when mounted with the
|
|
|
fe1ca8 |
.B sync
|
|
|
fe1ca8 |
--
|
|
|
fe1ca8 |
2.14.4
|
|
|
fe1ca8 |
|