系统环境:Ubuntu15.10/ext4 今天在复习<鸟哥的私房菜-基础学习篇>,看到inode大小为128bytes,想看下这128字节里面到底是什么样的. 于是我查了下google,发现ext2/3是128字节,ext4是256字节,以下是ext2/ext4对应的结构. ext2.h/ext2_inode: /* 295 * Structure of an inode on the disk 296 */ struct ext2_inode { __le16 i_mode; /* Fil…