You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
351 B
Plaintext

# xfs_repair
# repair an XFS filesystem
# repair a XFS filesystem
xfs_repair /dev/dm-0
# last resort option:
# -L: Force Log Zeroing. zero the log even if it is dirty (contains metadata
# changes). When using this option the filesystem will likely appear to be
# corrupt, and can cause the loss of user files and/or data.
xfs_repair -v -L /dev/dm-0