Jul
31
Tips and Tricks: How do I find the inode size of an ext2/ext3 filesystem?
Posted by suvi under Tricks
Release Found: Red Hat Enterprise Linux 2.1, Red Hat Enterprise Linux 3 and Red Hat Enterprise Linux 4
Resolution:
By using the tune2fs tool with the option, -l,
the inode size of the filesystem can be seen. Using the same option,
other information of the filesystem superblock can also be seen. The
superblock contains information about the filesystem, such as the
number of free blocks available, and the number of mounts, that may be
useful for tuning purposes.
Leave a Reply