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.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): https://downloads.sourceforge.net/smartmontools/smartmontools-7.4.tar.gz
ダウンロード MD5 sum: 178d31a6ff5256c093227ab45a3f52aa
ダウンロードサイズ: 1 MB
必要ディスク容量: 27 MB
概算ビルド時間: 0.2 SBU
cURL-8.5.0 or Lynx-2.8.9rel.1 or Wget-1.21.4 (download tools), and GnuPG-2.4.3 (encrypted hard disks)
Install smartmontools by running the following commands:
./configure --prefix=/usr \ --sysconfdir=/etc \ --with-initscriptdir=no \ --with-libsystemd=no \ --docdir=/usr/share/doc/smartmontools-7.4 && make
このパッケージにテストスイートはありません。
Now, as the root
user:
make install
--with-initscriptdir=no
:
This switch suppresses the default initialization script. See below
for the BLFS script.
--with-libsystemd=no
: This
switch disables support for the sd-notify notification system
provided by systemd.
See the embedded comments in /etc/smartd.conf
for detailed instructions on
customizing the smartd daemon.
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-20231119 package.
make install-smartd