logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

btrfs-find-root - filter to find btrfs root

Description

btrfs-find-root  is  used to find the satisfied root, you can filter by root tree's objectid, generation,
       level.

Exit Status

btrfs-find-root will return 0 if no error happened.  If any problems happened, 1 will be returned.

Name

       btrfs-find-root - filter to find btrfs root

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.

See Also

mkfs.btrfs(8)

6.14                                              Apr 17, 2025                                BTRFS-FIND-ROOT(8)

Synopsis

btrfs-find-root [options] <device>

See Also