On Thursday 06 September 2012 09:50:19 Arnd Bergmann wrote:
# this is slow for 8 MB erase blocks but fast for 4 MB or 6 MB erase blocks sudo flashbench /dev/sdb --open-au --erasesize=$[4*1024*1024] --blocksize=$[8*1024] --open-au-nr=6 --random
I'm conufsed, why would this be slow for 8 MiB erase blocks?
If the device's erase block size was 8 MiB, wouldn't this still only ever have 3 open?
Thanks, Andrew