Convert .dmg > .iso
Helpful for creating images made on a MAC usable in Windows
hdiutil convert /path/to/filename.dmg -format UDTO -o /path/to/savefile.iso
Replace /path/to/filename.dmg with the path and name of the existing .DMG file, and replace /path/to/savefile.iso with the desired path and name for the converted image.
0 Comments:
Post a Comment
<< Home