Fix line length of xfs_repair

pull/135/head
terminalforlife 4 years ago
parent c42bd33f46
commit c69c73059d

@ -5,7 +5,7 @@
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.
# -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

Loading…
Cancel
Save