🌘 解讀:inode 與 inode 編號 – Eclectic Light Company
➤ 檔案系統的基石:深入瞭解 inode 與其編號的工作原理
https://eclecticlight.co/2025/10/04/explainer-inodes-and-inode-numbers/
本文深入淺出地解釋了檔案系統中「inode」的概念及其編號的重要性。inode 是檔案系統用來唯一識別檔案和目錄的資料結構,而 inode 編號則是這個結構的唯一識別碼。文章對比了 macOS 舊版檔案系統 HFS+ 與新版 APFS 在 inode 處理上的差異,並闡述了 inode 在檔案複製、連結(包括符號連結、別名、硬連結)以及在 volume group 中的應用,說明瞭 inode 如何影響檔案的識別、管理及操作。
+ 這篇文章對 inode 的解釋非常清晰,特別是對於 HFS+ 和 APFS 的比較,讓過去模糊的概念豁然開朗。
+ 對於想要深入瞭解 macOS 檔案系統運作方式的用戶來說,這是一篇必讀的好文。
#檔案系統 #inode #APFS #HFS+
Explainer: inodes and inode numbers

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.

The Eclectic Light Company
Check out this insightful article on Linux symbolic and hard links! A great read for tech enthusiasts. https://karlygash-yakiyayeva.dev/understanding-symbolic-links-and-hard-links-in-linux
Made me complete several discussions with AI to dig deeper and understand several fundamental principles about popular Linux file systems + compare to Windows' MFT
#linux #tech #inode #filesystem

[Перевод] О мягких и жёстких ссылках в Linux

Ссылки в Linux — это мощный инструмент, позволяющий указывать путь к файлам и каталогам. Существует два основных типа ссылок: жёсткие ссылки и мягкие ссылки (вторые также известны как символические ссылки или симлинки). Понимание различий между этими двумя типами поможет вам эффективно управлять файловой системой.

https://habr.com/ru/companies/timeweb/articles/925150/

#timeweb_статьи_перевод #ссылки #linux #жесткие_ссылки #файлы #inode #хранилище #файловая_система

О мягких и жёстких ссылках в Linux

Ссылки в Linux — это мощный инструмент, позволяющий указывать путь к файлам и каталогам. Существует два основных типа ссылок: жёсткие ссылки и мягкие ссылки (вторые также известны как символические...

Хабр
Chris's Wiki :: blog/unix/POSIXAllowsZeroInode

You can rename or move a file that a program is currently using — and it’ll still work.
#Linux tracks file #inodes, not filenames. Programs access files by #inode, so renaming doesn’t affect the process unless it reopens the file.
What if I told you that in #Linux, a hard link isn’t a shortcut — it is the file. You can delete the ‘original,’ and the link still works, because both point to the same #inode — the actual data on disk.
Was mich zur Zeit in der digitalen Welt extrem nervt und stresst, das #inode Limit ... kommt nicht gut bei großen #Websites ... #cms