From: William via <help-guix@gnu.org>
To: help-guix@gnu.org
Subject: Re: Mounting ntfs filesytems
Date: Wed, 23 Oct 2024 15:32:10 +0000 [thread overview]
Message-ID: <58F27451-FB91-4598-ACF0-B7D219E1E15F@fedora.email> (raw)
In-Reply-To: <87o73cqey7.fsf@subvertising.org>
Hello.
I faced the same issues back in March[0], the problem is that ntfs-3g is required to mount the filesystem with read/write support, but if you define an entry on the system configuration it'll stop the boot process, I don't have much clue as to why it hangs the boot process but I suspect it has to do with ntfs-3g lacking included FUSE support and the init refusing to continue, I was told back in the day that compiling ntfs-3g with the FUSE library included could solve this problem.
What I ended doing was define an entry for the partition, but with the "mount?" value set to false (#f)[1] so you can mount it after boot is complete with "sudo mount -a". Maybe you could configure the desktop environment or a cronjob to run this command, but bare in mind that it needs root access to mount the filesystem with read/write support via ntfs-3g because of the setuid/gid issue with FUSE.
0: https://issues.guix.gnu.org/46980#1
1: https://guix.gnu.org/manual/en/html_node/File-Systems.html#File-Systems-1
On 22 October 2024 16:29:04 UTC, Divya Ranjan <divya@subvertising.org> wrote:
>Hello,
>
>I’m trying to mount a ntfs filesystem, I know it doesn’t work the simple way like mounting ext4 or btrfs but is there any other way to automate it so that I don’t have to just run the commands manually every time I log in? On irc I was directed to look into udisks-service-type, but I don’t know how to configure it to mount my specific disk. Any help on that would be great.
>
>I know it has been notoriously difficult to mount ntfs-like filesystems on boot in guix[0], but has there been any progress in that since then?
>
>[0]: https://lists.gnu.org/archive/html/help-guix/2021-10/msg00039.html
>
>Regards,
>--
>Divya Ranjan,
>Philosophy, Mathematics, Libre Software.
>
prev parent reply other threads:[~2024-10-23 15:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-22 16:29 Mounting ntfs filesytems Divya Ranjan
2024-10-23 15:32 ` William via [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=58F27451-FB91-4598-ACF0-B7D219E1E15F@fedora.email \
--to=help-guix@gnu.org \
--cc=willbilly@fedora.email \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).