I bought Microsoft NTFS for Linux by Paragon Software for a linux version of chkdsk. It also includes “ufsd” a somewhat redundant driver for reading and writing ntfs. (I already had ntfs-3g) What are the differences between ufsd and ntfs-3g?

  • anon5621@lemmy.ml
    link
    fedilink
    arrow-up
    14
    ·
    edit-2
    2 days ago

    I wonder even what’s point of buying it? And isn’t NTFS 3g is open source version created by community by reverse engineering ntfs

    EDIT: if anyone need paragon tools for checking NTFS I can share them easily I extracted them from their apk which they were selling on Google play and there tools for almost any architecture x86,MIPS,arm

  • ozymandias117@lemmy.world
    link
    fedilink
    English
    arrow-up
    10
    ·
    2 days ago

    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

  • Eggymatrix@sh.itjust.works
    link
    fedilink
    arrow-up
    10
    ·
    2 days ago

    Windows users used to buy crap to have a functioning system unfortunately dont’t know that there is no need for this in linuxland

  • DonutsRMeh@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    2 days ago

    I dual boot and and I have 4TB HDD that is also formatted to NTFS. I can access both from my Linux system, and move files between the two, with ntfs-3g all the time. I even have them both automount on boot and have never had an issue.

    Until this post, I’ve always thought this paragon software was to be used on Windows to access the Linux ext4/btrsf… Etc drives!