minus-squareozymandias117@lemmy.worldtoLinux@lemmy.ml•I just bought "Microsoft NTFS for Linux by Paragon Software" I have a questionlinkfedilinkEnglisharrow-up10·2 days agoI’m surprised at using ntfs-3g these days, but one major difference is that ntfs-3g uses FUSE in userspace. Paragon has an in-kernel driver that is much faster, although I would expect your distro already includes it. You can check with something like cat /boot/config-* | grep NTFS3_FS linkfedilink
I’m surprised at using ntfs-3g these days, but one major difference is that ntfs-3g uses FUSE in userspace.
Paragon has an in-kernel driver that is much faster, although I would expect your distro already includes it.
You can check with something like
cat /boot/config-* | grep NTFS3_FS