





















Upstream repo removed quota.o in the latest commit, just at June 21 23:30 UTC.
So the makefile in this repo should be updated too.
Currently have an error on dkms install
DKMS (dkms-3.4.1) make.log for ntfs/2026.06.22+640b7dd for kernel 7.0.12-arch1-1 (x86_64)
Mon Jun 22 02:51:24 AM EDT 2026
Building module(s)
# command: KVERSION=7.0.12-arch1-1 CONFIG_NTFS_FS_POSIX_ACL=y make KDIR=/usr/lib/modules/7.0.12-arch1-1/build
make -C /usr/lib/modules/7.0.12-arch1-1/build M=/var/lib/dkms/ntfs/2026.06.22+640b7dd/build modules
make[1]: Entering directory '/usr/lib/modules/7.0.12-arch1-1/build'
make[2]: Entering directory '/var/lib/dkms/ntfs/2026.06.22+640b7dd/build'
CC [M] aops.o
CC [M] attrib.o
CC [M] collate.o
CC [M] dir.o
CC [M] file.o
CC [M] index.o
CC [M] inode.o
CC [M] mft.o
CC [M] mst.o
CC [M] namei.o
CC [M] runlist.o
CC [M] super.o
CC [M] unistr.o
CC [M] attrlist.o
CC [M] ea.o
CC [M] upcase.o
CC [M] bitmap.o
CC [M] lcnalloc.o
CC [M] logfile.o
CC [M] reparse.o
CC [M] compress.o
CC [M] iomap.o
CC [M] debug.o
CC [M] sysctl.o
make[4]: *** No rule to make target 'quota.o', needed by 'ntfs.o'. Stop.
make[3]: *** [/usr/lib/modules/7.0.12-arch1-1/build/Makefile:2110: .] Error 2
make[2]: *** [/usr/lib/modules/7.0.12-arch1-1/build/Makefile:248: __sub-make] Error 2
make[2]: Leaving directory '/var/lib/dkms/ntfs/2026.06.22+640b7dd/build'
make[1]: *** [Makefile:248: __sub-make] Error 2
make[1]: Leaving directory '/usr/lib/modules/7.0.12-arch1-1/build'
make: *** [Makefile:22: all] Error 2
# exit code: 2
# elapsed time: 00:00:14
----------------------------------------------------------------
I have decided to gamble my system and remove quota.o from the Makefile for the build to work. Nothing seems wrong for now.
Sorry, I reinstalled package and everything installed without problem
dkms status
ntfs/2026.04.27+61f0f61, 7.0.2-arch1-1, x86_64: installed
4 month w\o any issue with NTFSplus driver but after updated kernel to 7.0.2
sudo dkms install ntfs/2026.02.12+241d3d9 ─╯
Sign command: /usr/lib/modules/7.0.2-arch1-1/build/scripts/sign-file
Signing key: /var/lib/dkms/mok.key
Public certificate (MOK): /var/lib/dkms/mok.pub
Building module(s)....(bad exit status: 2)
Failed command:
KVERSION=7.0.2-arch1-1 CONFIG_NTFS_FS_POSIX_ACL=y make KDIR=/usr/lib/modules/7.0.2-arch1-1/build
Error! Bad return status for module build on kernel: 7.0.2-arch1-1 (x86_64)
Consult /var/lib/dkms/ntfs/2026.02.12+241d3d9/build/make.log for more information.
@Same_guy first install ntfsprogs-plus, then run fsck.ntfs on your ntfs partition, then try mounting it once again
If the problem still happens, open an issue at https://github.com/namjaejeon/linux-ntfs
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
Fixed. Synced with upstream