]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Add references to xfs_check & xfs_repair for problems
authorEric Sandeen <sandeen@sgi.com>
Sun, 19 Oct 2003 02:30:37 +0000 (02:30 +0000)
committerEric Sandeen <sandeen@sgi.com>
Sun, 19 Oct 2003 02:30:37 +0000 (02:30 +0000)
beyond the scope of normal recovery.
Add references to xfs_check & xfs_repair for problems
beyond the scope of normal recovery.

man/man8/fsck.xfs.8

index c8ca83f536037d997c091b78c38ccf36a7f2648d..ba7d1c1f4dad575dbefc85f58cdcd980269b5909 100644 (file)
@@ -15,9 +15,19 @@ XFS is a journaling filesystem and performs recovery at
 time if necessary, so
 .I fsck.xfs
 simply exits with a zero exit status.
+.PP
+If you wish to check check the consistency of an XFS
+filesystem, or repair a damaged or corrupt XFS filesystem,
+see 
+.IR xfs_check (8)
+and
+.IR xfs_repair (8).
+.
 .SH FILES
 .IR /etc/fstab .
 .SH SEE ALSO
 fsck(8),
 fstab(5),
-xfs(5).
+xfs(5),
+xfs_check(8),
+xfs_repair(8).