Hi,
I have recently obtained a set of CDs from a friend and would like to check their integrity against the md5 ISO checksum I have obtained from the original supplier in order to reassure myself that no errors were introduced during the burning process. Is it possible to directly check the md5 checksum of a ready made CD or do I need to use CD burner software to create an ISO image of it first and then checksum that?
Ian.
On Sat, Feb 01, 2003 at 08:06:51AM -0000, Ian Douglas wrote:
during the burning process. Is it possible to directly check the md5 checksum of a ready made CD or do I need to use CD burner software to create an ISO image of it first and then checksum that?
cat /dev/cdrom | md5sum
(iirc) Adam
Ian
Is it possible to directly check the md5 checksum of a ready made CD or do I need to use CD burner software to create an ISO image of it first and then checksum that?
Not necessary AFAIK. For example, I recently checked the md5 sums of some woody CD sets, checking directly against the files on the CDs.
Syd