No space left on device - wrong size

Solution 1:

  1. perhaps, you clean up apache's logs recently? if so, try to restart apache after that as well and you should regain your space back.
  2. run fsck as your filesystem may be corrupted.

few ways to clean up your logs:

  • setup logrorate (better way).
  • echo > $FILE (dirty way).