Open ivagulin opened 3 years ago
There's a backport patch for 5.12 at the same location now: https://aur.archlinux.org/cgit/aur.git/tree/kernel-5.12-backport.patch?h=ntfs3-dkms-git
I would like to do the same with 5.10 if anyone is aware of changes or patches needed.
I was able to build for 5.10 by combining the patches from that AUR repo
https://github.com/rmnscnce/ntfs3/compare/master...tmm1:fancybits/5.10
Hi, how to recompile it on kernel 5.4 (the latest supported by Ubuntu 18,04)?
Hi there! Great project. Is there are any plans to support 5.12? ntfs-3g is so slooooow.
[root@ivagulin-pc ntfs3]# make make -C /lib/modules/5.12.11-300.fc34.x86_64/build M=/root/ntfs3 modules make[1]: Entering directory '/usr/src/kernels/5.12.11-300.fc34.x86_64' CC [M] /root/ntfs3/fsntfs.o /root/ntfs3/fsntfs.c: In function ‘ntfs_bio_fill_1’: /root/ntfs3/fsntfs.c:1620:38: error: ‘BIO_MAX_PAGES’ undeclared (first use in this function); did you mean ‘BIO_MAX_VECS’? 1620 | new = ntfs_alloc_bio(BIO_MAX_PAGES); | ^
~~~~ | BIO_MAX_VECS /root/ntfs3/fsntfs.c:1620:38: note: each undeclared identifier is reported only once for each function it appears in make[2]: [scripts/Makefile.build:271: /root/ntfs3/fsntfs.o] Error 1 make[1]: [Makefile:1857: /root/ntfs3] Error 2 make[1]: Leaving directory '/usr/src/kernels/5.12.11-300.fc34.x86_64' make: *** [Makefile:46: all] Error 2