Man page - btrfs-find-root(8)
Packages contas this manual
- btrfs-rescue(8)
- btrfs-check(8)
- btrfs-find-root(8)
- btrfs(8)
- btrfs-select-super(8)
- btrfs-replace(8)
- btrfs-property(8)
- btrfsck(8)
- btrfs-receive(8)
- btrfs-map-logical(8)
- btrfs-scrub(8)
- btrfstune(8)
- btrfs(5)
- btrfs-send(8)
- btrfs-device(8)
- btrfs-restore(8)
- btrfs-subvolume(8)
- btrfs-filesystem(8)
- btrfs-quota(8)
- btrfs-qgroup(8)
- mkfs.btrfs(8)
- btrfs-ioctl(2)
- btrfs-balance(8)
- btrfs-image(8)
- btrfs-inspect-internal(8)
- fsck.btrfs(8)
- btrfs-convert(8)
Package: btrfs-progs
apt-get install btrfs-progs
apt-get install btrfs-progs
Manuals in package:
Documentations in package:
Manual
| BTRFS-FIND-ROOT(8) | BTRFS | 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)
| April 17, 2025 | 6.14 |