2025-12-16 10:20:31 -07:00
|
|
|
# cvfsck
|
|
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
> Check and repair an Xsan filesystem volume.
|
|
|
|
|
> Part of the Xsan filesystem utilities on macOS.
|
2025-12-16 10:20:31 -07:00
|
|
|
> More information: <https://www.manpagez.com/man/1/cvfsck/>.
|
|
|
|
|
|
|
|
|
|
- Check an Xsan volume for metadata corruption (read-only mode):
|
|
|
|
|
|
|
|
|
|
`sudo cvfsck {{/Volumes/XsanVolume}}`
|
|
|
|
|
|
|
|
|
|
- Repair a corrupted Xsan volume (make modifications to fix problems):
|
|
|
|
|
|
|
|
|
|
`sudo cvfsck -w {{/Volumes/XsanVolume}}`
|
|
|
|
|
|
|
|
|
|
- Log problems to the system log (used mainly during automatic startup checks):
|
|
|
|
|
|
|
|
|
|
`sudo cvfsck -l {{/Volumes/XsanVolume}}`
|
|
|
|
|
|
|
|
|
|
- Report free-space fragmentation on an Xsan volume:
|
|
|
|
|
|
|
|
|
|
`sudo cvfsck -f {{/Volumes/XsanVolume}}`
|