Options (3)
booleanCheck a btrfs filesystem
Example:
sudo btrfs {{[c|check]}} {{path/to/partition}}-p, --progressbooleanShow the progress of the check
Example:
sudo btrfs {{[c|check]}} {{[-p|--progress]}} {{path/to/partition}}-s, --superbooleanUse the `n`-th superblock (`n` can be 0, 1, or 2)
Example:
sudo btrfs {{[c|check]}} {{[-s|--super]}} {{n}} {{path/to/partition}}Examples (7)
Verify the checksum of each data block (if the filesystem is good)
Use the `n`-th superblock (`n` can be 0, 1, or 2)
made by @shridhargupta | data from tldr-pages