|
Written by Peter Boosten
|
|
Thursday, 19 January 2006 21:34 |
|
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.
|
|
Last Updated on Monday, 19 May 2008 20:45 |