hdparm: add read speed example (#8302)

pull/1/head
marchersimon 2022-08-05 05:12:10 +02:00 committed by GitHub
parent ac73ace14e
commit a25714f556
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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