The smartmontools package contains utility programs (smartctl, smartd) to control/monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.) built into most modern ATA and SCSI disks.
This package is known to build and work properly using an LFS-7.10 platform.
Download (HTTP): http://sourceforge.net/projects/smartmontools/files/smartmontools/6.5/smartmontools-6.5.tar.gz
Download MD5 sum: 093aeec3f8f39fa9a37593c4012d3156
Download size: 836 KB
Estimated disk space required: 21 MB
Estimated build time: 0.2 SBU
cURL-7.50.1 or Lynx-2.8.8rel.2 or Wget-1.18 (download tools)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gptdisk
Install smartmontools by running the following commands:
./configure --prefix=/usr \ --sysconfdir=/etc \ --with-initscriptdir=no \ --docdir=/usr/share/doc/smartmontools-6.5 && make
This package does not come with a test suite.
Now, as the root
user:
make install
See the embedded comments in /etc/smartd.conf
for detailed instructions on
customizing the smartd darmon.
If you want the smartd daemon to
start automatically when the system is booted, install the
/etc/rc.d/init.d/smartd
init script
included in the blfs-bootscripts-20160902
package.
make install-smartd
--with-initscriptdir=no
: This option
suppresses the default initialization script. See below for the
BLFS script.
Last updated on 2016-08-28 11:28:15 +0200