f3probe: add sudo

client-spec/clarity
Starbeamrainbowlabs 2020-01-30 01:24:11 +00:00 committed by Zlatan Vasović
parent 1bef364ccb
commit 34a4dfb666
1 changed files with 3 additions and 3 deletions

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