mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 01:17:36 +00:00
GitBook: [master] one page modified
This commit is contained in:
parent
704c984805
commit
dcaacf2338
1 changed files with 4 additions and 0 deletions
|
@ -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\)
|
||||
|
|
Loading…
Reference in a new issue