-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

btrfs inspect-internal


> Query internal information of a btrfs filesystem.

More information.


Print superblock's information:

sudo btrfs inspect-internal dump-super {path/to/partition}

Print superblock's and all of its copies' information:

sudo btrfs inspect-internal dump-super --all {path/to/partition}

Print filesystem's metadata information:

sudo btrfs inspect-internal dump-tree {path/to/partition}

Print list of files in inode `n`-th:

sudo btrfs inspect-internal inode-resolve {n} {path/to/btrfs_mount}

Print list of files at a given logical address:

sudo btrfs inspect-internal logical-resolve {logical_address} {path/to/btrfs_mount}

Print stats of root, extent, csum and fs trees:

sudo btrfs inspect-internal tree-stats {path/to/partition}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 00:21:37 2024