I use daemon tools in Windows to see files in an ISO DVD image. Are there any tools like that on Ubuntu? How do I see the files in an ISO DVD image without burning it to disc?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
migrated from stackoverflow.com Apr 29 '11 at 7:10
|
You can mount them in Gnome just by right clicking on them and clicking Archive Mounter.
Sometimes that doesn't work too well. If not:
|
||||
|
|
|
You can create a directory to mount the ISO image. For example, you could create the directory /mnt/myISOMount, mount the ISO to that directory, and explore the ISO files in that directory. It would look something like this: Create the directory:
Mount the ISO:
Change to the directory and explore the files in the ISO:
|
|||
|
|

