Block 0 – boot block
Block 1 – superblock
Block 2 – i-node
…
Block n – i-node
Block n+1 – file data zone
…
Block n+m – file data zone
directory entry contains only the file name and its corresponding i-node reference
Mode | File access permissions |
---|---|
Link count | number of directories that contain references to this i-number, which is basically the number of links to this file |
User ID | Owner user ID (UID) |
Group ID | |
Owner group ID (GID) | |
Size | number of bytes in the file (file length) |
Access time | time the file was last accessed |
Modification time | time the file was last modified |
i-node time | time the i-node was last modified |
Block list | address list of the first few file blocks |
Indirect list | references to the rest of the blocks belonging to the file |