How to mount a compressed ISO image?

1

I have problem to mount a compressed (ISZ) image under Linux, which was created by e.g. UltraISO? I am aware about user-space fuseiso, but it fails to mount these images, as I have reported in Debian bugtracker (correct me if I ddi something wrong). I ask the community for a help: I need a proved solution to mount these images without decompressing them.

I believe that CONFIG_ZISOFS kernel option cannot help, as it refers a special RockRidge extension (per-file compression with mkisofs -z or mkzftree).

dma_k

Posted 2010-05-10T23:49:43.893

Reputation: 312

Answers

1

ISZ is a proprietary format, at the moment, it looks like there are no linux tools to support it.

daemon tools supports ISZ.

RE fuesiso - it can handle .ISO, .BIN, .MDF, .IMG and .NRG.

bryan

Posted 2010-05-10T23:49:43.893

Reputation: 7 848

Yes, it is. But the spec is open (another question is "how complete it is"), at least DamonTools was able to implement it, right? You are also right, that fuesiso cannot handle ISZ yet. I look forward for any other solution for Linux. – dma_k – 2010-05-11T10:31:23.473