btrfs-find-root(8) — Linux manual page
BTRFS-FIND-ROOT(8) Btrfs Manual BTRFS-FIND-ROOT(8)
NAME
btrfs-find-root - filter to find btrfs root
SYNOPSIS
btrfs-find-root [options] <device>
DESCRIPTION
btrfs-find-root is used to find the satisfied root, you can
filter by root tree’s objectid, generation, level.
OPTIONS
-a
Search through all metadata extents, even the root has been
already found.
-g <generation>
Filter root tree by it’s original transaction id, tree root’s
generation in default.
-o <objectid>
Filter root tree by it’s objectid,tree root’s objectid in
default.
-l <level>
Filter root tree by B-+ tree’s level, level 0 in default.
EXIT STATUS
btrfs-find-root will return 0 if no error happened. If any
problems happened, 1 will be returned.
SEE ALSO
mkfs.btrfs(8)
COLOPHON
This page is part of the btrfs-progs (btrfs filesystem tools)
project. Information about the project can be found at
⟨https://btrfs.wiki.kernel.org/index.php/Btrfs_source_repositories⟩.
If you have a bug report for this manual page, see
⟨https://btrfs.wiki.kernel.org/index.php/Problem_FAQ#How_do_I_report_bugs_and_issues.3F⟩.
This page was obtained from the project's upstream Git repository
⟨git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git⟩
on 2024-06-14. (At that time, the date of the most recent commit
that was found in the repository was 2024-05-02.) If you
discover any rendering problems in this HTML version of the page,
or you believe there is a better or more up-to-date source for
the page, or you have corrections or improvements to the
information in this COLOPHON (which is not part of the original
manual page), send a mail to man-pages@man7.org