HOWTO Monitor your hard disk(s) with smartmontools
Uit Gentoo Linux Wiki
[bewerken] Installatie Procedure
Zorg er allereerst voor dat SMART ingeschakeld is in de BIOS. Bijvoorbeeld in mijn BIOS staat dit:
| Code: BIOS |
S.M.A.R.T. for Hard Disk: Enabled |
Sommige BIOS versies hebben deze optie niet en melden dat S.M.A.R.T. disabled is. Smartctl kan het inschakelen zie onder. Carefully read the SMART instructions for your motherboard. Sometimes this option maybe intentionally hidden, as shown in this example.
Now let's install the smartmontools package:
# emerge -av smartmontools
Finally, you have to check if your hard disk(s) support SMART:
# smartctl -i /dev/hda
For SATA drives:
# smartctl -i -d ata /dev/sda
To enable SMART on IDE drives:
# smartctl -s on /dev/hda
To enable SMART on SATA drives:
# smartctl -s on -d ata /dev/sda
