From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tonton Subject: Root partition on raid? Date: Wed, 12 Jun 2019 08:23:40 +0200 Message-ID: <20190612082340.6a00c26a@merlin.browniehive.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:36410) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hawfk-0002Rj-Fg for help-guix@gnu.org; Wed, 12 Jun 2019 02:23:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hawfj-0005lE-IH for help-guix@gnu.org; Wed, 12 Jun 2019 02:23:48 -0400 Received: from mx1.riseup.net ([198.252.153.129]:50744) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hawfj-0005jF-6F for help-guix@gnu.org; Wed, 12 Jun 2019 02:23:47 -0400 Received: from bell.riseup.net (bell-pn.riseup.net [10.0.1.178]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 4EDB71A0652 for ; Tue, 11 Jun 2019 23:23:45 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by bell.riseup.net (Postfix) with ESMTPSA id 9A5B4222DDB for ; Tue, 11 Jun 2019 23:23:44 -0700 (PDT) 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: "help-guix@gnu.org" This is mostly a shot in the dark, but is it feasible to have a /boot partition with a initramfs on a partition of it's own and then all the rest of / on a raid partition? To make it work kernel, initramfs, mdadm, GRUB and some other tools would need to be copied to the /boot partition from store, but this is potentially worthwhile? (My motivation is that I've a machine with raid "inside" and guix system on a 15G usb flash disk "outside". Lately it keeps running out of disk space when I try out more interesting setups like http and similar) -- :)