From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Does guix remount /gnu/store when on another partition? Date: Fri, 06 Jan 2017 10:06:32 +0100 Message-ID: <87eg0gsgkn.fsf@gnu.org> References: <20170105192809.GA24409@khaalida> 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]:48158) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cPQTv-0007G9-Ew for help-guix@gnu.org; Fri, 06 Jan 2017 04:06:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cPQTs-00046o-77 for help-guix@gnu.org; Fri, 06 Jan 2017 04:06:39 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:43709) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cPQTs-00046k-3o for help-guix@gnu.org; Fri, 06 Jan 2017 04:06:36 -0500 Received: from [193.50.110.224] (port=40828 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1cPQTr-00071R-Hz for help-guix@gnu.org; Fri, 06 Jan 2017 04:06:35 -0500 In-Reply-To: <20170105192809.GA24409@khaalida> (dian cecht's message of "Thu, 5 Jan 2017 11:28:09 -0800") 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 Hi! dian_cecht@zoho.com skribis: > I was wondering whether, if I put /gnu (or /gnu/store) on a seperate > partition, Guix would (re)mount the partition ro/rw as needed. Yes, that shouldn=E2=80=99t make any difference. The read-only bind mount of /gnu/store on GuixSD is declared here: http://git.savannah.gnu.org/cgit/guix.git/tree/gnu/system/file-systems.sc= m#n202 Ludo=E2=80=99.