-
Notifications
You must be signed in to change notification settings - Fork 0
Directory Entry
Volodymyr Chernetskyi edited this page Dec 27, 2019
·
1 revision
Directories are lists of names assigned to inodes. A directory contains an entry for itself, its parent, and each of its children. The root directory is at inode 2.
Starting Byte | Ending Byte | Size In Bytes | Field Description |
---|---|---|---|
0 | 3 | 4 | Inode number (0 if unused) |
4 | 5 | 2 | Total size of this entry = 256 |
6 | 7 | 2 | Name length < 248 |
8 | 255 | 248 | Name characters |
This project is licensed under the MIT License © 2019 Volodymyr Chernetskyi, Andrii Koval