-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
I'd like faster access to Windows directories via the new NTFS3 kernel module.
NTFS3 allows reading and writing of NTFS partitions, thus quite suitable as an alternative to drvfs.
CONFIG_NTFS3_FS=y
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Enable it myself and build my own custom kernel. Not the way to go for this particular kernel config option. MSFT should enable it for everyone.
Additional context
Add any other context or screenshots about the feature request here.
It's already getting included by other linux distros and is an alternative to NTFS-3G (which I think should also be enabled).