smartd
control and monitor storage systems using S.M.A.R.T.
Install
- All systems
-
curl cmd.cat/smartd.sh
- Debian
-
apt-get install smartmontools
- Ubuntu
-
apt-get install smartmontools
- Alpine
-
apk add smartmontools
- Arch Linux
-
pacman -S smartmontools
- Kali Linux
-
apt-get install smartmontools
- Fedora
-
dnf install smartmontools-1
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install smartmontools
- OS X
-
brew install smartmontools
- Raspbian
-
apt-get install smartmontools
- Dockerfile
- dockerfile.run/smartd
- Docker
-
docker run cmd.cat/smartd smartd
powered by Commando
smartmontools
control and monitor storage systems using S.M.A.R.T.
The smartmontools package contains two utility programs (smartctl and smartd) to control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.) built into most modern ATA and SCSI hard disks. It is derived from the smartsuite package, and includes support for ATA/ATAPI-5 disks. It should run on any modern Linux system.