On Tue, 2005-02-15 at 14:48, Kiniger, Karl (GE Healthcare) wrote:
I can confirm that. Creating a correct iso image from a CD is a major pain w/o ide-scsi. Depending on what one has done before the iso image is missing some data at the end most of the time. (paired with lots of kernel error messages)
Testing was done here using Joerg Schilling's sdd:
sdd ivsize=`isosize /dev/cdxxx` if=/dev/cdxxx of=/dev/null \ bs=<several block sizes from 2048 up tried,does not matter>
and most of the time it results in bad iso images....
Use isoinfo to get the size in 2k sectors, then
dd if=/dev/cdrom bs=2k count={size} of=my_file
to pull the image. As noted elsewhere this doesn't work if the image isn't iso-9660.
-- -bill davidsen ([EMAIL PROTECTED]) "The secret to procrastination is to put things off until the last possible moment - but no longer" -me - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/