HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

xfs_repair — Repair an XFS filesystem. More information: <https://manned.org/xfs_repair>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
xfscommandrepairxfs_repaircliinformationfilesystemmore
linux

Problem

How to use the xfs_repair command: Repair an XFS filesystem. More information: <https://manned.org/xfs_repair>.

Solution

xfs_repair — Repair an XFS filesystem. More information: <https://manned.org/xfs_repair>.

Repair a partition:
sudo xfs_repair {{path/to/partition}}

Code Snippets

Repair a partition

sudo xfs_repair {{path/to/partition}}

Context

tldr-pages: linux/xfs_repair

Revisions (0)

No revisions yet.