badblocks
Search a device for bad blocks. Some usages of badblocks can cause destructive actions, such as erasing all data on a disk, including the partition table. More information: <https://manned.org/badblocks>.
RUN apt-get update && \
apt-get install -y e2fsprogs
RUN apt-get update && \
apt-get install -y e2fsprogs
RUN apk add e2fsprogs
RUN pacman -S --noconfirm e2fsprogs
RUN apt-get update && \
apt-get install -y e2fsprogs
RUN yum install -y e2fsprogs
RUN dnf install -y e2fsprogs
RUN apt-get update && \
apt-get install -y e2fsprogs