Package Details: ntfsprogs-ntfs3 2022.10.3-6

Git Clone URL: https://aur.archlinux.org/ntfsprogs-ntfs3.git (read-only, click to copy)
Package Base: ntfsprogs-ntfs3
Description: NTFS filesystem utilities without NTFS-3G driver. For system with kernel >= 5.15
Upstream URL: https://github.com/tuxera/ntfs-3g
Licenses: GPL2
Conflicts: ntfs-3g, ntfsprogs
Provides: ntfs-3g, ntfsprogs
Submitter: okhsunrog
Maintainer: saltyming
Last Packager: saltyming
Votes: 21
Popularity: 0.84
First Submitted: 2021-11-15 18:02 (UTC)
Last Updated: 2023-09-21 08:18 (UTC)

Dependencies (2)

Required by (36)

Sources (2)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

hvfrancesco commented on 2022-07-10 18:34 (UTC)

I can't upgrade or reinstall this package because of a file conflict: /etc/udisks2/mount_options.conf is already present in filesystem

tinywrkb commented on 2022-07-10 17:24 (UTC) (edited on 2022-07-10 17:25 (UTC) by tinywrkb)

BTW, PKGBUILD is basically a MAKEFILE so it's not necessary to leave contributors. We don't claim a license on this stuff. Just saying.

It is necessary, that's the convention, and I don't think that it's acceptable not to do so. I had a chat exactly about this with an Arch Linux developer.

saltyming commented on 2022-07-10 16:22 (UTC) (edited on 2022-07-10 16:22 (UTC) by saltyming)

@tinywrkb

I haven't noticed it since the commit I pushed is/was based on the older commit, not yours. I would add them later.

BTW, PKGBUILD is basically a MAKEFILE so it's not necessary to leave contributors. We don't claim a license on this stuff. Just saying.

tinywrkb commented on 2022-07-10 16:15 (UTC)

@FiestaLake why did you remove the contributor entries I added? The initial commit is a copy-paste from extra/ntfs-3g without giving attribution to its contributors.

saltyming commented on 2022-07-10 16:04 (UTC)

@tinywrkb I enabled this.

tinywrkb commented on 2022-07-10 01:55 (UTC)

I will update some ntfs3 rules in this package tonight.

@FiestaLake maybe use this chance to enable ntfsdecrypt, which I'm not sure why it wasn't on, and I forgot to do. It doesn't look like ntfs-3g (FUSE) specific, though I only briefly glanced at the code.

diff --git a/ntfsprogs-ntfs3/PKGBUILD b/ntfsprogs-ntfs3/PKGBUILD
index 997bd58..f2cba9e 100644
--- a/ntfsprogs-ntfs3/PKGBUILD
+++ b/ntfsprogs-ntfs3/PKGBUILD
@@ -12,7 +12,7 @@ pkgdesc='NTFS filesystem utilities without NTFS-3G driver. For system with kerne
 url='https://www.tuxera.com/company/open-source/'
 arch=('x86_64')
 license=('GPL2')
-depends=('util-linux')
+depends=('gnutls' 'util-linux')
 makedepends=('git')
 conflicts=('ntfsprogs' 'ntfs-3g')
 provides=('ntfsprogs' 'ntfs-3g')
@@ -42,6 +42,7 @@ build() {
     --enable-xattr-mappings
     --enable-posix-acls
     --enable-extras
+    --enable-crypto
     --disable-ntfs-3g

saltyming commented on 2022-07-10 01:48 (UTC)

I will update some ntfs3 rules in this package tonight.

tinywrkb commented on 2022-07-10 01:45 (UTC)

@FiestaLake it's yours.

saltyming commented on 2022-07-10 01:41 (UTC)

@tinywrkb I'm willing to maintain it (I actually made a orphan request already.)

tinywrkb commented on 2022-07-09 23:40 (UTC)

Maybe we can create a split package from ntfs-3g, and avoid having to build this AUR package.
I created a patch with this suggestion in #73431.