Convert DMG To ISO & ISO to DMG

To convert a Mac .dmg to a .iso image file, open Terminal.app and then run the following command…

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

To convert a .iso image file to a Mac .dmg, also in Terminal.app run the following command…

hdiutil convert /path/to/filename.iso -format UDRW -o /path/to/filename.dmg

Short URL for this post: http://tmblr.co/ZufQ6y1BKMPn