smartctl

Monitor disk health including SMART data. More information: <https://www.smartmontools.org>.

Debian Debian
RUN apt-get update && \ apt-get install -y smartmontools
Ubuntu
RUN apt-get update && \ apt-get install -y smartmontools
Alpine
RUN apk add smartmontools
Arch Arch Linux
RUN pacman -S --noconfirm smartmontools
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y smartmontools
Fedora
RUN dnf install -y smartmontools-1
Raspbian
RUN apt-get update && \ apt-get install -y smartmontools
click the source code to copy install smartctl on any operating system with command-not-found.com