Compelling reasons to switch ?
Compelling reasons to switch ?
Posted Jan 23, 2026 17:15 UTC (Fri) by Lionel_Debroux (subscriber, #30014)Parent article: Filesystem medley: EROFS, NTFS, and XFS
Honest questions:
* for most users, with the ever increasing focus on security, what are the highly compelling reasons to use kernel-mode drivers like ntfs3, or that new version of ntfs, instead of trusty old FUSE ntfs-3g ? Performance, really ?
* for security-minded users aiming at reducing the attack surface without resorting to building and signing their own kernels, why should their hardened deployments of standard Linux distros not add into some /etc/modprobe.d/* file:
install ntfs /bin/true
right next to
install ksmbd /bin/true
and a number of similar lines for disabling rarely used filesystems and/or repeat security offenders ?
