📎 AI Summary:
The user inquires about obtaining inode usage and free inode information for mounted filesystems in Linux. The respondent advises using the `df -i` command, which displays inode counts and availability. Overall, the thread provides a straightforward solution, confirming that `df -i` is the appropriate command to achieve the user's goal.

nikolaymartin

Member
Member details
Joined
May 23, 2019
Messages
4
Thread Author #1
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
 

Neemobeer

Windows Forum Team
Staff member
Member details
Joined
Jul 4, 2015
Messages
8,995
As stated use the "df" command
df -i will show the inode counts
 

Solution