Convert .DMG to .ISO in Mac OS X
Let’s say you’ve created a .DMG file in OS X and you want to make it a disk image before you burn it to CD or DVD. There’s no need to buy MagicISO or other programs. Simply open “Terminal” in your copy of OS X and type in the following: hdiutil convert /path/to/filename.dmg -format UDTO [...]