# Fight Flash Fraud Tool to test flash cards' capacity and performance. 1. [TL;DR](#tldr) 1. [Further readings](#further-readings) 1. [Sources](#sources) ## TL;DR It fills tested devices with pseudorandom data, then checks they return the same data on reading.
Setup ```sh brew install 'f3' docker pull 'peron/f3' port install 'f3' ```
Usage ```sh # Test drives # Destroys stored data sudo f3probe --destructive --time-ops '/dev/sdb' docker run -it --rm --device '/dev/sdb' 'peron/f3' f3probe --destructive --time-ops '/dev/sdb' ```
## Further readings - [Codebase] ### Sources - [Documentation] [codebase]: https://github.com/AltraMayor/f3 [documentation]: https://fight-flash-fraud.readthedocs.io/en/stable/