From a25714f556dcf4232fc9eb976c40281f638574f0 Mon Sep 17 00:00:00 2001 From: marchersimon <50295997+marchersimon@users.noreply.github.com> Date: Fri, 5 Aug 2022 05:12:10 +0200 Subject: [PATCH] hdparm: add read speed example (#8302) --- pages/linux/hdparm.md | 4 ++++ 1 file changed, 4 insertions(+) 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}}`