vanutsteen.nl => nerds only A blog on rails, php, computing, my bass guitar and stuff

smartmontools and sata harddisks

on in Linux

I reinstalled my server and I wanted to use smartmontools to monitor my disks (the last time one of them crashed). But the smartmont deamon wouldn’t start. By adding the following in /etc/smartd.conf the problems was solved:

1
2
/dev/sda -s on -d ata
/dev/sdb -s on -d ata 

And I had to comment out the following:

1
#DEVICESCAN -m root -M exec /usr/share/smartmontools/smartd-runner 

Comments