Show HN: Leaves – A text-UI disk usage treemap visualizer
31–34 of 34 posts
Re: Show HN: Leaves – A text-UI disk usage treemap visualizer
#32Re: Show HN: Leaves – A text-UI disk usage treemap visualizer
#33This is the kind of tool that should be baked into the kernel. It's never there when you need it, and when you do need it, it is probably already a full disk and you maybe can't just download it.
Had this happen to me just last week. Had forgotten to change the “to download into” directory in an GOG archive script after migration to a new system. Filled a folder on the system disk instead of my intended ZFS array. Naturally ncdu wasn’t installed, so it took me a bit to figure out what the heck happened. It’s interesting and ironic how so many things in proxmox that would normally release space, instead become…
I found out that 'zfs destroy' has a dry-run option along with one that can show reclaimed space. After this i hacked together a little cli tool [1] that calculates what snapshots need to be deleted to reclaim e.g. 10GB.
It's not really production ready but from time to time it's useful :-)