Noun
inode (plural inodes)
(computing) A data structure representing an object in a Unix (or similar) file system.
An internal node (also known as an inner node, inode for short, or branch node) is any node of a tree that has child nodes. Source: Internet
Any needed space in the inode table can be found by looking in the inode allocation bitmap. Source: Internet
Design ReiserFS stores file metadata ("stat items"), directory entries ("directory items"), inode block lists ("indirect items"), and tails of files ("direct items") in a single, combined B+ tree keyed by a universal object ID. Source: Internet
Example of ext2 inode structure: Estructure Quote from the Linux kernel documentation for ext2: '''"There are pointers to the first 12 blocks which contain the file's data in the inode. Source: Internet
But it still had problems: there was no support of separate timestamps for file access, inode modification, and data modification. Source: Internet
Each directory entry associates one file name with one inode number, and consists of the inode number, the length of the file name, and the actual text of the file name. Source: Internet