All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Understanding Inodes and Inode Numbers in File Systems

By

ingve

7mo ago· 6 min readen

Summary

This article explains the concept of inodes and inode numbers in file systems, with a focus on APFS (Apple File System) as the first native Mac file system to implement true inodes. It covers what inodes are, how they uniquely identify files and directories, their role in volume groups, and how they're used in different types of file links. The content provides technical education about fundamental file system concepts.

Key quotes

· 4 pulled
Every self-respecting file system identifies files and directories using numbered data structures.
In most modern file systems, those data structures are known as inodes, and their numbers are inode numbers.
The term is thought to be a contraction of index node, which certainly makes sense, but is lost in the mists of time.
In any file system, for example an individual APFS volume, the inode numbers uniquely identify each inode, and each object within that file system has its own inode.
Snippet from the RSS feed
How APFS is the first Mac native file system to have true inodes and inode numbers. What they are, and how you can use them in volume groups and different types of file link.

You might also wanna read