mkfs.ntfs
Creates a NTFS filesystem inside a partition. More information: <https://manned.org/mkfs.ntfs>.
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