From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: GuixSD is missing /dev/disk/by-uuid Date: Tue, 09 Feb 2016 22:46:53 +0100 Message-ID: <87egclpnea.fsf@gnu.org> References: <87d1s6xj30.fsf@gmail.com> 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]:59215) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTG7f-0002L7-G6 for guix-devel@gnu.org; Tue, 09 Feb 2016 16:47:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTG7c-000297-99 for guix-devel@gnu.org; Tue, 09 Feb 2016 16:46:59 -0500 In-Reply-To: <87d1s6xj30.fsf@gmail.com> (Chris Marusich's message of "Tue, 09 Feb 2016 02:40:35 -0800") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Chris Marusich Cc: guix-devel@gnu.org Chris Marusich skribis: > I've noticed that in GuixSD (version 0.9.0), the directory > /dev/disk/by-uuid is missing. Is that expected? It=E2=80=99s a bug that we noticed and fixed just recently, in commit 400ed= 6a. You can get the fix by running, as root: guix pull guix system reconfigure your-config-file.scm HTH! Ludo=E2=80=99.