diff --git a/pages/common/f3probe.md b/pages/common/f3probe.md index 1436a7acc5..9a573bb1d8 100644 --- a/pages/common/f3probe.md +++ b/pages/common/f3probe.md @@ -2,16 +2,20 @@ > Probe a block device (e.g. a flash drive or a microSD card) for counterfeit flash memory. > See also: `f3read`, `f3write`, `f3fix`. -> More information: . +> More information: . - Probe a block device: `sudo f3probe {{path/to/block_device}}` -- Use the minimum about of RAM possible: +- Probe a whole block device destructively, without preserving any data (required for raw devices with no partition table): -`sudo f3probe --min-memory {{path/to/block_device}}` +`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 --time-ops {{path/to/block_device}}` +`sudo f3probe {{[-t|--time-ops]}} {{path/to/block_device}}`