I am bit surprised to get a low disk space warning since the root filesystem is having 70GB memory. Recently I upgraded my Ubuntu version. I suspect that is causing this problem. Can anyone help me debug and free up space in the root filesystem?
df - h results:
Low Disk Space on "Filesystem root" error:
Disk Analyzer:
After I ran the command
sudo du -xh -d 3 / | sort -h -r | egrep -v '*K|*M'
got following result
64G /
31G /home
24G /var
22G /var/lib/snapd
22G /var/lib
22G /home/arun
8.5G /home/rony
6.3G /usr
5.5G /home/arun/.config
5.3G /home/arun/Android
4.9G /home/arun/.android
4.0G /home/rony/.local
3.2G /usr/lib
3.2G /home/rony/snap
2.4G /home/arun/snap
2.1G /usr/share
1.5G /var/log/journal
1.5G /var/log
1.3G /usr/lib/x86_64-linux-gnu
1.3G /home/arun/.cache


