Ext2: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
No edit summary
Line 20: Line 20:


=== What is an Inode? ===
=== What is an Inode? ===
An inode is a structure on the disk (in an inode table of a block group) that represents a file, directory, symbolic link, etc.
An inode is a structure on the disk that represents a file, directory, symbolic link, etc. Inodes reside in a particular Block Group's inode table (see below), and are separate from the actual contents data.


== Superblock ==
== Superblock ==