Creating ISO files on iMac
- Open Terminal and check which device you want to back up using following command: drutil status
- Unmount the CD/DVD Drive: diskutil unmountDisk /dev/disk2
- Create an image of the disk: dd if=/dev/disk2 of=/path/name.iso
- Re-mount CD/DVD Drive again: diskutil mountDisk /dev/disk