Hey, > Yeah I don’t know what happened to the GC process but it disappeared > earlier today. Then I started things like this: > > unshare -m sh -c 'mount --bind -o remount,rw /gnu/store; rm -rf --one-file-system /gnu/store/trash/[abc]*' > > which is equally slow (perhaps slightly slower: it seems to do more > syscalls per file to remove than the guix-daemon code). > > Anyway, I’ll let it run hoping it’ll be done by the next GC. OK, thanks. Looks it just finished removing the trash directory content. I started a GC process from my session to monitor it closely. Mathieu