Settings

Theme

Linux 6.9 Set to Drop the Old NTFS File-System Driver

phoronix.com

54 points by shuggy999 2 years ago · 15 comments

Reader

selivanovp 2 years ago

Nice! Russians opensourced a good ntfs driver finally, so we can retire an old stuff that was slow and generally a headache for years.

  • TimeBearingDown 2 years ago

    Paragon Software, particularly Konstanin Kamarov - it’s worth being specific.

    This read-write driver has been a tremendous help to me, from Linux 5.15 till now. I hope they can soon publish the mkfs tool they committed to previously as well.

disadvantage 2 years ago

Good. Means it's more lean. And nothing's stopping someone installing NTFS functionality with apt. I once had to add exFAT[0] compatibility to Ubuntu because I had a thumb-drive flashed in that format.

[0] https://itsfoss.com/mount-exfat/

  • nextaccountic 2 years ago

    > And nothing's stopping someone installing NTFS functionality with apt.

    This would be wildly slow (if it runs in userspace using FUSE)

    The good thing is that the kernel still includes a (better) ntfs driver

    > This removes the old ntfs driver. The new ntfs3 driver is a full replacement that was merged over two years ago.

    • tux3 2 years ago

      >This would be wildly slow (if it runs in userspace using FUSE)

      NTFS-3G through FUSE is what most people are using. It's slower, but not that slow.

      ntfs3 hasn't seen that much large-scale deployment, and you don't have to look very far to find people complaining about ending up with a messed up filesystem from it. I'd put a very modest level of trust in it not eating your data.

    • marcosdumay 2 years ago

      FUSE drivers are slow, but "wildly slow" is an overstatement.

      Anyway, between FUSE, epoll, DMA, and userspace networking Linux is already enough of a microkernel to benefit from it; so when do our CPU oligopolists plan to turn their shared memory hardware into a useful message passing mechanism?

    • GauntletWizard 2 years ago

      You can install kernel modules with APT - You can even install source code for kernel modules that live outside-of-tree that are recompiled for your system with APT[1]

      [1] https://help.ubuntu.com/community/DKMS

  • w3ll_w3ll_w3ll 2 years ago

    The new NTFS driver is still included in the kernel.

  • usr1106 2 years ago

    Leaner on the source code side. The developer wrote that nobody is building it. If it were in obvious use, they could not even propose removal, Linux promises not to break existing systems by upgrading to a newer kernel.

  • MuffinFlavored 2 years ago

    > Are you really trying root as exfat? Will never work. A linux filesystem must support file ownership and access rights per file, which exfat doesn’t. Linux runs only from ext4, btrfs, xfs or such.

    https://www.reddit.com/r/linuxquestions/comments/qa36mr/comm...

  • tetris11 2 years ago

    couldn't you just not include it when you build the kernel

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection