Quote Originally Posted by johnw View Post
...
Or about 1 in 1342 bytes written is not 4K aligned. I wonder where that ratio comes from. Is that the ratio of random bytes written to total bytes written by Anvil's app?
The random writes are always aligned so if there are any they would have to be caused by sequential writes.
Wrt writing, the files should always be aligned but there can be partial writes, one doesn't write 4KB just because the file is say 12bytes.
The 12byte file will still take a full cluster which normally is 4KB, in the end it is handled by the file system.

I'm working on that MD5 routine, should be ready within the next few days. (maybe tomorrow)

--

131.79TB Host writes
MWI 28

Still at 6 reallocated sectors.

I've had a long weekend , meanwhile it's been working through the TB's, MB/s is down to 32.8MB/s on avg for ~44hours. (~4.94TiB)
Will let it run for another 12 hours just to see how the avg changes.