Created
May 5, 2012 18:25
-
-
Save NeQuissimus/2604570 to your computer and use it in GitHub Desktop.
Convert DMG to ISO and back
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hdiutil convert image.dmg -format UDTO -o image.iso |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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