Linux Commands Helper
💬 Your AI-powered Linux assistant
hdparm Command - Get/Set Hard Disk Parameters
The hdparm command is used to view and set hardware parameters of hard drives.
Syntax
hdparm [options] device
Examples
hdparm -I /dev/sda
Display detailed information about /dev/sda.
hdparm -t /dev/sda
Test the read speed of /dev/sda.
Notes
- Requires root privileges for most operations.
- Improper settings can affect system stability.