Closed ghost closed 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>
btrfscue --metadata <metadata.db> mount <mountpoint>
How I can specify the device file, for read the file data?
The correct syntax with a device file is this: btrfscue --metadata <metadata.db> mount <device_file> <mountpoint>
btrfscue --metadata <metadata.db> mount <device_file> <mountpoint>
The command-line interface leaves much to be desired in this state, sorry :)
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?