5/11 how do i check to see that the ISO I have was faithfully burnt to
CD. Can I run and MD5 check on a CD? (how?). I have an md5
checker for windows which works for the iso but not on the cd, I
could always put the cd on a linux box if there is a way to do it
there.
\_ Uh, run the verification after you burn, which practically every
CD-ROM burning software has as an option? I mean, c'mon, do you
you really have to ask a question like this on the motd?
\_ nero, for one, doesn't seem to allow you to verify ISO burns.
\_ My version of Nero seems to allow verification just fine.
What version are you using? -williamc
\_ Hold the orginal and the copy up to the light, side by side.
\_ This solution has never failed me.
\_ huh huh, smart guy isn't so smart anymore huh? -troll
\_ hi troll, troll better! that was weak!
\_ In Linux, with an ide-cdrom: "dd if=/dev/cdrom of=newcdimage.iso"
or with scsi (or ide-scsi): "readcd dev=N,N,N f=newcdimage.iso"
cksum newcdimage.iso ; cksum sourcefile.iso
or use md5sum if it was complied with "big file support". |