mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 09:42:58 +00:00
14 lines
251 B
Plaintext
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}}`
|