Skip to content

Instantly share code, notes, and snippets.

@NeQuissimus
Created May 5, 2012 18:25
Show Gist options
  • Save NeQuissimus/2604570 to your computer and use it in GitHub Desktop.
Save NeQuissimus/2604570 to your computer and use it in GitHub Desktop.
Convert DMG to ISO and back
hdiutil convert image.dmg -format UDTO -o image.iso
hdiutil convert image.iso -format UDRW -o image.dmg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment