Linux File System Inode Count

nikolaymartin

Member
Joined
May 23, 2019
Messages
4
I want to get the count of the inode for every file system mounted to the linux? Also free and used inode count information will be beneficial. Thanks
 


As stated use the "df" command
df -i will show the inode counts
 


Solution
Back
Top