Search Criteria
Package Details: ntfs3-dkms-git 1:6.5.r0.g44b4494-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ntfs3-dkms-git.git (read-only, click to copy) |
---|---|
Package Base: | ntfs3-dkms-git |
Description: | NTFS3 is fully functional NTFS Read-Write driver. The driver works with NTFS versions up to 3.1. |
Upstream URL: | https://github.com/Paragon-Software-Group/linux-ntfs3 |
Licenses: | GPL2 |
Conflicts: | ntfs3 |
Provides: | ntfs3, NTFS3-MODULE |
Submitter: | Hanabishi |
Maintainer: | None |
Last Packager: | Hanabishi |
Votes: | 5 |
Popularity: | 0.23 |
First Submitted: | 2021-08-13 19:23 (UTC) |
Last Updated: | 2023-08-01 19:20 (UTC) |
Latest Comments
« First ‹ Previous 1 2 3 4 5
babam commented on 2021-08-21 11:46 (UTC) (edited on 2021-08-21 12:51 (UTC) by babam)
@Hanabishi, ntfs3 <v26 and ntfs-3g don't have this problem.
Hanabishi commented on 2021-08-21 11:17 (UTC)
@babam, what should (or should not) happen? I can't reproduce anything special. Also this is unclear how such a thing can be realted to FS.
babam commented on 2021-08-21 08:19 (UTC) (edited on 2021-08-21 08:35 (UTC) by babam)
sudo cannot be used on newly created files (executable files).
sudo mount -t ntfs3 /dev/sdb1 /mnt/sdb1
echo -e '#!/bin/bash\n\necho TEST' > /mnt/sdb1/test.sh
chmod +x /mnt/sdb1/test.sh
sudo /mnt/sdb1/test.sh
babam commented on 2021-08-14 01:38 (UTC)
@Hanabishi, Thank you very much.
Hanabishi commented on 2021-08-13 21:35 (UTC)
@babam, backport patch should work now.
@FabioLolix, well, then maybe it can be renamed to
-dev
or so.FabioLolix commented on 2021-08-13 21:06 (UTC)
At first sight I didn't see it wasn't git cloning, my bad.
About this kind of "latest" pkgbuild I have some doubts it is allowed on the AUR
Hanabishi commented on 2021-08-13 20:56 (UTC) (edited on 2021-08-13 20:56 (UTC) by Hanabishi)
@FabioLolix, not applicable in this situation, sorry. We don't need a whole kernel tree. In fact 2 copies of whole kernel tree, and then diff between them.
FabioLolix commented on 2021-08-13 20:50 (UTC)
Hello, this is missing git in makedepends, provides=(ntfs3), #maintainer field, and need a proper pkgver(), see https://wiki.archlinux.org/title/VCS_package_guidelines#Git
Hanabishi commented on 2021-08-13 19:50 (UTC)
@babam, yeah, not adapted it for the upstream yet. Wait for my notification.
babam commented on 2021-08-13 19:46 (UTC)
@Hanabishi, I have tried on old kernel (5.10) and kernel-5.12-backport.patch failed.
« First ‹ Previous 1 2 3 4 5