LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Any command available to find out the number of inodes available in the system? (https://www.linuxquestions.org/questions/linux-newbie-8/any-command-available-to-find-out-the-number-of-inodes-available-in-the-system-695926/)

Marty21 01-08-2009 03:15 PM

Any command available to find out the number of inodes available in the system?
 
Hai guys,is there any command available to find out the number of inodes available in a linux file system?
Thankx

jailbait 01-08-2009 03:21 PM

df -i /

See:
man df

----------------------
Steve Stites

paulsm4 01-09-2009 05:19 PM

And from your other post:
Quote:

You can use debugfs, ext3grep, and several other tools in tct/tsk to see a lot of the basic stats about your file system (block size, inode size, etc.)

popowich 01-09-2009 07:31 PM

Hello,

Try df -i
Quote:

> df -i
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/md1 3920640 243428 3677212 7% /
tmpfs 120486 1 120485 1% /dev/shm
/dev/sdc1 4447744 28046 4419698 1% /spare


All times are GMT -5. The time now is 12:58 PM.