Hi ampinga,
ampinga--- via "Development of GNU Guix and the GNU System
distribution." <[email protected]> writes:
Hello,
I searched for a command to verify the remaining space available
to my store, but I couldn't find one. Can
someone tell me if there is a solution that uses Guix commands
instead of "df -h /gnu/store"? I prefer using guix
commands.
What would you expect the Guix specific command do do differently
than `df -h /gnu/store'?
If this isn't implemented yet, it might be useful for everyone
if the "guix size" command could also report store
disk usage.
`du -sh /gnu/store' will tell you this, but it’s slow, as it has
to walk the whole store to compute the size used. I’m not sure if
there’s a better way to determine this size.
-- Ian