From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#25286: cow-store destroys /tmp Date: Mon, 02 Jan 2017 21:44:46 +0100 Message-ID: <87d1g5chtt.fsf@gnu.org> References: <20161228161722.GA11931@jocasta.intra> 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]:39081) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cO9Td-00085N-BA for bug-guix@gnu.org; Mon, 02 Jan 2017 15:45:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cO9Ta-0003B1-ED for bug-guix@gnu.org; Mon, 02 Jan 2017 15:45:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:52536) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cO9Ta-0003As-Ai for bug-guix@gnu.org; Mon, 02 Jan 2017 15:45:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cO9Ta-0000HP-1j for bug-guix@gnu.org; Mon, 02 Jan 2017 15:45:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20161228161722.GA11931@jocasta.intra> (John Darrington's message of "Wed, 28 Dec 2016 17:17:22 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: John Darrington Cc: 25286@debbugs.gnu.org John Darrington skribis: > 1. Boot from an installation-os image. > 2. cp /etc/issue /tmp > 3. ls -l /tmp [observe that /tmp/issue exists] > 4. mount -t ext4 /dev/sda1 /mnt > 5. herd start cow-store /mnt > 6. ls -l /tmp [observe that /tmp/issue has dissappeared] Indeed, =E2=80=98cow-store=E2=80=99 bind-mounts /mnt/tmp (or whatever the t= arget mount point is) to /tmp to make sure we have enough disk space if we need to build things. This was done in commit 0adabad72d58492f08975af0b6b837ebde32a51b in response to a bug report. Is it a problem for the installer? Thanks, Ludo=E2=80=99.