0

I am using Ubuntu 14.04 .I have create a root partition of 20G despite of this it is full. I have tried almost all the stuff, cleaning and all but I don't know what is hogging my space. Please help! this is the output for df -Th

Filesystem     Type      Size  Used Avail Use% Mounted on
udev           devtmpfs  3.9G  4.0K  3.9G   1% /dev
tmpfs          tmpfs     788M  1.5M  787M   1% /run
/dev/sda6      ext4       19G   19G     0 100% /
none           tmpfs     4.0K     0  4.0K   0% /sys/fs/cgroup
none           tmpfs     5.0M     0  5.0M   0% /run/lock
none           tmpfs     3.9G   42M  3.9G   2% /run/shm
none           tmpfs     100M   52K  100M   1% /run/user
/dev/sda10     ext4       86G  1.6G   80G   2% /home
/dev/sda2      vfat      256M   33M  224M  13% /boot/efi
LPChip
  • 66,193

1 Answers1

0

So I finally figured out the correct reason for my hard disk used up space.Actually I had orphaned docker images that were eating up my hard disk space. So I removed them with docker rmi < Image ID > to free up 12 GB of space on root. Anyways Thank you :)