From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Bavier Subject: Re: How to remove built disk-image? Date: Sat, 25 Feb 2017 16:36:51 -0600 Message-ID: <20170225163651.61f32ba2@openmailbox.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58992) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1chkyC-0002a3-Ej for help-guix@gnu.org; Sat, 25 Feb 2017 17:37:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1chky9-00016S-CW for help-guix@gnu.org; Sat, 25 Feb 2017 17:37:40 -0500 Received: from lb1.openmailbox.org ([5.79.108.160]:50677 helo=mail.openmailbox.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1chky9-00015u-4Q for help-guix@gnu.org; Sat, 25 Feb 2017 17:37:37 -0500 In-Reply-To: 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: Dmitry Nikolaev Cc: help-guix On Sun, 26 Feb 2017 00:10:21 +0300 Dmitry Nikolaev wrote: > Hi all. > > I have successfully build disk-image using command: > > $ guix system disk-image --image-size=8G guix/gnu/system/install.scm > > Now I have 8 Gb file in my /gnu/store that I can't delete using 'sudo rm'. > > How do I remove it? You can use 'guix gc --delete /gnu/store/...' Hope that helps, `~Eric