GitBook: [master] one page modified

This commit is contained in:
CPol 2020-12-28 22:38:19 +00:00 committed by gitbook-bot
parent 704c984805
commit dcaacf2338
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -450,6 +450,10 @@ Special inodes:
| 10 | Replica inode |
| 11 | First non-reserved inode \(often lost + found\) |
{% hint style="info" %}
Not that the creation time only appears in Ext4.
{% endhint %}
Knowing the inode number you can easily find it's index:
* **Block group** where an inode belongs: \(Inode number - 1\) / \(Inodes per group\)