Creating an ISO from a CD
To make an ISO file of a cd on Un*x:
dd if=/dev/acd0 of=path bs=32k
where “path” of course is the wanted filename. /dev/acd0 should be replaced by the actual device that represents your cdrom drive.
There’s no errorchecking, but I’ve never experienced a corrupt ISO.
This entry was posted on Thursday, January 19th, 2006 at 8:34 pm and is filed under tips. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Leave a Reply