A tool to extract iso files to disk without mounting.
The easiest way to build this is with docker using the Dockerfile and either call make build-docker
or ./build.sh
.
It includes an extra debian package libudfread
which is copied into the container during build.
./extractrr /path/to/large.iso /path/to/extract
./extractrr /path/to/large.iso /path/to/extract --buffer 4194304 --workers 4
./extract /path/to/large.iso /path/to/extract --buffer 524288 --workers 16
./extractrr /path/to/large.iso /path/to/extract --progress=false