this post was submitted on 22 Jun 2025
29 points (87.2% liked)

Linux

56346 readers
498 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

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?

top 11 comments
sorted by: hot top controversial new old
[–] axum@lemmy.blahaj.zone 32 points 3 weeks ago

I legit thought I had stumbled into a shittysysadmin thread for a moment.

[–] anon5621@lemmy.ml 24 points 3 weeks ago* (last edited 3 weeks ago) (3 children)

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

[–] that_leaflet@lemmy.world 25 points 3 weeks ago

Paragon’s NTFS driver was also upstreamed in the kernel in like 5.15.

[–] MyNameIsRichard@lemmy.ml 10 points 3 weeks ago (3 children)

a linux version of chkdsk

Maybe so they can check their NTFS drives without rebooting to Windows. If it checks Linux file systems, we have fsck for that.

[–] krolden@lemmy.ml 3 points 3 weeks ago

just do it in kvm

[–] DonutsRMeh@lemmy.world 0 points 2 weeks ago

I do this literally every single day from my Linux machine with no issues. In fact, right before i came to lemmy, I transferred a 120GB game folder from my windows drive to my Linux one.

[–] Igilq@szmer.info 7 points 3 weeks ago

I think it is but some distros already come with ntfs support and there is no point in buying it

[–] Eggymatrix@sh.itjust.works 11 points 3 weeks 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

[–] ozymandias117@lemmy.world 9 points 3 weeks 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

[–] DonutsRMeh@lemmy.world 1 points 2 weeks ago* (last edited 2 weeks 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!