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-9.0 platform.
Download (HTTP): https://downloads.sourceforge.net/smartmontools/smartmontools-7.0.tar.gz
Download MD5 sum: b2a80e4789af23d67dfe1e88a997abbf
Download size: 924 KB
Estimated disk space required: 26 MB
Estimated build time: 0.2 SBU
cURL-7.65.3 or Lynx-2.8.9rel.1 or Wget-1.20.3 (download tools)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/smartmontools
Install smartmontools by running the following commands:
./configure --prefix=/usr \ --sysconfdir=/etc \ --with-initscriptdir=no \ --with-libsystemd=no \ --docdir=/usr/share/doc/smartmontools-7.0 && 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-20190609 package.
make install-smartd
--with-initscriptdir=no
:
This switch suppresses the default initialization script. See above
for the BLFS script.
Last updated on 2019-08-17 15:07:08 -0700