From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#38821: Can't run guix from external drive. Date: Wed, 08 Jan 2020 10:58:56 +0100 Message-ID: <87imlmfevz.fsf@gnu.org> References: <20191230203119.6eca44c1@interia.pl> <877e29u2ko.fsf@gnu.org> <20200107193531.66c5936e@kompiuter> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:58676) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ip88C-00015J-TB for bug-guix@gnu.org; Wed, 08 Jan 2020 05:00:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ip88B-0000WJ-Nr for bug-guix@gnu.org; Wed, 08 Jan 2020 05:00:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:43811) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ip88A-0000VA-U4 for bug-guix@gnu.org; Wed, 08 Jan 2020 05:00:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ip88A-0003Kq-Tx for bug-guix@gnu.org; Wed, 08 Jan 2020 05:00:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20200107193531.66c5936e@kompiuter> (Jan's message of "Tue, 7 Jan 2020 19:35:31 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: Jan Cc: 38821@debbugs.gnu.org Hi, Jan skribis: > On Thu, 02 Jan 2020 19:37:43 +0100 > Ludovic Court=C3=A8s wrote: > >>=20 >> It most likely means that the current working directory, >> /media/user/Backup, was unmounted or somehow disappeared in the >> meantime. >>=20 >> Can you confirm that this is the case? >>=20 >> Thanks, >> Ludo=E2=80=99. > > Yes, it only happens, if the disk is unmounted. Is that normal? If it > is, then a message telling what's wrong would be helpful. This issue is not specific to Guix: the =E2=80=98getcwd=E2=80=99 function f= ails if the current working directory has been unmounted behind the back of the calling process. IOW, another program would fail similar in these circumstances. I don=E2=80=99t think there=E2=80=99s much that can be done. Thanks, Ludo=E2=80=99.