I legit thought I had stumbled into a shittysysadmin thread for a moment.
Linux
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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
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
Paragon’s NTFS driver was also upstreamed in the kernel in like 5.15.
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.
Correct
just do it in kvm
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.
I think it is but some distros already come with ntfs support and there is no point in buying it
Windows users used to buy crap to have a functioning system unfortunately dont't know that there is no need for this in linuxland
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
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!