Curious as to the inode data structure differences between 128-byte ext2 and 256-byte ext3 file-systems.
I have been using this reference for ext2, 128-byte inodes: http://www.nongnu.org/ext2-doc/ext2.html#INODE-TABLE.
I have been unable to find a similar resource for ext3, 256-byte inodes. I have cursorily checked /usr/include/linux/ext2_fs.h but it seems to only include definitions for ext2.
Thanks in advance for any help.