Understanding Linux / Unix Filesystem Inode
(Oct 17, 2012, 12:00) (0 talkbacks)
Geek Ride: Inodes takes care of the metadata part in the filesystem.
Inode, short form of Index Node is what the whole Linux filesystem is laid on. Anything which resides in the filesystem is represented by Inodes. Just take an example of an old school library which still works with a register having information about their books and their location, like which cabinet and which row, which books resides and who is the author of that book. In this case, the line specific to one book is Inode. In the same way Inodes stores objects, which we will study in detail below.