Files
cheatsheet-tldr/tldr/linux/xfs_repair
2024-09-22 00:18:26 +00:00

14 lines
251 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# xfs_repair
> Repair an XFS filesystem.
> More information: <https://manned.org/xfs_repair>.
- Repair a partition:
`sudo xfs_repair {{path/to/partition}}`