Despite having an external drive where I try to install all software that isn’t related to the OS, I have somehow found my SSD 70% full. Is there a tool out there that will let me see used storage with a tree-loke GUI that will let me sort by file size?
You must log in or register to comment.
Thanks. I’ll check this out when I get back to my PC. Also, I likely already had this installed. I’m an idiot.
For when you dont need a GUI you can walk the tree from a CLI:
du --max-depth=1 | sort -g
Thanks. In this instance, though, I would find a GUI very helpful to quickly spot the offending directories.
ncdu
is a great tool for this