Disk Quota Exceeded? Problem with disk inodes

Disk Quota Exceeded? Problem with disk inodes

Something strange happened to my unmanaged vps yesterday. Everytime i upload muliple files from ftp, it says that disk quota exeeded. Hemm…maybe my user quota has reach the limit. So i try to fetch a single tar file as root with wget, and extract it. But… it says again that disk quota exeeded :hammer: root user has a limit? How wonder :amazed:

In fact, i only used 7 GB of my 20 GB disk storage capacity, so positively not because i ran out disk storage capacity. Then i login into my virtuozzo vps panel and i saw a strange status

2009 09 25 225738 300x181 Disk Quota Exceeded? Problem with disk inodes

disk inode stat

see stat under red mark? Yup, my disk inodes quta has reach the limit

What is Disk Inodes ?

well, full and explainable article can be found here

but for simplycity, inodes is file identification number of each file in unix/linux system, contain information about like user and group ownership, access mode and type of file. 2 different file that have diffrenet information will create 2 inodes, but 2 file that has exactly the same information will only create 1 inode

You can see inode information of a file by using this command

# ls -i filename

For example :

# ls -i /etc/yum.conf
111087302 /etc/yum.conf

111087302 is inode number of /etc/yum.conf

Or you can use stat command

# stat yum.conf
File: `yum.conf’
Size: 333 Blocks: 8 IO Block: 4096 regular file
Device: 1ch/28d Inode: 111087302 Links: 1
Access: (0644/-rw-r–r–) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2009-10-12 13:04:16.000000000 -0400
Modify: 2009-01-22 05:53:44.000000000 -0500
Change: 2009-09-29 07:55:08.000000000 -0400

How To fix this ?

Because of my disk inodes quota is ran out, my vps is almost useless, i can’t upload new file, even i can’t create new tables on mysql databes :hammer:

The answer is simple : Contact your VPS hosting provider, because nothing we cand do about it, only the hosting provider can raised disk inodes quota.

Don’t bother to look other methods, it useless

Incoming search terms:

10 Comments »

  1. avatar comment-top

    Nice article…

    http://indonesiapage.blogspot.com/  

    comment-bottom
  2. avatar comment-top

    Great post! Very Informative  

    comment-bottom
  3. avatar comment-top

    I’ve been having this same problem with uploading myself. Hopefully this solves my problem.  

    comment-bottom
  4. avatar comment-top

    The quota always happen to me. Glad your tutorial has helped me fix the problem!

    -Kai  

    comment-bottom
  5. avatar comment-top

    You really can´t to anything yourself? That shows how important it ist to have a good provider with an 24/7 Support. Having computer problems without beeing able to do anything against it is really annoying. I hope the support could the defects within short time.  

    comment-bottom
  6. avatar comment-top

    Pake Yum, ni perintah SuSE bukan? Bro aritz servernya pake SuSE?
    :malu:  

    comment-bottom
  7. avatar comment-top

    Uchan: Pake Yum, ni perintah SuSE bukan? Bro aritz servernya pake SuSE?
    :malu:

    Eh yum redhat bukan yah? :nohope:

    suse yast yah :D

    hahah, bodoh2 :malu:  

    comment-bottom
  8. avatar comment-top

    So it is not that bad, hah. In the chart of the most common errors I get at my website this takes the first place. At least now I will know how to fight with it. Great!  

    comment-bottom
  9. avatar comment-top

    Thanks for this, I have save this link to my computer so that when ever I experience this problem I can easily go back here.  

    comment-bottom
  10. avatar comment-top

    I think I will be much careful now in uploading files. Thanks for the information. It is really useful.  

    comment-bottom

RSS feed for comments on this post. TrackBack URL

Leave a comment