CMD + K

Alle videoerfile systems

The Inode: A File's Map to Its Blocks

0:43Fortellerstemme
0:00 / 0:00

Inodes — every file has a fixed-size record holding its metadata and a list of pointers to the disk blocks that contain its bytes; direct pointers handle small files in one hop, indirect pointers fan out to reach large files via a tree of block pointers

inodefile systemdirect pointerindirect pointermetadatablock addressing