commands.sh

cvfsck

macos

Check and repair an Xsan filesystem volume. Part of the Xsan filesystem utilities on macOS.

More info →

Examples (4)

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
made by @shridhargupta | data from tldr-pages