mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 09:15:31 +02:00
hdparm: add read speed example (#8302)
This commit is contained in:
parent
ac73ace14e
commit
a25714f556
1 changed files with 4 additions and 0 deletions
|
@ -26,3 +26,7 @@
|
|||
- Put the drive into idle (low-power) mode, also setting its standby timeout:
|
||||
|
||||
`sudo hdparm -S {{standby_timeout}} {{device}}`
|
||||
|
||||
- Test the read speed of a specific device:
|
||||
|
||||
`sudo hdparm -tT {{device}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue