An open API service indexing awesome lists of open source software.

https://github.com/goblinhack/isoread

Extract an iso using only isoinfo. No need to root access
https://github.com/goblinhack/isoread

Last synced: 10 months ago
JSON representation

Extract an iso using only isoinfo. No need to root access

Awesome Lists containing this project

README

          


isoread
=======

Extract all the files in an ISO via isoread. No need for root access.

FYI 7z can also do the same (as can fuse) but this tool depends only on isoread

Usage: isoread -i -o

-i
-iso
--iso : Name of ISO to read.

-o
-out
--out : Directory to extract to.

-d
-debug
--debug : Debug

(based on http://korenofer.blogspot.mx/2008/08/how-to-extract-iso-file-with-bash-shell.html)