Skip to main content

No space left on device

Comments

3 comments

  • cPanelMichael
    Hello :) The error message indicates one of your partitions is out of disk space. Please run the following command to determine if any partitions are at 100% usage:
    df -h
    Thank you.
    0
  • keat63
    I had something similar at the weekend, this is what i did. df -h (should show you how much space is utilised and how much is free Then run the following cd / (to change to the root folder) du -sk *| sort -n (this should list usage in ascending order) From here you should then hopefully be able to pin point what's eating up the space. For me, it was a backup folder.
    0
  • cPanelMichael
    This document will also help if you need some commands to help determine the source of the disk space usage:
    0

Please sign in to leave a comment.