GNU bug report logs - #56383
Neither Gnome nor udisksctl can mount an nfs filesystem

Previous Next

Package: guix;

Reported by: Alexandre Hannud Abdo <abdo <at> member.fsf.org>

Date: Mon, 4 Jul 2022 14:04:01 UTC

Severity: normal

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 56383 in the body.
You can then email your comments to 56383 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#56383; Package guix. (Mon, 04 Jul 2022 14:04:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Alexandre Hannud Abdo <abdo <at> member.fsf.org>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Mon, 04 Jul 2022 14:04:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Alexandre Hannud Abdo <abdo <at> member.fsf.org>
To: bug-guix <at> gnu.org
Subject: Neither Gnome nor udisksctl can mount an nfs filesystem
Date: Mon, 4 Jul 2022 16:03:34 +0200
[Message part 1 (text/plain, inline)]
Ni! Connecting an external USB hard drive with an NTFS partition fails to mount it on both Gnome (Nautilus) and manually through udisksctl.

On nautilus, it shows the partition but clicking on it pops a window: "wrong fs type, bad option, bad superblock on /dev/sdb2, missing codepage or helper program, or other error".

I've managed to successfully mount it with my non-root user using udisksctl:

$ udisksctl mount -b /dev/sdb2 -t auto

Strangely, "-t ntfs" didn't work, but "-t auto" did the trick. Even when it worked, the drive is mounted without permissions for my user (uid 1000), though I could copy files with sudo.

System logs show:

Jul  2 12:45:44 localhost vmunix: [16392.469209] ntfs: volume version 3.1.
Jul  2 12:45:44 localhost shepherd[1]: [dbus-daemon]
Jul  2 12:45:44 localhost shepherd[1]: [dbus-daemon] (udisksd:1057): udisks-WARNING **: 12:45:44.302: Failed to setup systemd-based mount point cleanup: Failed to execute child process ?systemd-escape? (No such
file or directory)
Jul  2 12:45:44 localhost shepherd[1]: [dbus-daemon] udisks-Message: 12:45:44.303: Mounted /dev/sdb2 at /media/myuser/TOURO Mobile USB3.0 on behalf of uid 1000

My config.scm declares :

 (services (append (list (service gnome-desktop-service-type) ...

and also

 (packages (append (list
                    ;; for user mounts
                    gvfs
                    ;; for mtp and fat mounts
                    jmtpfs dosfstools
                    ;; for gnome-disks via udisksd
                    gptfdisk
                    ...

.~´

[OpenPGP_0x10508FA593B7BE6D.asc (application/pgp-keys, attachment)]
[OpenPGP_signature (application/pgp-signature, attachment)]

Information forwarded to bug-guix <at> gnu.org:
bug#56383; Package guix. (Mon, 04 Jul 2022 17:23:01 GMT) Full text and rfc822 format available.

Message #8 received at 56383 <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Alexandre Hannud Abdo <abdo <at> member.fsf.org>, 56383 <at> debbugs.gnu.org
Subject: Re: Neither Gnome nor udisksctl can mount an nfs filesystem
Date: Mon, 04 Jul 2022 19:22:01 +0200
Am Montag, dem 04.07.2022 um 16:03 +0200 schrieb Alexandre Hannud Abdo:
> Ni! Connecting an external USB hard drive with an NTFS partition
> fails to mount it on both Gnome (Nautilus) and manually through
> udisksctl.
Note that NTFS != NFS.  But to solve your problem, simply add ntfs-3g
to your operating-system's packages field.





Information forwarded to bug-guix <at> gnu.org:
bug#56383; Package guix. (Thu, 07 Jul 2022 10:12:02 GMT) Full text and rfc822 format available.

Message #11 received at 56383 <at> debbugs.gnu.org (full text, mbox):

From: Alexandre Hannud Abdo <abdo <at> member.fsf.org>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>, 56383 <at> debbugs.gnu.org
Subject: Re: Neither Gnome nor udisksctl can mount an nfs filesystem
Date: Thu, 7 Jul 2022 12:11:36 +0200
[Message part 1 (text/plain, inline)]
Le 04/07/2022 à 19:22, Liliana Marie Prikler a écrit :
> Note that NTFS != NFS. But to solve your problem, simply add ntfs-3g
> to your operating-system's packages field. 

Ni! Hello

"nfs" was a typo, sorry for that.

True, I can add ntfs-3g, but given that I was able to mount the drive without it, it would be nice if that worked, and it may point to something not behaving well with udisk.

Thanks for the info :)

.~´


[OpenPGP_0x10508FA593B7BE6D.asc (application/pgp-keys, attachment)]
[OpenPGP_signature (application/pgp-signature, attachment)]

Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Thu, 07 Jul 2022 14:55:01 GMT) Full text and rfc822 format available.

Notification sent to Alexandre Hannud Abdo <abdo <at> member.fsf.org>:
bug acknowledged by developer. (Thu, 07 Jul 2022 14:55:01 GMT) Full text and rfc822 format available.

Message #16 received at 56383-done <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Alexandre Hannud Abdo <abdo <at> member.fsf.org>
Cc: 56383-done <at> debbugs.gnu.org,
 Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Subject: Re: bug#56383: Neither Gnome nor udisksctl can mount an nfs filesystem
Date: Thu, 07 Jul 2022 10:54:26 -0400
Hi,

Alexandre Hannud Abdo <abdo <at> member.fsf.org> writes:

> Le 04/07/2022 à 19:22, Liliana Marie Prikler a écrit :
>> Note that NTFS != NFS. But to solve your problem, simply add ntfs-3g
>> to your operating-system's packages field. 
>
> Ni! Hello
>
> "nfs" was a typo, sorry for that.
>
> True, I can add ntfs-3g, but given that I was able to mount the drive
> without it, it would be nice if that worked, and it may point to
> something not behaving well with udisk.

The issue is known upstream as
https://github.com/storaged-project/udisks/issues/932.  For the time
being, the author/maintainer reccomends to "stick to the ntfs-3g for
now, it is a proved and stable solution." [0]

[0]  https://github.com/storaged-project/udisks/issues/932#issuecomment-993861322

Closing, as this is an upstream issue already tracked.

Thanks,

Maxim




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 05 Aug 2022 11:24:12 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 313 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.