Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

boppin

Suspended
Original poster
Hi there,

Do you know an application to convert DMG files to ISO? Thanks! 👍
 
Hi there,

Do you know an application to convert DMG files to ISO? Thanks! 👍
You can do it with the built in Disk Utility. Convert the image to a DVD/CD master and then change the file extension to ISO when you're done. Alternatively you can use terminal and the diskutil program:
Code:
hdiutil convert /path/to/sourceimage.dmg -format UDTO -o /path/to/destinationimage.iso
 
  • Like
Reactions: SketchyClown
Do you know an application to convert DMG files to ISO?
EasyDMG2ISO https://sourceforge.net/projects/easydmg2iso/

Convert the image to a DVD/CD master and then change the file extension to ISO when you're done.
Someone says: "Renaming .cdr to .iso is bad advice! An .iso has a slightly different format that allows PC users to play the DVD as well. A renamed file will work on macOS, but NOT on a PC."
https://gist.github.com/corysolovewicz/47f4c49ff250fa80d14a37efd7d2262b
 
  • Like
Reactions: boppin
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.