How to Create ISO Image From CD/DVD Using OS X Terminal
Check which device name your DVD/CD drive has (use this name for the rest of the commands): $ drutil status Should look something like: /dev/disk2 Unmount the drive: $ diskutil unmountDisk /dev/disk2 There should be a message similar to: “Unmount of all volumes on disk2 was successful.” Use dd…