Create an ISO image from CD/DVD in Mac OS X
Quick how to, create an ISO image in Mac OS X.
- Open a Terminal Window
- Find out which device is your optical drive
diskutil list
- Note which /dev/diskX correspondsĀ to your optical drive.
- Unmount your disk drive
sudo umount /dev/diskX
- Create a copy of your disk to a file
dd if=/dev/diskX of=mydisk.iso
- Let the copy run, it could take some time for it to complete.
This entry was posted on Friday, July 5th, 2013 at 1:43 pm and is filed under How To's. You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.