Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 689190 - sys-apps/util-linux-2.34-r1[python] fails to mount an ntfs3g partition
Summary: sys-apps/util-linux-2.34-r1[python] fails to mount an ntfs3g partition
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-03 02:37 UTC by Daniel Salas
Modified: 2019-07-03 16:37 UTC (History)
1 user (show)

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


Attachments
emerge --info (emergeinfo.txt,6.38 KB, text/plain)
2019-07-03 02:37 UTC, Daniel Salas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Salas 2019-07-03 02:37:59 UTC
Created attachment 581834 [details]
emerge --info

Command: 
$ mount /dev/ntfsdisk /mnt/somewhere

Error:
mount: /mnt/windows: unknown filesystem type 'ntfs-3g'.


Reverting to 2.33.2 makes it work again.
Comment 1 Larry the Git Cow gentoo-dev 2019-07-03 11:08:23 UTC
The bug has been referenced in the following commit(s):

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

commit 0ec5113914c8e4c8e102b6577d641ffd7cf6fc0e
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2019-07-03 11:06:37 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2019-07-03 11:08:17 +0000

    sys-apps/util-linux: Attempt to fix ntfs-3g mount with USE="python"
    
    Bug: https://bugs.gentoo.org/689190
    Package-Manager: Portage-2.3.68, Repoman-2.3.16
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 .../{util-linux-2.34-r1.ebuild => util-linux-2.34-r2.ebuild}         | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2019-07-03 11:09:30 UTC
Please test and report back if =sys-apps/util-linux-2.34-r2 fixes the issue.
Comment 3 Larry the Git Cow gentoo-dev 2019-07-03 14:01:24 UTC
The bug has been referenced in the following commit(s):

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

commit c68d4a1625d2b8dd5c28c2c510514af8173ebfbc
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2019-07-03 13:54:52 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2019-07-03 14:01:18 +0000

    sys-apps/util-linux: pass --enable-fs-paths-extra always
    
    Bug: https://bugs.gentoo.org/689190
    Package-Manager: Portage-2.3.67_p17_p668925, Repoman-2.3.16_p1_p668925
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 sys-apps/util-linux/util-linux-2.34-r2.ebuild | 8 +++++++-
 sys-apps/util-linux/util-linux-9999.ebuild    | 8 +++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)
Comment 4 Daniel Salas 2019-07-03 16:37:14 UTC
Thank you Lars, it does fix it for me.