在Mac OS X上DMG和ISO互转

2010
04.30

如需转载,请注明出处!
WebSite: http://www.jjos.org/
作者: 姜江 linuxemacs@gmail.com
QQ: 457283


Convert a DMG file to ISO


hdiutil convert /path/imagefile.dmg -format UDTO -o /path/convertedimage.iso

Convert an ISO file to DMG format


hdiutil convert /path/imagefile.iso -format UDRW -o /path/convertedimage.dmg

~~~ END ~~~

Post Footer automatically generated by wp-posturl plugin for wordpress.

Tags: , , ,

Your Reply