mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
f3probe: refresh page (#23613)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
This commit is contained in:
co-authored by
Managor
Ivan Baluta
parent
72281b6c5c
commit
e3a67e14a3
@@ -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: <https://github.com/AltraMayor/f3>.
|
||||
> More information: <https://manned.org/f3probe>.
|
||||
|
||||
- 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}}`
|
||||
|
||||
Reference in New Issue
Block a user