freebsd-ports/sysutils/smartmontools-devel/pkg-message
Sergei Kolobov fab0d8e4e6 - Update to 5.26
- Delete patches integrated into upstream

PR:		59809
Submitted by:	Robin Breathe <robin@isometry.net>
Approved by:	maintainer
2003-12-05 14:12:04 +00:00

14 lines
545 B
Text

smartmontools has been installed
To check the status of drives, use the following:
${PREFIX}/sbin/smartctl -a ad0 for first ATA drive
${PREFIX}/sbin/smartctl -a da0 for first SCSI drive
To enable monitor of drives, you can use ${PREFIX}/sbin/smartd
A sample configuration file has been installed as ${PREFIX}/etc/smartd.conf.sample
Copy this file to ${PREFIX}/etc/smartd.conf and edit appropriately
To have smartd start at boot
cp ${PREFIX}/etc/rc.d/smartd.sh.sample ${PREFIX}/etc/rc.d/smartd.sh
chmod 555 ${PREFIX}/etc/rc.d/smartd.sh