2
I'm publishing a set of documentation to be delivered on CD. My Company's European production manager is concerned that he has no way to verify that the data on the discs he produces is correct. He asked that either I send him a CD to compare to, or he sends me a disc and I do the first article inspection. This would negate all the advantages of sending the ISO file instead of the physical CD.
My first thought is to use md5 hashes. I could take the sum of the ISO I created, and he can compare the sum of his copy of the ISO, and to the physical disc.
However, I can't seem to figure out how to get the md5sums utility to hash the disc as a whole rather than reporting the sums of each file on the disc. Then, should I even expect the sum of the ISO to match the sum of the disc's contents?
The solution I come up with must work on both Windows XP and Windows 7.
What is wrong with running md5sum against the individual files on the disk? You could include a copy of md5summer on your disk, and send him the sums via email or something.
– Zoredache – 2011-07-20T17:16:50.707I would send him the iso with checksum, and have him burn and verify it with his software. – Joe Internet – 2011-07-20T18:54:38.020
I should have mentioned initially, what we are doing is first article inspection from our production house. They are sending my counterpart a proof of the CD and the printed documentation that comes with it. Unless the burning software can do an after-the-fact verification, that sort of thing won't work. – daxlerod – 2011-07-21T11:50:21.650