Ext2: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
Line 278: Line 278:
index = (inode – 1) % INODES_PER_GROUP
index = (inode – 1) % INODES_PER_GROUP


where INODES_PER_GROUP is a field in the Superblock (the same field which was used to determine which block group the inode belongs to).
where % denotes the [http://en.wikipedia.org/wiki/Modulo_operation Modulo operation] and INODES_PER_GROUP is a field in the Superblock (the same field which was used to determine which block group the inode belongs to).


=== Inode Data Structure ===
=== Inode Data Structure ===