From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: reconfigure with mapped-devices broken after e37944d8270cdca5729e3583136c4fe9d487779c? Date: Wed, 07 Mar 2018 22:09:48 +0100 Message-ID: <874llrr3s3.fsf@gnu.org> References: <87d10gmryt.fsf@librem.i-did-not-set--mail-host-address--so-tickle-me> 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]:57486) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1etgK0-0000Ko-14 for help-guix@gnu.org; Wed, 07 Mar 2018 16:10:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1etgJz-0005AU-BU for help-guix@gnu.org; Wed, 07 Mar 2018 16:09:59 -0500 Received: from hera.aquilenet.fr ([2a0c:e300::1]:55246) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1etgJz-0005AA-4B for help-guix@gnu.org; Wed, 07 Mar 2018 16:09:59 -0500 In-Reply-To: <87d10gmryt.fsf@librem.i-did-not-set--mail-host-address--so-tickle-me> (Alex ter Weele's message of "Tue, 06 Mar 2018 22:26:18 -0600") 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: Alex ter Weele Cc: help-guix@gnu.org Hi Alex, Alex ter Weele skribis: > I guix-pulled to something recent and got an error that was something > like "cannot stat: "my-root"". > > My operating-system has sections like: > > (mapped-devices > (list (mapped-device > (source (uuid "97c130e9-edf4-40e4-8bfc-88fba056ffce")) > (target "my-root") > (type luks-device-mapping)))) > > (file-systems (cons (file-system > (device "my-root") > (mount-point "/") > (type "ext4") > (dependencies mapped-devices)) I think you=E2=80=99re missing: (title 'label) in your =E2=80=98file-system=E2=80=99 declaration. As a consequence, =E2= =80=9Cmy-root=E2=80=9D is interpreted to be a device file name. HTH! Ludo=E2=80=99.