Create ISO images in Mac OS X
To create an ISO image in Mac OS X:
- Unmount the CD/DVD: diskutil unmountDisk /dev/disk2
- Make the iso (and wait...): dd if=/dev/disk2 of=name.of.the.file.iso
- Mount the image to test it (or use the Finder): hdid name.of.the.file.iso
To get the name of the device (i.e., /dev/disk2) do: drutil status



No comments:
Post a Comment