smartd is SMART Disk Monitoring Daemon for Linux. Does smartd support SATA drives?
Yes and No.
This is one of the tricky situation - sometime smartd does support SATA drives and sometime it simply does not support smartd.
Smartmontools should work correctly with SATA drives under both Linux 2.4 and 2.6 kernels, if you use the standard IDE drivers in drivers/ide. If you use the new libata drivers, it won't work correctly because libata doesn't yet support the needed ATA-passthrough ioctl() calls. Jeff Garzik, the libata developer, says that this support will be added to libata in the future.
smartd does not support SATA drives. However you can try your luck by modifying smartd.conf file:
# vi /etc/smartd.conf
You can add support to smartmontools for a new SATA/libata device adding '-d sata'. Typically, to force an SATA disk to run using the standard (non-libata) drivers, you must use the BIOS to select "legacy mode" for the controller.
Look for line that read as follows:
/dev/sda -d ata -H -m notify-admin@idc.nixcraft.com
Replace with:
/dev/sda -d sata -H -m notify-admin@idc.nixcraft.com
Save and close file. Restart smartd:
# /etc/init.d/smartd restart
You may need to download and patch the system to use above hack.
Otherwise it is good idea to turn off samrtd. Under RHEL or CentOS or Fedora core type command:
# /etc/init.d/smartd stop
# chkconfig smartd off
See also
=> Monitoring hard disk health with smartd under Linux or UNIX operating systems
- Email this to a friend
- Printable version
- Rss Feed
- Last Updated: Dec/13/2006
{ 0 comments… add one now }