2

I have a brand new System76 laptop w/15.04, 250G SSD as root partition. I was playing around with pycharm, doing a tutorial when i get a pop-up saying no disk space remaining. I close out of pycharm and open file manager, sure enough, my ssd is full. I've rebooted, but still have my root part full.

How do i find out whats filling it up and clear it out??

UPDATE: I used a 'du -k / | sort -n' to find the largest files being used on the disk, then deleted them.

2 Answers2

2

try sudo apt-get autoclean to remove the apt cache. It will give you some more space.

2

You could use baobab, a disk usage analyzer. It is installed by default

It will help you troubleshoot your problem.

https://wiki.gnome.org/Apps/Baobab

solsTiCe
  • 9,231