package
0.0.0-20240825195334-fb8dfe180935
Repository: https://github.com/matir/hacks.git
Documentation: pkg.go.dev
# README
== Captest ==
This is a test to see if drives really have the capacity they claim to have.
It's a very simple test: each 8-byte block is written to with a sequential number. Afterwards, we read from the beginning and verify each block's value. Any device that has read/write errors or that "wraps" data around will fail testing.