btrfs-find-root(8)
SYNOPSIS 概要
btrfs-find-root [options] <device>
btrfs-find-root [选项] <设备>
DESCRIPTION 描述
btrfs-find-root is used to find the satisfied root, you can filter by
root tree’s objectid, generation, level.
btrfs-find-root 用于查找满足条件的根目录,您可以通过根树的对象 ID、生成号、层级进行过滤。
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.
通过原始事务 ID 过滤根树,默认情况下根树的生成。- -o <objectid>
Filter root tree by it’s objectid,tree root’s objectid in default.
通过对象 ID 过滤根树,默认情况下根树的对象 ID。- -l <level>
Filter root tree by b-tree’s level, level 0 in default.
按照 B 树的级别过滤根树,级别默认为 0。
EXIT STATUS 退出状态
btrfs-find-root will return 0 if no error happened.
If any problems happened, 1 will be returned.
如果没有发生错误,btrfs-find-root 将返回 0。如果发生任何问题,将返回 1。