Email or username:

Password:

Forgot your password?
Andrew Tropin

A week ago I migrated to new 2tb ssd:

It's so much pleasure that I don't need to garbage collect anything even if I build a few 2.5GB ISOs in a row and a few more things at the same time.

The migration was a breeze, because I just need to copy a few personal files, but the of my system is reproducible.

Lesson I learned during re-installation of the OS: Don't use a separate partition for /var with Guix, shepherd will break himself during the boot.

#rde #guix #guile

4 comments
Efraim Flashner

@abcdw
What file system are you using? I know btrfs must support having /var on another subvolume since that's what the Berlin build farm does.

You should know once the store grows above about 1tb I've found running 'guix gc' slows down.

#rde #guix #guile

Efraim Flashner

@abcdw

Oh, my bad. I didn't remember it being /var/cache specifically. I guess /gnu and /var/guix really do have to be in the same subvolume.

Andrew Tropin

@efraim the problem with /var subvolume is that root-sheperd remounts /var after it created its own file in /var/run and after /var mount they obviously dissappears and breaks shepherd.

Go Up