Package Details: ntfs3-dkms 1:5.17-1

Git Clone URL: https://aur.archlinux.org/ntfs3-dkms.git (read-only, click to copy)
Package Base: ntfs3-dkms
Description: NTFS3 is fully functional NTFS Read-Write driver. The driver works with NTFS versions up to 3.1.
Upstream URL: https://www.kernel.org/doc/html/latest/filesystems/ntfs3.html
Licenses: GPL2
Conflicts: ntfs3
Provides: ntfs3, NTFS3-MODULE
Submitter: rdnvndr
Maintainer: rdnvndr
Last Packager: Hanabishi
Votes: 37
Popularity: 0.50
First Submitted: 2020-08-16 11:43 (UTC)
Last Updated: 2022-03-29 14:57 (UTC)

Pinned Comments

Hanabishi commented on 2021-06-28 13:33 (UTC) (edited on 2022-06-28 11:38 (UTC) by Hanabishi)

Note: the driver was merged to the upstream kernel in 5.15. So this package is useless for Arch official kernels.
If you want bleeding edge updates, use ntfs3-dkms-git.

Readme
More info and tips
How to use DKMS modules
Paragon NTFS3 FAQ

doug commented on 2020-09-09 07:24 (UTC) (edited on 2020-09-09 10:07 (UTC) by doug)

I made some test using bonnie and pts, this driver seems to be much faster than ntfs-3g

http://moodle.math.sk/~doug/bonnie_ntfs3_paragon.html

http://moodle.math.sk/~doug/bonnie_ntfs-3g.html

(disregard the read tests, since they were done from page cache)

edit: compilebench in pts, now includes native ext4, the paragon ntfs3 driver performance is comparable

https://openbenchmarking.org/result/2009092-NE-NTFSCOMPA56

Latest Comments

« First ‹ Previous 1 .. 10 11 12 13 14 15 16 Next › Last »

Hanabishi commented on 2020-09-17 13:43 (UTC)

@babam, didn't tried. But I don't know in which scenario LTS users (who obviously run LTS for stability purposes) will want to apply unstable and highly experimental patches :D

babam commented on 2020-09-17 13:30 (UTC)

@Hanabishi, Unable to build ntfs3 for Kernel 5.4 LTS?

Hanabishi commented on 2020-09-17 09:42 (UTC)

@pekmop1024, quite expected result. The patch is very recent and was made for the latest kernel version.

pekmop1024 commented on 2020-09-17 09:33 (UTC)

Seems to be not building on latest LTS kernels:

DKMS make.log for ntfs3-5.0.0 for kernel 5.4.65-1-lts (x86_64)
Thu Sep 17 12:32:54 EEST 2020
make -C /lib/modules/5.4.65-1-lts/build M=/var/lib/dkms/ntfs3/5.0.0/build modules
make[1]: Entering directory '/usr/lib/modules/5.4.65-1-lts/build'
  CC [M]  /var/lib/dkms/ntfs3/5.0.0/build/bitfunc.o
  CC [M]  /var/lib/dkms/ntfs3/5.0.0/build/bitmap.o
/var/lib/dkms/ntfs3/5.0.0/build/bitmap.c: In function 'wnd_rescan':
/var/lib/dkms/ntfs3/5.0.0/build/bitmap.c:556:4: error: implicit declaration of function 'page_cache_readahead_unbounded' [-Werror=implicit-function-declaration]
  556 |    page_cache_readahead_unbounded(
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors
make[2]: *** [scripts/Makefile.build:266: /var/lib/dkms/ntfs3/5.0.0/build/bitmap.o] Error 1
make[1]: *** [Makefile:1729: /var/lib/dkms/ntfs3/5.0.0/build] Error 2
make[1]: Leaving directory '/usr/lib/modules/5.4.65-1-lts/build'
make: *** [Makefile:14: all] Error 2

Hanabishi commented on 2020-09-16 19:30 (UTC)

@timofonic, you are trying to build it on top of the previous version? Delete all files and build again.

timofonic commented on 2020-09-16 19:23 (UTC)

It fails again and again...

==> Retrieving sources... -> Found 1.patch -> Found 2.patch -> Found 3.patch -> Found 4.patch -> Found 5.patch -> Found 6.patch -> Found 7.patch -> Found 8.patch -> Found Makefile.patch -> Found dkms.conf ==> Validating source files with sha512sums... 1.patch ... FAILED 2.patch ... FAILED 3.patch ... FAILED 4.patch ... FAILED 5.patch ... FAILED 6.patch ... FAILED 7.patch ... FAILED 8.patch ... FAILED Makefile.patch ... Passed dkms.conf ... Passed ==> ERROR: One or more files did not pass the validity check! error downloading sources: ntfs3-dkms

doug commented on 2020-09-09 07:24 (UTC) (edited on 2020-09-09 10:07 (UTC) by doug)

I made some test using bonnie and pts, this driver seems to be much faster than ntfs-3g

http://moodle.math.sk/~doug/bonnie_ntfs3_paragon.html

http://moodle.math.sk/~doug/bonnie_ntfs-3g.html

(disregard the read tests, since they were done from page cache)

edit: compilebench in pts, now includes native ext4, the paragon ntfs3 driver performance is comparable

https://openbenchmarking.org/result/2009092-NE-NTFSCOMPA56

Hanabishi commented on 2020-09-06 14:11 (UTC)

@timofonic, hmm, it's ok for me. These files are downloading from an external source, maybe they became corrupted during download, try to cleanup and build again.

timofonic commented on 2020-09-06 12:59 (UTC)

==> Validating source files with sha512sums... 1.patch ... Passed 2.patch ... FAILED 3.patch ... FAILED 4.patch ... FAILED 5.patch ... FAILED 6.patch ... FAILED 7.patch ... FAILED 8.patch ... FAILED Makefile.patch ... Passed dkms.conf ... Passed

babam commented on 2020-09-03 08:51 (UTC)

Can anyone do a benchmark (Read / Write speed test) ntfs3 vs ntfs-3g.