-
-
Notifications
You must be signed in to change notification settings - Fork 33
Extracting files from a media dump
This operation will analyze and find all filesystems in a media dump and extract the files that are contained in supported filesystems
DiscImageChef extract-files -i <dump> -o <output> -v [true/false] -d [true/false] -x [true/false] -e [encoding]
-i, --input=<dump>
path to the media dump image
-o, --output=<output>
directory where extracted file will be created. Must NOT exist.
-v, --verbose=[true/false]
shows verbose output (default false)
-d, --debug=[true/false]
shows debug output (default false)
-x, --xattrs=[true/false]
extract extended attributes if present (default false)
-e, --encoding=[encoding]
sets which encoding is used by the contents of the media dump (default varies by filesystem)
DiscImageChef extract-files -i mydisc.cue -o contents -x -e iso8859-15
FreeBSD | Yes |
macOS | Yes |
Linux | Yes |
Windows | Yes |