This shows you the differences between two versions of the page.
|
list_harddrive_information [2011/06/18 10:23] root |
list_harddrive_information [2011/06/18 10:27] (current) root |
||
|---|---|---|---|
| Line 15: | Line 15: | ||
| You might have to adjust device number and disk reference (c0d0) to suit your needs. | You might have to adjust device number and disk reference (c0d0) to suit your needs. | ||
| - | ===== List harddrive serial number for sda ===== | + | ===== List harddrive information for sda ===== |
| - | smartctl -d ata -a /dev/sda | grep Serial | + | smartctl -a /dev/sda |
| - | ===== Display harddive temperature ===== | + | Grep for the needed information eg. temperature, Model, Serial Number |
| - | Display harddrive temperature for sda | + | ===== Display harddive temperature for sda ===== |
| - | smartctl -d ata -A /dev/sda | grep -i temperature | + | |
| - | | + | |
| Another way to display harddrive temperature for sda | Another way to display harddrive temperature for sda | ||
| hddtemp /dev/sda | hddtemp /dev/sda | ||
| Requires hddtemp RPM package | Requires hddtemp RPM package | ||