1
0
Fork 0
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:
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

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