How to mount a compressed ISO image?
Posted
by dma_k
on Super User
See other posts from Super User
or by dma_k
Published on 2010-05-10T23:49:43Z
Indexed on
2010/05/10
23:55 UTC
Read the original article
Hit count: 249
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
).
© Super User or respective owner