I can't upgrade or reinstall this package because of a file conflict: /etc/udisks2/mount_options.conf is already present in filesystem
Search Criteria
Package Details: ntfsprogs-ntfs3 2022.10.3-6
Package Actions
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: | 23 |
Popularity: | 1.33 |
First Submitted: | 2021-11-15 18:02 (UTC) |
Last Updated: | 2023-09-21 08:18 (UTC) |
Dependencies (2)
- util-linux (busybox-coreutilsAUR, util-linux-selinuxAUR, util-linux-aesAUR)
- git (git-gitAUR, git-glAUR) (make)
Required by (36)
- aud2u (requires ntfs-3g)
- bootiso (requires ntfs-3g)
- casaos (requires ntfs-3g)
- clonezilla-unstable (requires ntfs-3g)
- dislocker (requires ntfs-3g) (optional)
- dislocker-git (requires ntfs-3g) (optional)
- dislocker-noruby (requires ntfs-3g) (optional)
- dracut-git (requires ntfs-3g) (check)
- dracut-git (requires ntfs-3g) (optional)
- gparted-git (requires ntfs-3g) (optional)
- growlight (requires ntfs-3g) (optional)
- icedisk (requires ntfs-3g)
- kpmcore-git (requires ntfs-3g) (optional)
- minimega (requires ntfs-3g)
- mintstick (requires ntfs-3g)
- mintstick-git (requires ntfs-3g) (optional)
- mkinitcpio-loop-subdir (requires ntfs-3g)
- montirovka (requires ntfs-3g)
- ntfs-3g-onedrive-bin (requires ntfs-3g)
- ntfs-3g-system-compression (requires ntfs-3g)
- ntfs-3g-system-compression-git (requires ntfs-3g)
- ntfs-automount (requires ntfs-3g)
- partclone-git (requires ntfs-3g)
- python-imagemounter (requires ntfs-3g) (optional)
- testdisk-git (requires ntfs-3g)
- testdisk-wip (requires ntfsprogs)
- tparted-bin (requires ntfs-3g) (optional)
- udefrag (requires ntfs-3g)
- usbmaker (requires ntfs-3g) (optional)
- usbmaker-git (requires ntfs-3g) (optional)
- windows2usb (requires ntfs-3g)
- windows2usb-git (requires ntfs-3g)
- woeusb (requires ntfs-3g)
- woeusb-ng (requires ntfsprogs)
- woeusb-ng-git (requires ntfs-3g)
- woeusbgui (requires ntfs-3g)
Sources (2)
hvfrancesco commented on 2022-07-10 18:34 (UTC)
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.
Pinned Comments