From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco van Hulten Subject: how does mounting work? Date: Fri, 17 Aug 2018 17:02:48 +0200 Message-ID: <20180817170248.3831e658@jasniac.instanton> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44685) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fqgHH-0000du-HJ for help-guix@gnu.org; Fri, 17 Aug 2018 11:03:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fqgHC-0007tk-So for help-guix@gnu.org; Fri, 17 Aug 2018 11:03:03 -0400 Received: from smtp-out.neti.ee ([194.126.106.81]:38333) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fqgHC-0007sr-L4 for help-guix@gnu.org; Fri, 17 Aug 2018 11:02:58 -0400 Received: from localhost (localhost [127.0.0.1]) by vm-relay2.estpak.ee (Postfix) with ESMTP id 37A106A for ; Fri, 17 Aug 2018 18:02:55 +0300 (EEST) Received: from smtp-out.neti.ee ([127.0.0.1]) by localhost (vm-relay2.estpak.ee [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YaYQ8atr-jFu for ; Fri, 17 Aug 2018 18:02:49 +0300 (EEST) Received: from broadpark.no (ngt-doveproxy02.estpak.ee [195.50.193.132]) by vm-relay2.estpak.ee (Postfix) with ESMTP id 4F0FC66 for ; Fri, 17 Aug 2018 18:02:49 +0300 (EEST) Received: from jasniac.instanton (15.89-10-168.nextgentel.com [89.10.168.15]) by mail.broapark.no (Postfix) with SMTP id 1F80C369390 for ; Fri, 17 Aug 2018 18:02:48 +0300 (EEST) 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: help-guix@gnu.org Hi=E2=80=94 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. =E2=80=94Marco