You can use Disk Utility to create ISO images in Mac OS X:
Disk Utility
.cdr
.iso
I found this handy hint on the internets as well. To convert a .dmg file, you can use hdiutil to convert it!
.dmg
hdiutil convert original.dmg -format UDTO -o newisoimage.cdr
Like above, it insists on naming it .cdr instead of .iso.
Ciao!
Your email is never published nor shared. Required fields are marked *
You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
Notify me of follow up comments via e-mail
Subscribe without commenting E-Mail:
OS X: Make an ISO
You can use
Disk Utilityto create ISO images in Mac OS X:.cdrfile to.isoI found this handy hint on the internets as well. To convert a
.dmgfile, you can use hdiutil to convert it!hdiutil convert original.dmg -format UDTO -o newisoimage.cdrLike above, it insists on naming it
.cdrinstead of.iso.Ciao!