mkfs.ntfs

Creates a NTFS filesystem inside a partition. More information: <https://manned.org/mkfs.ntfs>.

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