Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
好奇 128 字节 ext2 和 256 字节 ext3 文件系统之间的 inode 数据结构差异。
我一直在将此参考用于 ext2,128 字节 inode:http ://www.nongnu.org/ext2-doc/ext2.html#INODE-TABLE 。
我一直无法为 ext3、256 字节 inode 找到类似的资源。我粗略地检查了 /usr/include/linux/ext2_fs.h 但它似乎只包含 ext2 的定义。
提前感谢您的帮助。
我可能错了,但这是我的猜测。在 ext3 中,256 字节是可选的。在我的 ext3 系统 inode 128 字节。如果您需要专家解答,最好将邮件发送到 ext3-user list。他们肯定会帮助您。