Skip to main content

Can't find disk space in /home directory

Comments

6 comments

  • Garrettj94
    I still can't find where these files are, anyone have a suggestion?
    0
  • dalem
    you must have a hidden folder with stuff in it cd /home/USER du -sch .[!.]* * |sort -h/
    0
  • webhostuk
    Also check the whole server might be there is some folder with user ownership, it can be under backup folder if you have it.
    0
  • storminternet
    Perhaps there can be some backup files with the ownership of your account resides in server. Try with linux command "find -name username" under /home
    0
  • dalem
    Also check the whole server might be there is some folder with user ownership, it can be under backup folder if you have it.

    that would be good advice if the user account quota was off but the op is doing a du -sh /home/USER/ on the actual directory so owned files in other directories will have no effect
    0
  • cPanelMichael
    urthermore, "du -sh /home/USER/" is 56GB, then when I add a wildcard *, it lists this:

    Hello, As mentioned, you could have a folder that starts with a period because it's not part of the wildcard command you used. Thank you.
    0

Please sign in to leave a comment.