There is a new Linux driver for NTFS called ntfsplus submitted by Namjae Jeon on 2025/10/20.
This repo contains the out-of-tree kernel module for ntfsplus and the patches to:
- Make it DKMS
- Backport it to 6.12
- Build AUR package
The AUR package is available at ntfsplus-dkms-git
Clone this repository and
makepkg -si
and there you go.
- Clone linux kernel.
- Apply this and this patches
- Apply the patches in the current repo
- Sync source with OOT module
Currently supports 6.12+ only.
I've made a testsuite and run tests and suprisingly it works on 6.12.
Rewritentfs_iomap.cto implementntfs_map_blocksfor kernels older than 6.17Backport to LTS kernels- Port the package to Debian
- Port the package to RedHat distros