From: Karel Zak Date: Mon, 1 Jun 2009 19:48:26 +0000 (+0200) Subject: mount: add ext4 to the list of filesystems in mount.8 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0247eadafd5dab35a8dfe6502a5f26d39a5dbd7d;p=util-linux mount: add ext4 to the list of filesystems in mount.8 Signed-off-by: Karel Zak --- diff --git a/mount/mount.8 b/mount/mount.8 index 839b9819..3d15f55d 100644 --- a/mount/mount.8 +++ b/mount/mount.8 @@ -395,7 +395,7 @@ Don't call the /sbin/mount. helper even if it exists. .B \-l Add the labels in the mount output. Mount must have permission to read the disk device (e.g. be suid root) for this to work. -One can set such a label for ext2 or ext3 using the +One can set such a label for ext2, ext3 or ext4 using the .BR e2label (8) utility, or for XFS using .BR xfs_admin (8), @@ -466,6 +466,7 @@ currently supported include: .IR ext , .IR ext2 , .IR ext3 , +.IR ext4 , .IR hfs , .IR hfsplus , .IR hpfs ,