August 2009
1 post
8 tags
How to Create ISO Image from CD/DVD Using OS X...
Check which device name your DVD/CD drive has (use this name for the rest of the commands): “drutil status” Should be 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 to create the ISO image: “dd if=/dev/disk2...
Aug 15th