ntfsfix
Fix common problems on an NTFS partition. More information: <https://manned.org/ntfsfix>.
RUN apt-get update && \
apt-get install -y ntfs-3g
RUN apt-get update && \
apt-get install -y ntfs-3g
RUN apk add ntfs-3g
RUN pacman -S --noconfirm ntfs-3g
RUN apt-get update && \
apt-get install -y ntfs-3g
RUN dnf install -y ntfsprogs-2
RUN apt-get update && \
apt-get install -y ntfs-3g