Disambiguation:
- The International Organization for Standartization, which is as confused regarding its own name and TLA as anything else it churns out these days (ISO:9000 being a prime example that I endured in the flesh).
- The TLA shortname for the ISO:9660 format for information exchange, commonly used to represent the bitstreams for data CDs, DVDs and whatnot.
Notes:
To convert a Mac OS X DMG into an ISO file, invoke hdiutil like so:
hdiutil convert filename.dmg -format UDTO -o filename.iso
