mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
e3a67e14a3
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
642 B
642 B
f3probe
Probe a block device (e.g. a flash drive or a microSD card) for counterfeit flash memory. See also:
f3read,f3write,f3fix. More information: https://manned.org/f3probe.
- Probe a block device:
sudo f3probe {{path/to/block_device}}
- Probe a whole block device destructively, without preserving any data (required for raw devices with no partition table):
sudo f3probe {{[-n|--destructive]}} {{path/to/block_device}}
- Use the minimum amount of RAM possible:
sudo f3probe {{[-l|--min-memory]}} {{path/to/block_device}}
- Time disk operations:
sudo f3probe {{[-t|--time-ops]}} {{path/to/block_device}}