Forrest logo
back to context overview

btrfs-inspect-internal

List of commands for btrfs-inspect-internal:

  • btrfs-inspect-internal:tldr:10962 btrfs-inspect-internal: Print filesystem's metadata information.
    $ sudo btrfs inspect-internal dump-tree ${path-to-partition}
    try on your machine
    explain this command
  • btrfs-inspect-internal:tldr:3ad75 btrfs-inspect-internal: Print list of files in inode `n`-th.
    $ sudo btrfs inspect-internal inode-resolve ${n} ${path-to-btrfs_mount}
    try on your machine
    explain this command
  • btrfs-inspect-internal:tldr:5e408 btrfs-inspect-internal: Print stats of root, extent, csum and fs trees.
    $ sudo btrfs inspect-internal tree-stats ${path-to-partition}
    try on your machine
    explain this command
  • btrfs-inspect-internal:tldr:c3e6a btrfs-inspect-internal: Print superblock's and all of its copies' information.
    $ sudo btrfs inspect-internal dump-super --all ${path-to-partition}
    try on your machine
    explain this command
  • btrfs-inspect-internal:tldr:c4c0b btrfs-inspect-internal: Print superblock's information.
    $ sudo btrfs inspect-internal dump-super ${path-to-partition}
    try on your machine
    explain this command
  • btrfs-inspect-internal:tldr:fc672 btrfs-inspect-internal: Print list of files at a given logical address.
    $ sudo btrfs inspect-internal logical-resolve ${logical_address} ${path-to-btrfs_mount}
    try on your machine
    explain this command
back to context overview