Nobody learns if nothing is brok3n: Turning a dmg into an iso

Posted on December 19, 2007 in Hack

Nobody learns if nothing is brok3n: Turning a dmg into an iso

Here is how you turn a dmg into an iso on OS X:

  1. Open a terminal.
  2. cd into the directory where the dmg is located
  3. Type this in where newfile is the name of the iso you want, and yourfilename.dmg is the dmg

hdiutil makehybrid -iso -o newfile.iso yourfilename.dmg

This was found by cbro and erasei on #macosx on efnet a long time ago.