Error no space left on device in Linux
Check your disk usages using...
df -i
If it is root directory then make sure your tmp and cache directories are not filled.
rm -rf /tmp/*
rm -rf /root/.cache/*
Check your disk usages using...
df -i
If it is root directory then make sure your tmp and cache directories are not filled.
rm -rf /tmp/*
rm -rf /root/.cache/*