Nov-7-2009
How to convert a .dmg file to a .iso file
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
Posted under Computer Stuff, Things I Like
Add A Comment