diff --git a/pages/linux/hdparm.md b/pages/linux/hdparm.md index 2acefe85b2..fda0722460 100644 --- a/pages/linux/hdparm.md +++ b/pages/linux/hdparm.md @@ -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}}`