Error code

Linux — No spaceleft on device

The kernel or application can no longer write to the target filesystem.

View my favorites

Linux — No space left on device

Domain : Linux…Priority: High

What does this error mean?

The kernel or application can no longer write to the target filesystem.

Probable causes

  • filesystem full.
  • Inodes exhausted
  • quota reached

Verification and resolution

  1. df -h
  2. df -i
  3. of the main directories
Precaution: A filesystem may have free space but no more inode.

← Return to error codes

♡ 0