From: Eric Sandeen Date: Sun, 19 Oct 2003 02:30:37 +0000 (+0000) Subject: Add references to xfs_check & xfs_repair for problems X-Git-Tag: v2.6.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e04e98a0d630f536e298cdefc2432f9bf1d0be6;p=thirdparty%2Fxfsprogs-dev.git Add references to xfs_check & xfs_repair for problems beyond the scope of normal recovery. Add references to xfs_check & xfs_repair for problems beyond the scope of normal recovery. --- diff --git a/man/man8/fsck.xfs.8 b/man/man8/fsck.xfs.8 index c8ca83f53..ba7d1c1f4 100644 --- a/man/man8/fsck.xfs.8 +++ b/man/man8/fsck.xfs.8 @@ -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).