July 31, 2007
Tips and Tricks: How do I find the inode size of an ext2/ext3 filesystem?
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.
Related Posts
Filed under Uncategorized by


