From mboxrd@z Thu Jan 1 00:00:00 1970 From: dian_cecht@zoho.com Subject: Does guix remount /gnu/store when on another partition? Date: Thu, 5 Jan 2017 11:28:09 -0800 Message-ID: <20170105192809.GA24409@khaalida> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57790) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cPDi0-0007tJ-9G for help-guix@gnu.org; Thu, 05 Jan 2017 14:28:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cPDhw-0005pS-BG for help-guix@gnu.org; Thu, 05 Jan 2017 14:28:20 -0500 Received: from sender-pp-092.zoho.com ([135.84.80.237]:25337) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cPDhw-0005oU-4m for help-guix@gnu.org; Thu, 05 Jan 2017 14:28:16 -0500 Received: from localhost (khaalida [local]) by khaalida (OpenSMTPD) with ESMTPA id 1e2600d2 for ; Thu, 5 Jan 2017 19:28:09 +0000 (UTC) Content-Disposition: inline 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 Hello, 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. I know the store is supposed to be read-only (unless guix-daemon is making a change), but I wanted to know if it handed this specific case or if it was only ever a simple permissions change.