From mboxrd@z Thu Jan 1 00:00:00 1970 From: csanchezdll@gmail.com (Carlos =?utf-8?Q?S=C3=A1nchez?= de La Lama) Subject: Store on separate partition Date: Wed, 24 Aug 2016 09:06:58 +0200 Message-ID: <7toa4iir1p.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49356) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bcSIF-0003OE-2g for guix-devel@gnu.org; Wed, 24 Aug 2016 03:08:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bcSIA-00066n-TL for guix-devel@gnu.org; Wed, 24 Aug 2016 03:08:10 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:35738) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bcSIA-00065U-MN for guix-devel@gnu.org; Wed, 24 Aug 2016 03:08:06 -0400 Received: by mail-wm0-f67.google.com with SMTP id i5so1265269wmg.2 for ; Wed, 24 Aug 2016 00:08:06 -0700 (PDT) Received: from boole (galileo.kdpof.com. [88.26.201.16]) by smtp.gmail.com with ESMTPSA id ya1sm8248551wjb.23.2016.08.24.00.07.04 for (version=TLS1_1 cipher=AES128-SHA bits=128/128); Wed, 24 Aug 2016 00:07:04 -0700 (PDT) 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: guix-devel@gnu.org Hi all, my (not very big) root partition is almost full, even after garbage-collecting. I am trying to move the store to a separate partition, but this is problematic as you need the store at boot time for the system utilities (and to mount partitions, actually). Is there a known way to achieve this? Thanks! Carlos