creating compressed iso image file

3

I want to create a compressed ISO image file and mount that file to one of the virtual drives and access the content (read-only) without worrying about manual decompression/extraction. For Windows and Linux (Ubuntu) OSes.

Which software tool would be better for this? Thanks.

harik

Posted 2011-05-17T07:28:20.090

Reputation: 171

For Windows and Linux (Ubuntu) OSes. – harik – 2011-05-17T07:29:24.317

1See the edit button? You can always add information to your question later. – slhck – 2011-05-17T07:34:27.680

1

If I remember correctly, there is an option to compress the isos in partimage http://www.partimage.org/Main_Page which is pre installed on most linux systems.

– Michael K – 2011-05-17T07:45:20.463

Answers

3

On Windows, UltraISO can create proprietary ISZ format images, and Daemon Tools can mount them. (related: How to mount a compressed ISO image?)

rakslice

Posted 2011-05-17T07:28:20.090

Reputation: 2 276