Documentation
¶
Overview ¶
Command btrfs-rec is used to recover (data from) a broken btrfs filesystem.
Source Files
¶
- inspect_dumptrees.go
- inspect_listnodes.go
- inspect_lsfiles.go
- inspect_lstrees.go
- inspect_mount.go
- inspect_rebuildmappings.go
- inspect_rebuildtrees.go
- inspect_spewitems.go
- main.go
- util.go
Directories
¶
| Path | Synopsis |
|---|---|
|
inspect
|
|
|
dumptrees
Package dumptrees is the guts of the `btrfs-rec inspect dump-trees` command, which is a clone of `btrfs inspect-internal dump-tree`.
|
Package dumptrees is the guts of the `btrfs-rec inspect dump-trees` command, which is a clone of `btrfs inspect-internal dump-tree`. |
|
lsfiles
Package lsfiles is the guts of the `btrfs-rec inspect ls-files` command, which prints a tree-listing of all files in the filesystem.
|
Package lsfiles is the guts of the `btrfs-rec inspect ls-files` command, which prints a tree-listing of all files in the filesystem. |
|
mount
Package mount is the guts of the `btrfs-rec inspect mount` command, which mounts the filesystem read-only using FUSE; providing better tolerance of filesystem corruption than the in-kernel btrfs driver.
|
Package mount is the guts of the `btrfs-rec inspect mount` command, which mounts the filesystem read-only using FUSE; providing better tolerance of filesystem corruption than the in-kernel btrfs driver. |
|
rebuildmappings
Package rebuildmappings is the guts of the `btrfs-rec inspect rebuild-mappings` command, which rebuilds broken chunk/dev-extent/blockgroup trees.
|
Package rebuildmappings is the guts of the `btrfs-rec inspect rebuild-mappings` command, which rebuilds broken chunk/dev-extent/blockgroup trees. |
|
rebuildtrees
Package rebuildtrees is the guts of the `btrfs-rec inspect rebuild-trees` command, which rebuilds broken trees, but requires already-functioning chunk/dev-extent/blockgroup trees.
|
Package rebuildtrees is the guts of the `btrfs-rec inspect rebuild-trees` command, which rebuilds broken trees, but requires already-functioning chunk/dev-extent/blockgroup trees. |
Click to show internal directories.
Click to hide internal directories.