Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Convert a DMG file to ISO
  2. hdiutil convert /path/imagefile.dmg -format UDTO -o /path/convertedimage.iso
  3. Convert an ISO file to DMG format
  4. hdiutil convert /path/imagefile.iso -format UDRW -o /path/convertedimage.dmg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement