all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to remove built disk-image?
@ 2017-02-25 21:10 Dmitry Nikolaev
  2017-02-25 22:36 ` Eric Bavier
  0 siblings, 1 reply; 3+ messages in thread
From: Dmitry Nikolaev @ 2017-02-25 21:10 UTC (permalink / raw)
  To: help-guix

[-- Attachment #1: Type: text/plain, Size: 245 bytes --]

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?

Dmitry Nikolaev

[-- Attachment #2: Type: text/html, Size: 368 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: How to remove built disk-image?
  2017-02-25 21:10 How to remove built disk-image? Dmitry Nikolaev
@ 2017-02-25 22:36 ` Eric Bavier
  2017-02-26  1:36   ` Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Bavier @ 2017-02-25 22:36 UTC (permalink / raw)
  To: Dmitry Nikolaev; +Cc: help-guix

On Sun, 26 Feb 2017 00:10:21 +0300
Dmitry Nikolaev <cameltheman@gmail.com> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: How to remove built disk-image?
  2017-02-25 22:36 ` Eric Bavier
@ 2017-02-26  1:36   ` Leo Famulari
  0 siblings, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2017-02-26  1:36 UTC (permalink / raw)
  To: Eric Bavier; +Cc: Dmitry Nikolaev, help-guix

On Sat, Feb 25, 2017 at 04:36:51PM -0600, Eric Bavier wrote:
> On Sun, 26 Feb 2017 00:10:21 +0300
> Dmitry Nikolaev <cameltheman@gmail.com> 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/...'

To add to this, please don't try to remove or alter files in /gnu/store
"by hand". Only the guix-daemon may change the store, or Guix may stop
working properly. This is mentioned in the manual, section "The Store":

https://www.gnu.org/software/guix/manual/html_node/The-Store.html#The-Store

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-02-26  1:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-25 21:10 How to remove built disk-image? Dmitry Nikolaev
2017-02-25 22:36 ` Eric Bavier
2017-02-26  1:36   ` Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.