Created attachment 76719
fix-status-io-error.patch
Fixed the bug with this simple patch. The existing code is testing the value of 8 bits to be zero that the standard says are undefined. My drives were not setting them to zero. Mask off the undefined bits when comparing.
Created attachment 76719 io-error. patch
fix-status-
Fixed the bug with this simple patch. The existing code is testing the value of 8 bits to be zero that the standard says are undefined. My drives were not setting them to zero. Mask off the undefined bits when comparing.