mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git
synced 2024-11-24 12:44:17 +08:00
9f6c055e38
Add new options to dumps checksums in node headers and in the checksum items: $ btrfs inspect dump-tree --csum-headers image root tree leaf 471515136 items 19 free space 12186 generation 15 owner ROOT_TREE leaf 471515136 flags 0x1(WRITTEN) backref revision 1 csum 0x756b2d54 fs uuid df0348df-5773-47dd-81e9-a18221461239 For nodes/leaves it's appended on the 2nd line of the header. Checksum items are stored in leaves as EXTENT_CSUM key type, with offset value as the logical offset starting. As the array would be hard to parse or match, each offset value is printed with the checksum. For crc32c it's 4 values on a line, for xxhash it's 2 and for the long 256bit checksums it's one checksum per line. $ btrfs inspect dump-tree --csum-items image leaf 5423104 items 1 free space 30 generation 6 owner CSUM_TREE leaf 5423104 flags 0x1(WRITTEN) backref revision 1 fs uuid bd7c981e-16ff-4081-a734-3ef5d50cafc1 chunk uuid 13f4c76c-7845-4984-88ed-f01b52e05cf8 item 0 key (EXTENT_CSUM EXTENT_CSUM 22020096) itemoff 55 itemsize 16228 range start 22020096 end 38637568 length 16617472 [22020096] 0x8941f998 [22024192] 0x8941f998 [22028288] 0x8941f998 [22032384] 0x8941f998 [22036480] 0x8941f998 [22040576] 0x8941f998 [22044672] 0x8941f998 [22048768] 0x8941f998 ... $ btrfs inspect dump-tree --csum-items image leaf 5718016 items 1 free space 7746 generation 6 owner CSUM_TREE leaf 5718016 flags 0x1(WRITTEN) backref revision 1 fs uuid f453a5b4-8b4a-4fbf-90a2-2925e4fe2335 chunk uuid eb1da63b-248b-44c2-82da-71b2564bf50e item 0 key (EXTENT_CSUM EXTENT_CSUM 52387840) itemoff 7771 itemsize 8512 range start 52387840 end 53477376 length 1089536 [52387840] 0x686ede9288c391e7e05026e56f2f91bfd879987a040ea98445dabc76f55b8e5f [52391936] 0x686ede9288c391e7e05026e56f2f91bfd879987a040ea98445dabc76f55b8e5f ... The options are not on by default, the header checksum is not important for the structures. Data checksums can be quite big so that would make the dump long and without any actual data to match against. Signed-off-by: David Sterba <dsterba@suse.com>
215 lines
6.8 KiB
Plaintext
215 lines
6.8 KiB
Plaintext
btrfs-inspect-internal(8)
|
|
=========================
|
|
|
|
NAME
|
|
----
|
|
btrfs-inspect-internal - query various internal information
|
|
|
|
SYNOPSIS
|
|
--------
|
|
*btrfs inspect-internal* <subcommand> <args>
|
|
|
|
DESCRIPTION
|
|
-----------
|
|
|
|
This command group provides an interface to query internal information. The
|
|
functionality ranges from a simple UI to an ioctl or a more complex query that
|
|
assembles the result from several internal structures. The latter usually
|
|
requires calls to privileged ioctls.
|
|
|
|
SUBCOMMAND
|
|
----------
|
|
*dump-super* [options] <device> [device...]::
|
|
(replaces the standalone tool *btrfs-show-super*)
|
|
+
|
|
Show btrfs superblock information stored on given devices in textual form.
|
|
By default the first superblock is printed, more details about all copies or
|
|
additional backup data can be printed.
|
|
+
|
|
Besides verification of the filesystem signature, there are no other sanity
|
|
checks. The superblock checksum status is reported, the device item and
|
|
filesystem UUIDs are checked and reported.
|
|
+
|
|
NOTE: the meaning of option '-s' has changed in version 4.8 to be consistent
|
|
with other tools to specify superblock copy rather the offset. The old way still
|
|
works, but prints a warning. Please update your scripts to use '--bytenr'
|
|
instead. The option '-i' has been deprecated.
|
|
+
|
|
`Options`
|
|
+
|
|
-f|--full::::
|
|
print full superblock information, including the system chunk array and backup roots
|
|
-a|--all::::
|
|
print information about all present superblock copies (cannot be used together
|
|
with '-s' option)
|
|
-i <super>::::
|
|
(deprecated since 4.8, same behaviour as '--super')
|
|
--bytenr <bytenr>::::
|
|
specify offset to a superblock in a non-standard location at 'bytenr', useful
|
|
for debugging (disables the '-f' option)
|
|
+
|
|
If there are multiple options specified, only the last one applies.
|
|
+
|
|
-F|--force::::
|
|
attempt to print the superblock even if a valid BTRFS signature is not found;
|
|
the result may be completely wrong if the data does not resemble a superblock
|
|
+
|
|
-s|--super <bytenr>::::
|
|
(see compatibility note above)
|
|
+
|
|
specify which mirror to print, valid values are 0, 1 and 2 and the superblock
|
|
must be present on the device with a valid signature, can be used together with
|
|
'--force'
|
|
|
|
*dump-tree* [options] <device> [device...]::
|
|
(replaces the standalone tool *btrfs-debug-tree*)
|
|
+
|
|
Dump tree structures from a given device in textual form, expand keys to human
|
|
readable equivalents where possible.
|
|
This is useful for analyzing filesystem state or inconsistencies and has
|
|
a positive educational effect on understanding the internal filesystem structure.
|
|
+
|
|
NOTE: contains file names, consider that if you're asked to send the dump for
|
|
analysis. Does not contain file data.
|
|
+
|
|
`Options`
|
|
+
|
|
-e|--extents::::
|
|
print only extent-related information: extent and device trees
|
|
-d|--device::::
|
|
print only device-related information: tree root, chunk and device trees
|
|
-r|--roots::::
|
|
print only short root node information, ie. the root tree keys
|
|
-R|--backups::::
|
|
same as --roots plus print backup root info, ie. the backup root keys and
|
|
the respective tree root block offset
|
|
-u|--uuid::::
|
|
print only the uuid tree information, empty output if the tree does not exist
|
|
-b <block_num>::::
|
|
print info of the specified block only, can be specified multiple times
|
|
--follow::::
|
|
use with '-b', print all children tree blocks of '<block_num>'
|
|
--dfs::::
|
|
(default up to 5.2)
|
|
+
|
|
use depth-first search to print trees, the nodes and leaves are
|
|
intermixed in the output
|
|
+
|
|
--bfs::::
|
|
(default since 5.3)
|
|
+
|
|
use breadth-first search to print trees, the nodes are printed before all
|
|
leaves
|
|
+
|
|
--hide-names::::
|
|
print a placeholder 'HIDDEN' instead of various names, useful for developers to
|
|
inspect the dump while keeping potentially sensitive information hidden
|
|
+
|
|
This is:
|
|
[options="compact"]
|
|
* directory entries (files, directories, subvolumes)
|
|
* default subvolume
|
|
* extended attributes (name, value)
|
|
* hardlink names (if stored inside another item or as extended references in standalone items)
|
|
+
|
|
NOTE: lengths are not hidden because they can be calculated from the item size anyway.
|
|
+
|
|
--csum-headers::::
|
|
print b-tree node checksums stored in headers (metadata)
|
|
--csum-items::::
|
|
print checksums stored in checksum items (data)
|
|
--noscan::::
|
|
do not automatically scan the system for other devices from the same
|
|
filesystem, only use the devices provided as the arguments
|
|
-t <tree_id>::::
|
|
print only the tree with the specified ID, where the ID can be numerical or
|
|
common name in a flexible human readable form
|
|
+
|
|
The tree id name recognition rules:
|
|
[options="compact"]
|
|
* case does not matter
|
|
* the C source definition, eg. BTRFS_ROOT_TREE_OBJECTID
|
|
* short forms without BTRFS_ prefix, without _TREE and _OBJECTID suffix, eg. ROOT_TREE, ROOT
|
|
* convenience aliases, eg. DEVICE for the DEV tree, CHECKSUM for CSUM
|
|
* unrecognized ID is an error
|
|
|
|
*inode-resolve* [-v] <ino> <path>::
|
|
(needs root privileges)
|
|
+
|
|
resolve paths to all files with given inode number 'ino' in a given subvolume
|
|
at 'path', ie. all hardlinks
|
|
+
|
|
`Options`
|
|
+
|
|
-v::::
|
|
(deprecated) alias for global '-v' option
|
|
|
|
*logical-resolve* [-Pvo] [-s <bufsize>] <logical> <path>::
|
|
(needs root privileges)
|
|
+
|
|
resolve paths to all files at given 'logical' address in the linear filesystem space
|
|
+
|
|
`Options`
|
|
+
|
|
-P::::
|
|
skip the path resolving and print the inodes instead
|
|
-o::::
|
|
ignore offsets, find all references to an extent instead of a single block.
|
|
Requires kernel support for the V2 ioctl (added in 4.15). The results might need
|
|
further processing to filter out unwanted extents by the offset that is supposed
|
|
to be obtained by other means.
|
|
-s <bufsize>::::
|
|
set internal buffer for storing the file names to 'bufsize', default is 64k,
|
|
maximum 16m. Buffer sizes over 64K require kernel support for the V2 ioctl
|
|
(added in 4.15).
|
|
-v::::
|
|
(deprecated) alias for global '-v' option
|
|
|
|
*min-dev-size* [options] <path>::
|
|
(needs root privileges)
|
|
+
|
|
return the minimum size the device can be shrunk to, without performing any
|
|
resize operation, this may be useful before executing the actual resize operation
|
|
+
|
|
`Options`
|
|
+
|
|
--id <id>::::
|
|
specify the device 'id' to query, default is 1 if this option is not used
|
|
|
|
*rootid* <path>::
|
|
for a given file or directory, return the containing tree root id, but for a
|
|
subvolume itself return its own tree id (ie. subvol id)
|
|
+
|
|
NOTE: The result is undefined for the so-called empty subvolumes (identified by
|
|
inode number 2), but such a subvolume does not contain any files anyway
|
|
|
|
*subvolid-resolve* <subvolid> <path>::
|
|
(needs root privileges)
|
|
+
|
|
resolve the absolute path of the subvolume id 'subvolid'
|
|
|
|
*tree-stats* [options] <device>::
|
|
(needs root privileges)
|
|
+
|
|
Print sizes and statistics of trees.
|
|
+
|
|
`Options`
|
|
+
|
|
-b::::
|
|
Print raw numbers in bytes.
|
|
|
|
EXIT STATUS
|
|
-----------
|
|
*btrfs inspect-internal* returns a zero exit status if it succeeds. Non zero is
|
|
returned in case of failure.
|
|
|
|
AVAILABILITY
|
|
------------
|
|
*btrfs* is part of btrfs-progs.
|
|
Please refer to the btrfs wiki http://btrfs.wiki.kernel.org for
|
|
further details.
|
|
|
|
SEE ALSO
|
|
--------
|
|
`mkfs.btrfs`(8)
|