Ext2: Difference between revisions

[unchecked revision][unchecked revision]
Line 278:
index = (inode – 1) % INODES_PER_GROUP
 
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 ===
Anonymous user