Concept Flow - Inodes concept
File created
Allocate inode
Store metadata in inode
Store data blocks separately
File linked to inode
Access file via inode
Modify metadata or data
Delete file
Decrement inode link count
If link count=0, free inode and data blocks
This flow shows how a file is linked to an inode that stores metadata, how data blocks are separate, and how deletion frees inode when no links remain.