HOWTO Monitor your hard disk(s) with smartmontools

Uit Gentoo Linux Wiki

Ga naar: navigatie, zoeken

[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
Afkomstig van de Nederlandstalige Gentoo Wiki, het vrije Gentoo handboek. "http://nl.gentoo-wiki.com/HOWTO_Monitor_your_hard_disk%28s%29_with_smartmontools"
Persoonlijke instellingen