Comment 2 for bug 1718244

Revision history for this message
Christoph Probst (christophprobst) wrote :

xfs_check is deprecated and has been removed from xfsprogs since 2014.

See https://fossies.org/linux/xfsprogs/doc/CHANGES

> 602 xfsprogs-3.2.1 (15 July 2014)
> [...]
> 606 - xfs_check has been removed

Manpage for fsck.xfs ("do nothing, successfully") still exists and recommends:

"If you wish to check the consistency of an XFS filesystem, or repair a damaged or corrupt XFS filesystem, see xfs_repair(8)."

Use -n ("No modify mode") with xfs_repair to manually check an XFS filessystem:

xfs_repair -n /dev/device