Linux inode100%

Source: Internet
Author: User

See if physical space is insufficient

Df-hfilesystem      Size  used  Avail  use% mounted on/dev/xvda1    20G   9.3G  9.4G  50%   / Tmpfs            3.9G     0    3.9G   0%    /DEV/SHM

  

You can see that there's a lot left.

See how inodes is used

Df-ifilesystem      inodes  iused   IFree iuse% mounted on/dev/xvda1 1310720     1310720  0     100%   /tmpfs          1007257  1     1007256 1%     /DEV/SHM

The workaround is to delete the unused temporary files

If you do not know the location of the file:

[[email protected] ~]# for I in/*; Do Echo-n-e "$i \ T"; Find $i | Wc-l; Done

Start viewing from the root directory to see the number of files and sub-files contained in the current directory file

Finally go to the relevant file directory, delete the sub-file

  

Linux inode100%

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.