How to convert a .dmg file to a .iso file

Posted by Admin on November 07, 2009
IT, Personal

As always, googling found the answer to my problem, and to save myself having to look for it again, I figured I’d document it here.

Open a terminal window and:

hdiutil convert /path/to/mac_image_file.dmg -format UDTO -o /path/to/standard_image.iso

Comments are closed.