Files
Fazle Arefin e3a67e14a3 f3probe: refresh page (#23613)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
2026-08-20 01:13:20 +03:00

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}}