Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 635080 - sys-fs/ntfs3g should not install custom udev rule- unable to move file to trash on ntfs disk
Summary: sys-fs/ntfs3g should not install custom udev rule- unable to move file to tra...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-22 16:57 UTC by sebB
Modified: 2019-03-23 12:58 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sebB 2017-10-22 16:57:04 UTC
On gvfs file manager (caja, nautilus), there is no possibility to move file to trash on a ntfs disk.
We can only delete the file definitely.

Comparing, gentoo and arch install, the only difference is /lib/udev/rules.d/99-ntfs3g.rules wich don't exist on arch.

Removing this from my gentoo system make the possibility to move file to trash on ntfs disk.

Reproducible: Always
Comment 1 Mike Gilbert gentoo-dev 2017-10-29 15:45:34 UTC
With the mount.ntfs symlink pointing at mount.ntfs-3g, the udev rule is probably unnecessary.
Comment 2 Larry the Git Cow gentoo-dev 2019-03-23 12:58:59 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e97a616356b7dccec15d1c5be2c2c861afa160fa

commit e97a616356b7dccec15d1c5be2c2c861afa160fa
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2019-03-23 12:58:31 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2019-03-23 12:58:49 +0000

    sys-fs/ntfs3g: Support Windows 10, fix automagic dep...
    
    - Apply Fedora fixes, this also adds support for windows 10 (#660374)
    - Prevent it from wrongly linking to hwinfo (#602360)
    - udev rule is not needed and causes issues (#635080)
    
    Closes: https://bugs.gentoo.org/660374
    Closes: https://bugs.gentoo.org/635080
    Bug: https://bugs.gentoo.org/602360
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>

 .../files/ntfs3g-2017.3.23-big-sectors.patch       | 379 +++++++++++++++++++++
 .../files/ntfs3g-2017.3.23-check-mftmirr.patch     |  12 +
 .../files/ntfs3g-2017.3.23-full-clusters.patch     |  81 +++++
 sys-fs/ntfs3g/ntfs3g-2017.3.23-r2.ebuild           | 103 ++++++
 4 files changed, 575 insertions(+)