From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pierre Neidhardt Subject: Re: Udisks uses ntfs instead of ntfs-3g Date: Wed, 23 May 2018 12:42:19 +0200 Message-ID: <87bmd6r6us.fsf@gmail.com> References: <87o9hib06b.fsf@gmail.com> <874lj6z7n9.fsf@gnu.org> <8736yqi9ar.fsf@gmail.com> <87tvr189rb.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42573) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fLRDs-0002sY-MR for help-guix@gnu.org; Wed, 23 May 2018 06:42:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fLRDr-0006uR-R1 for help-guix@gnu.org; Wed, 23 May 2018 06:42:24 -0400 Received: from mail-wr0-x230.google.com ([2a00:1450:400c:c0c::230]:47008) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fLRDr-0006u2-Jz for help-guix@gnu.org; Wed, 23 May 2018 06:42:23 -0400 Received: by mail-wr0-x230.google.com with SMTP id x9-v6so22721291wrl.13 for ; Wed, 23 May 2018 03:42:23 -0700 (PDT) In-reply-to: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Joshua Branson Cc: help-guix@gnu.org --=-=-= Content-Type: text/plain I've patched ntfs-3g to symlink mount.ntfs to mount.ntfs-3g and it works as expected. If the new ntfs-3g is installed as a system package, that is to say. Indeed, libmount seems to only look in /run/current-system/profile/sbin/mount.* and not in ~/.guix-profile/sbin/mount.*. Is this the behaviour we really want? Maybe, considering libmount is fairly low level. Any insights? To see that you can try the following command: --8<---------------cut here---------------start------------->8--- > sudo LIBMOUNT_DEBUG=all mount /dev/sda1 /mnt 5132: libmount: INIT: library debug mask: 0xffff [...] 5132: libmount: CXT: [0x2162690]: /run/current-system/profile/sbin/mount.ntfs ... not found [...] --8<---------------cut here---------------end--------------->8--- See https://github.com/storaged-project/udisks/issues/532 for more details. I'll submit a patch soon. -- Pierre Neidhardt --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAlsFRYsACgkQm9z0l6S7 zH90NAf/SLFoq9UfntNGj6BZsFNZYTMjujoo4ZVf6ftA6bS3k2Z8P1EE0QA+9PQF G1X1BcmulND/lP2bVke8miZnGK2v+H+0w5JwxKSMCdxd/uqmS/kFWUrBJVNwmW3q zBPbdHEjMOY6sU0rBecl5bk8FjN3I4ZhmWBXwErhFdw8gkI/JmJVqKT/52ZCKY2U ZuJrDIWca/lCcy5RXlnqM07wF6tJcEq5BA2yC9OTOflTwnfi7DXFI58b22P2fKHQ aq13gay97tVa3JlZb3RQEvROh7CmSW/Xv0DvL/xZWTFiKyaSlbuZcFKbYue7c25J 2M7uy/ry5FzY/V71lnBwqW6JGPxenw== =AKyK -----END PGP SIGNATURE----- --=-=-=--