1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 15:26:04 +02:00

f3probe: add sudo

This commit is contained in:
Starbeamrainbowlabs 2020-01-30 01:24:11 +00:00 committed by Zlatan Vasović
parent 1bef364ccb
commit 34a4dfb666

View file

@ -6,12 +6,12 @@
- Probe a block device:
`f3probe {{path/to/block_device}}`
`sudo f3probe {{path/to/block_device}}`
- Use the minimum about of RAM possible:
`f3probe --min-memory {{path/to/block_device}}`
`sudo f3probe --min-memory {{path/to/block_device}}`
- Time disk operations:
`f3probe --time-ops {{path/to/block_device}}`
`sudo f3probe --time-ops {{path/to/block_device}}`