
22 Mar
2012
22 Mar
'12
11:25 p.m.
On 22 March 2012 23:34, Andrew McGlashan <andrew.mcglashan@affinityvision.com.au> wrote: <...>
You could use something other than md5sum, such as sha256sum in the same manner.
Using strong crypto would probably be overkill for this particular use-case.
Those are just hashes, and I already know that whatever internal crc the drive uses has missed a single bit error, so I'm settling for nothing less than a byte for byte comparison :) (there is less than 200MB of data there, so a comparison isn't expensive in any way) James