Hi Ludovic! l...@gnu.org (Ludovic Courtès) writes:
> Does running “guix gc” help? Yes; that's been my fix for now. Running the garbage collector purged 17 GB worth of data from the store. > FWIW, on hydra.gnu.org we have this: > > On mirror.hydra.gnu.org: > > $ df -i /gnu/store > Filesystem Inodes IUsed IFree IUse% Mounted on > /dev/mapper/vg0-store 100663296 10988332 89674964 11% /gnu > $ df -h /gnu/store > Filesystem Size Used Avail Use% Mounted on > /dev/mapper/vg0-store 1.5T 1.4T 103G 93% /gnu That one is very interesting. The filesystem is nearly full but still it is only using a tenth of its available inodes. Unless this hard drive is filled in big part by large single file blobs such as a backups or similar, it defeats the theory that the currently used EXT4 filesystem parameters are not optimal for the needs of Guix. Thanks for this useful info! Maxim