From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: Drive identifiers Date: Fri, 19 Jan 2018 15:35:01 +0100 Message-ID: <20180119153501.1ec2e9d2@scratchpost.org> References: <87mv1c4kp7.fsf@gnu.org> <86y3kvzypj.fsf@gmail.com> <20180118102914.6cb68394@scratchpost.org> <20180118103933.1121bca7@scratchpost.org> <873733bgpg.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37244) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ecXlE-0001wF-Ge for guix-devel@gnu.org; Fri, 19 Jan 2018 09:35:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ecXl9-0003lq-IK for guix-devel@gnu.org; Fri, 19 Jan 2018 09:35:16 -0500 In-Reply-To: <873733bgpg.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ludovic =?ISO-8859-1?Q?Court=E8s?= Cc: Guix-devel Even better: Using /dev/disk/by-id , I think this already works now with no user-space changes! (bootloader (grub-configuration (device "/dev/disk/by-id/ata-Samsung_SSD_850_EVO_1TB_S21DNXAGB15171J"))) Reconfiguring as we speak... Yep. Works.