I have two sets of discs which are mirrored copies of each other. Does an algorithm exist which could verify if the copy made is same as the original?
feedback
|
|
There are various utilities which will calculate you a checksum; if the checksum differs, then the data is different, and the checksum will detect random errors. An example is MD5, and there are various utilities which will compute MD5sums for you. | |||
|
feedback
|
