Verifying fails immediately when runned manually
Lightweight RAW and ZIP disk images reader and writer to USB or SD
Status: Beta
Brought to you by:
filipxsikora
If you start verify (even right after read/write) manually it will immediately fail. This is caused by Windows, because when operation finishes, device gets mounted back to system and Windows will set last access flags and so on. And since verify procedure does byte to byte checking, it is obvious it won't match. However if you check "Verify data when finished", verify procedure will run correctly and give you right result (because it doesn't mount the volume back to system between read/write and verify and therefore Windows have no way of set last access flags etc.).