By Thinkman ยท November 29, 2008
Mac OSX Leopard creates disc images in .cdr format by default. If you need a standard .iso file โ for use on Windows, Linux, or with other burning tools โ here is the quickest way to do it using only tools built into the OS. No third-party software required.
Credit for this method goes to Andy Peters โ the original post is no longer online but the technique remains valid.
.cdr file.cd ~/Desktop
FILENAME with your actual file name:
hdiutil makehybrid -iso -joliet -o FILENAME.iso FILENAME.cdr
.iso file is ready to burn or use anywhere.-joliet flag adds Windows compatibility to the ISO โ useful if the disc needs to be read on non-Mac systems..cdr files directly.