mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-17 17:17:40 +08:00
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
22 lines
642 B
Markdown
22 lines
642 B
Markdown
# 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}}`
|