Options (7)
booleanPrint superblock's information
Example:
sudo btrfs {{[i|inspect-internal]}} {{[dump-s|dump-super]}} {{path/to/partition}}booleanPrint superblock's information
Example:
sudo btrfs {{[i|inspect-internal]}} {{[dump-s|dump-super]}} {{path/to/partition}}-a, --allbooleanPrint superblock's and all of its copies' information
Example:
sudo btrfs {{[i|inspect-internal]}} {{[dump-s|dump-super]}} {{[-a|--all]}} {{path/to/partition}}booleanPrint filesystem's metadata information
Example:
sudo btrfs {{[i|inspect-internal]}} {{[dump-t|dump-tree]}} {{path/to/partition}}booleanPrint list of files in inode `n`-th
Example:
sudo btrfs {{[i|inspect-internal]}} {{[i|inode-resolve]}} {{n}} {{path/to/btrfs_mount}}booleanPrint list of files at a given logical address
Example:
sudo btrfs {{[i|inspect-internal]}} {{[lo|logical-resolve]}} {{logical_address}} {{path/to/btrfs_mount}}booleanPrint stats of root, extent, csum, and fs trees
Example:
sudo btrfs {{[i|inspect-internal]}} {{[t|tree-stats]}} {{path/to/partition}}Examples (6)
Print superblock's and all of its copies' information
Print filesystem's metadata information
Print list of files in inode `n`-th
Print list of files at a given logical address
made by @shridhargupta | data from tldr-pages