mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
1.0 KiB
1.0 KiB
Fight Flash Fraud
Tool to test flash cards' capacity and performance.
TL;DR
It fills tested devices with pseudorandom data, then checks they return the same data on reading.
Setup
brew install 'f3'
docker pull 'peron/f3'
port install 'f3'
Usage
# 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'