hdparm

Get and set SATA and IDE hard drive parameters. More information: <https://manned.org/hdparm>.

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