ISZ (compressed ISO format) viewer for Mac OS X

6,351

Solution 1

If you're running Linux or OSX, this python script works great for me:

https://github.com/oserres/isz-tool/zipball/master

usuage

./oserres-isz-tool-1c8541e/isz-tool.py isz2iso try.isz
Extracting try.isz to try.iso -
Done

i was really surprised by the effectiveness of this compression:

-rw-r--r--   1 domdorn  staff   3,1G 10 Jan 18:06 try.iso
-rw-r--r--@  1 domdorn  staff   991M 10 Jan 18:04 try.isz

Solution 2

I have no experience with it, but AnyToISO claims to be able to convert an ISZ to ISO. From there you can mount or burn it normally.

Share:
6,351

Related videos on Youtube

SamSol
Author by

SamSol

iPhone Developer in India My WebGL Demos: http://webgl3dmodel.tk/ [Source Code: http://mzl.la/PP3zpG] http://sam3dsnakegame.tk/

Updated on September 18, 2022

Comments

  • SamSol
    SamSol over 1 year

    Is there any utility available that mount or view ISZ files (the compressed ISO format used by Ultra ISO) in Mac OS X?

    • HikeMike
      HikeMike over 12 years
      According to Wikipedia, it uses bzip2 for compression. Maybe it's possible to use that command line program to convert it to a regular ISO?
    • Dominik Dorn
      Dominik Dorn over 4 years
      @SamSol I know, 8 years later.. but have you seen my answer?
  • SamSol
    SamSol over 4 years
    Yes, I have seen your answer. Thanks for effort. 👍👍
  • Dominik Dorn
    Dominik Dorn over 4 years
    if it solves your problem, would u mind accepting it as your answer? thx