hdparm: add read speed example (#8302)

This commit is contained in:
marchersimon
2022-08-05 05:12:10 +02:00
committed by GitHub
parent ac73ace14e
commit a25714f556

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