Error message as No space left on device

Pratik Sharma5 years ago

Hi,

I am getting the message as

Error message as No space left on device - IOException (.. <Log 80<..<LogAction.96<*.70<SessionResource:106<...) at the login

Tried with df -h, which says:

Filesystem      Size  Used Avail Use% Mounted on
udev             16G     0   16G   0% /dev
tmpfs           3.2G   65M  3.1G   3% /run
/dev/nvme0n1p1  7.7G  5.9G  1.9G  77% /
tmpfs            16G     0   16G   0% /dev/shm
tmpfs           5.0M     0  5.0M   0% /run/lock
tmpfs            16G     0   16G   0% /sys/fs/cgroup
/dev/loop1       18M   18M     0 100% /snap/amazon-ssm-agent/930
/dev/loop3       18M   18M     0 100% /snap/amazon-ssm-agent/1335
/dev/loop5       89M   89M     0 100% /snap/core/7169
/dev/loop0       89M   89M     0 100% /snap/core/7270
tmpfs           3.2G     0  3.2G   0% /run/user/1000

What should be deleted in order to freeup the space?

gcotton5 years ago

install ncdu
Then run
ncdu /
Will show you the file system ordered by file size
Then you can decide what to delete

Good luck