mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
7 lines
200 B
Bash
7 lines
200 B
Bash
#!/usr/bin/env 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'
|