you are in: codestackercodes [RSS] → tag: dmg [RSS]

convert an ISO file to DMG format in terminal Delicious Email

show/hide lines
   1  hdiutil convert /path/imagefile.iso -format UDRW -o /path/convertedimage.dmg
created by leozera — 16 January 2011 — get a short url — tags: convert dmg iso mac embed

convert a DMG file to ISO in terminal Delicious Email

show/hide lines
   1  hdiutil convert /path/imagefile.dmg -format UDTO -o /path/convertedimage.iso
created by leozera — 16 January 2011 — get a short url — tags: convert dmg iso mac embed