unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* how does mounting work?
@ 2018-08-17 15:02 Marco van Hulten
  2018-08-24 22:23 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Marco van Hulten @ 2018-08-17 15:02 UTC (permalink / raw)
  To: help-guix

Hi—

When I insert a USB stick, an icon representing a partition shows up on
the desktop.  When I double-click it, it gets mounted under some
directory under /media/$(whoami)/.  What command is actually executed?


I tried 'gvfs-mount', but now I'm quite sure it isn't that:


$ gvfs-mount --list
This tool has been deprecated, use 'gio mount' instead.
See 'gio help mount' for more info.

/home/marco/.guix-profile/bin/gvfs-mount: line 13: exec: gio: not found


But this does look like something that wants fixing.  Maybe gvfs-mount
is a wrong or an unnecessary dependency of some other package.

It's a couple of weeks ago before I updated GuixSD.

—Marco

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: how does mounting work?
  2018-08-17 15:02 how does mounting work? Marco van Hulten
@ 2018-08-24 22:23 ` Ludovic Courtès
  2018-08-26 17:11   ` Marco van Hulten
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2018-08-24 22:23 UTC (permalink / raw)
  To: Marco van Hulten; +Cc: help-guix

Hello Marco,

Marco van Hulten <marco@hulten.org> skribis:

> I tried 'gvfs-mount', but now I'm quite sure it isn't that:
>
>
> $ gvfs-mount --list
> This tool has been deprecated, use 'gio mount' instead.
> See 'gio help mount' for more info.
>
> /home/marco/.guix-profile/bin/gvfs-mount: line 13: exec: gio: not found
>
>
> But this does look like something that wants fixing.  Maybe gvfs-mount
> is a wrong or an unnecessary dependency of some other package.

I just checked and glib:bin provides that ‘gio’ command.  I guess we
should fix ‘gvfs-mount’ to refer to ‘gio’ by its absolute file name.

In the meantime, you can run:

  guix environment --ad-hoc glib:bin -- gio mount

HTH!

Ludo’.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: how does mounting work?
  2018-08-24 22:23 ` Ludovic Courtès
@ 2018-08-26 17:11   ` Marco van Hulten
  0 siblings, 0 replies; 3+ messages in thread
From: Marco van Hulten @ 2018-08-26 17:11 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: help-guix

Hello Ludo'—

Je 25 aug 00:23 skribis Ludovic:
> Marco van Hulten <marco@hulten.org> skribis:
> 
> > I tried 'gvfs-mount', but now I'm quite sure it isn't that:
> >
> >
> > $ gvfs-mount --list
> > This tool has been deprecated, use 'gio mount' instead.
> > See 'gio help mount' for more info.
> >
> > /home/marco/.guix-profile/bin/gvfs-mount: line 13: exec: gio: not found
> >
> >
> > But this does look like something that wants fixing.  Maybe gvfs-mount
> > is a wrong or an unnecessary dependency of some other package.  
> 
> I just checked and glib:bin provides that ‘gio’ command.  I guess we
> should fix ‘gvfs-mount’ to refer to ‘gio’ by its absolute file name.

Yes, that's useful.  No high priority (at least concerning me).

> In the meantime, you can run:
> 
>   guix environment --ad-hoc glib:bin -- gio mount

Thank you, this works.

—Marco

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-08-26 17:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-17 15:02 how does mounting work? Marco van Hulten
2018-08-24 22:23 ` Ludovic Courtès
2018-08-26 17:11   ` Marco van Hulten

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).