1. [root@B79859E40B966873 cache-mht2]# xfs_repair
    2. Usage: xfs_repair [options] device
    3. Options:
    4. -f The device is a file
    5. -L Force log zeroing. Do this as a last resort.
    6. -l logdev Specifies the device where the external log resides.
    7. -m maxmem Maximum amount of memory to be used in megabytes.
    8. -n No modify mode, just checks the filesystem for damage.
    9. -P Disables prefetching.
    10. -r rtdev Specifies the device where the realtime section resides.
    11. -v Verbose output.
    12. -c subopts Change filesystem parameters - use xfs_admin.
    13. -o subopts Override default behaviour, refer to man page.
    14. -t interval Reporting interval in seconds.
    15. -d Repair dangerously.
    16. -V Reports version and exits.