cblichmann / btrfscue

Recover files from damaged BTRFS filesystems
Other
66 stars 8 forks source link

btrfscue: no device file given, only inline file data will be visible #8

Closed ghost closed 5 years ago

ghost commented 5 years ago

btrfscue: no device file given, only inline file data will be visible

I type the command: btrfscue --metadata <metadata.db> mount <mountpoint>

How I can specify the device file, for read the file data?

cblichmann commented 5 years ago

The correct syntax with a device file is this: btrfscue --metadata <metadata.db> mount <device_file> <mountpoint>

The command-line interface leaves much to be desired in this state, sorry :)