filesystems.5: Add cross references for ext filesystems

Signed-off-by: Stéphane Aulery <saulery@free.fr>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Stéphane Aulery 2015-03-06 22:25:40 +01:00 committed by Michael Kerrisk
parent 6c8571e079
commit eaf096254c
1 changed files with 6 additions and 0 deletions

View File

@ -77,6 +77,7 @@ extended filesystem
.B ext2 .B ext2
offers the best performance (in terms of speed and CPU usage) of offers the best performance (in terms of speed and CPU usage) of
the filesystems supported under Linux. the filesystems supported under Linux.
.RB See " ext2 " (5).
.TP .TP
.B ext3 .B ext3
is a journaling version of the is a journaling version of the
@ -85,6 +86,7 @@ filesystem.
It is easy to It is easy to
switch back and forth between switch back and forth between
.BR ext2 " and " ext3 . .BR ext2 " and " ext3 .
.RB See " ext3 " (5).
.TP .TP
.B ext4 .B ext4
is a set of upgrades to is a set of upgrades to
@ -92,6 +94,7 @@ is a set of upgrades to
including substantial performance and including substantial performance and
reliability enhancements, reliability enhancements,
plus large increases in volume, file, and directory size limits. plus large increases in volume, file, and directory size limits.
.RB See " ext4 " (5).
.TP .TP
.B Reiserfs .B Reiserfs
is a journaling filesystem, designed by Hans Reiser, is a journaling filesystem, designed by Hans Reiser,
@ -202,6 +205,9 @@ you need special programs, which can be found at
.UR ftp://linux01.gwdg.de\:/pub\:/ncpfs .UR ftp://linux01.gwdg.de\:/pub\:/ncpfs
.UE . .UE .
.SH SEE ALSO .SH SEE ALSO
.BR ext2 (5),
.BR ext3 (5),
.BR ext4 (5),
.BR proc (5), .BR proc (5),
.BR fsck (8), .BR fsck (8),
.BR mkfs (8), .BR mkfs (8),