From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Moving a Raid drive Date: Fri, 02 Mar 2018 14:42:58 +0100 Message-ID: <87606efva5.fsf@gnu.org> References: 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]:55768) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1erkxj-0002Uf-Q1 for help-guix@gnu.org; Fri, 02 Mar 2018 08:43:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1erkxg-0007fx-O1 for help-guix@gnu.org; Fri, 02 Mar 2018 08:43:03 -0500 Received: from hera.aquilenet.fr ([2a0c:e300::1]:53526) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1erkxg-0007eY-GU for help-guix@gnu.org; Fri, 02 Mar 2018 08:43:00 -0500 In-Reply-To: (my glc2's message of "Thu, 22 Feb 2018 19:06:11 -0500") 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: my glc2 Cc: help-guix Hi, my glc2 skribis: > I had to move a HD to a different slot because of hardware issues. This > causes the raid member that was /dev/sdb1 to become /dev/sdc1 ... and ... > guixSD won't boot :-( > > Is there a way to work around this? Not really I=E2=80=99m afraid. The general recommendation is to *not* use /dev names and instead refer to file systems by UUID or label. However, in the case or RAID, that=E2=80= =99s not possible ATM. Ludo=E2=80=99.