all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#21209: /gnu/store should be able to be a symlink, but it can't
@ 2015-08-07 16:03 Kragen Javier Sitaker
  2015-08-08  4:51 ` Claes Wallin
  2015-08-18 17:52 ` Ludovic Courtès
  0 siblings, 2 replies; 5+ messages in thread
From: Kragen Javier Sitaker @ 2015-08-07 16:03 UTC (permalink / raw)
  To: 21209

Apparently I can’t make /gnu/store a symlink:

    : user@debian:~/pkgs/guix-0.8.1; time /usr/local/bin/guix pull
    guix pull: error: build failed: `/gnu/store' is not a directory

    real	0m0.431s
    user	0m0.104s
    sys	0m0.036s
    : user@debian:~/pkgs/guix-0.8.1; ls -l /gnu/store
    lrwxrwxrwx 1 root root 9 Aug  7 12:56 /gnu/store -> /gnustore
    : user@debian:~/pkgs/guix-0.8.1; ls -Ldl /gnu/store
    drwxrwxr-t 40 root guix-builder 49152 Aug  7 12:56 /gnu/store

Is there a reason for this?  It’s inconvenient.  (My root SSD only has
a couple gigs left.)

I’m working around that by directly mounting the /gnustore partition
under /gnu/store now.

    : user@debian:~/pkgs/guix-0.8.1; sudo vi /etc/fstab
    : user@debian:~/pkgs/guix-0.8.1; grep store /etc/fstab
    /tb/gnustore.ext4 /gnu/store     ext4    loop            2       3
    : user@debian:~/pkgs/guix-0.8.1; sudo umount /gnustore
    : user@debian:~/pkgs/guix-0.8.1; sudo rm /gnu/store
    : user@debian:~/pkgs/guix-0.8.1; sudo mkdir /gnu/store
    : user@debian:~/pkgs/guix-0.8.1; sudo mount -a

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

end of thread, other threads:[~2015-08-18 18:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-07 16:03 bug#21209: /gnu/store should be able to be a symlink, but it can't Kragen Javier Sitaker
2015-08-08  4:51 ` Claes Wallin
2015-08-08  9:31   ` Pjotr Prins
2015-08-08 15:48     ` Kragen Javier Sitaker
2015-08-18 17:52 ` Ludovic Courtès

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.