mount.2: List a few other file systems that we may see in /proc/filesystems

Add some modern file systems to that list (xfs, jfs, ext3, reiserfs).

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2008-10-06 13:19:51 +02:00
parent a3b00c37dc
commit 852ae8c875
1 changed files with 2 additions and 1 deletions

View File

@ -67,7 +67,8 @@ Values for the
.I filesystemtype
argument supported by the kernel are listed in
.I /proc/filesystems
(like "minix", "ext2", "msdos", "proc", "nfs", "iso9660" etc.).
(like "minix", "ext2", "ext3", "jfs", "xfs", "reiserfs",
"msdos", "proc", "nfs", "iso9660" etc.).
Further types may become available when the appropriate modules
are loaded.