HostOnNet Blog

How to check inode usage on linux system

Looking for Linux Server Admin or WordPress Expert? We can help.

Linux Kernel

You can Check the inode usage on server using the below command and see how many used inodes there are.

# df -i

The flag -i is used for displaying Inode information.

Sample Output :-

root@serverxx [~]# df -i
Filesystem       Inodes   IUsed    IFree   IUse%  Mounted on
/dev/sda5        655360  655360        0   100%         /

About Annie

I've been working in Technical Section for over 10 years in a wide range of tech jobs from Tech Support to Software Testing. I started writing blog for my future reference and useful for all.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.