$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 223.6G 0 disk
| -sda1 8:1 0 2M 0 part
| -sda2 8:2 0 1G 0 part /boot
| -sda3 8:3 0 99.6G 0 part
| `-lvm 254:0 0 99.6G 0 crypt
| |-vg01-swapvol 254:1 0 500M 0 lvm [SWAP]
| |-vg01-rootvol 254:2 0 5G 0 lvm /
| |-vg01-usrvol 254:3 0 10G 0 lvm /usr
| |-vg01-gnuvol 254:4 0 20G 0 lvm /gnu
| |-vg01-varvol 254:5 0 10G 0 lvm /var
| `-vg01-homevol 254:6 0 54.1G 0 lvm /home
$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 1022M 59M 964M 6% /boot
/dev/mapper/vg01-rootvol 4.9G 219M 4.4G 5% /
/dev/mapper/vg01-usrvol 9.8G 1.9G 7.5G 20% /usr
/dev/mapper/vg01-varvol 9.8G 505M 8.8G 6% /var
/dev/mapper/vg01-gnuvol 20G 5.9G 13G 32% /gnu
The /gnu is filling up the fastest from installing packages from guix. I might need to make this partition bigger. Just a heads up if you attempt to use guix. Guix is very slow as a package manager, much much slower than pacman. I've installed leafpad, emacs, vim and other stuff, the GUI applications seem to be working in X11.
Installation:
$ guix package -i vim
Search:
$ guix package -s vim
Remove:
$ guix package -r vim
Upgrade:
$ guix package -u
Update:
$ guix pull --verbose
I think I'll play around with this setup for a while. I tried to install hurd but it didn't take. Maybe they'll write a tutorial on how to compile the hurd kernel and an initramfs, link a tutorial/walk-through for hurd if you know where one is...