Operating System - HP-UX
1833491 Members
3051 Online
110052 Solutions
New Discussion

How can I find out how many inodes are available on a file system

 
SOLVED
Go to solution
njia_1
Trusted Contributor

How can I find out how many inodes are available on a file system

Just as the topic

thanks
Nan
2 REPLIES 2
Steven E. Protter
Exalted Contributor
Solution

Re: How can I find out how many inodes are available on a file system

df
show inode availability for the entire system.

df /tmp
show inode availability for the /tmp filesystem.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
njia_1
Trusted Contributor

Re: How can I find out how many inodes are available on a file system

thanks