Tech

Convert .cdr to .iso on Mac OSX Leopard

By Thinkman  ยท  November 29, 2008

Share: LinkedIn ๐• / Twitter

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.

Step-by-Step

  1. Open Disk Utility and highlight the CD in the drive.
  2. Click New Image in the toolbar.
  3. Set Image Format to DVD/CD Master. Name it and save it wherever you like.
  4. Wait for the image to be created โ€” this produces a .cdr file.
  5. Open Terminal.
  6. Navigate to the folder where you saved the file:
    cd ~/Desktop
  7. Run this command โ€” replacing FILENAME with your actual file name:
    hdiutil makehybrid -iso -joliet -o FILENAME.iso FILENAME.cdr
  8. Done โ€” your .iso file is ready to burn or use anywhere.

Notes

# Tech
← Older post
Music Class โ€” First Presentation Day
Newer post →
The Great Reliance and the Not So Great Customer Service
← Back to all posts