1.把DMG转为ISO
hdiutil convert /path/imagefile.dmg -format UDTO -o /path/convertedimage.iso
2.把ISO转转为DMG
hdiutil convert /path/imagefile.iso -format UDRW -o
原文地址:http://zeddicus.com/articles/2010/11/02/dmg-and-iso-on-mac-huzhuan.html
hdiutil convert /path/imagefile.dmg -format UDTO -o /path/convertedimage.iso
2.把ISO转转为DMG
hdiutil convert /path/imagefile.iso -format UDRW -o
原文地址:http://zeddicus.com/articles/2010/11/02/dmg-and-iso-on-mac-huzhuan.html
本文提供了一篇关于如何在Mac上将DMG文件转换为ISO格式,以及如何将ISO文件转换为DMG格式的详细指南。通过使用hdiutil命令,读者可以轻松完成文件格式间的转换。

1727

被折叠的 条评论
为什么被折叠?



