0

I am trying to upgrade ubuntu but while upgrading it shows space not available in root. I tried to clean it using auto clean and removed some applications but still not able to make enough space. Can someone tell me how can i clean more space or can i increase this partition space?

The result of df -h is:

Filesystem      Size  Used Avail Use% Mounted on
udev            1.9G   12K  1.9G   1% /dev
tmpfs           383M  1.2M  382M   1% /run
/dev/sda6        12G   11G  391M  97% /
none            4.0K     0  4.0K   0% /sys/fs/cgroup
none            5.0M     0  5.0M   0% /run/lock
none            1.9G  124M  1.8G   7% /run/shm
none            100M   52K  100M   1% /run/user
/dev/sda8        93G   63G   26G  72% /home
/dev/sda1       496M   52M  445M  11% /boot/efi

enter image description here

rittik
  • 63

1 Answers1

0

In my case usual solution is to remove old kernels - instructions may be found here: https://askubuntu.com/a/153193/609098

dimril
  • 171