GitBook: [master] one page and one asset modified

This commit is contained in:
CPol 2020-12-28 19:46:59 +00:00 committed by gitbook-bot
parent b7eda51864
commit 3684830f62
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF
2 changed files with 7 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

View file

@ -330,5 +330,12 @@ Every block group contains the following pieces of information:
The Superblock contains a description of the basic size and shape of this file system. Usually only the Superblock in Block Group 0 is read when the file system is mounted but each Block Group contains a duplicate copy in case of file system corruption.
### inodes
The **inodes** contain the list of **blocks** that **contains** the actual **data** of a **file**.
If the file is big, and inode **may contain pointers** to **other inodes** that points to the blocks/more inodes containing the file data.
![](../../.gitbook/assets/image%20%28423%29.png)
[https://piazza.com/class\_profile/get\_resource/il71xfllx3l16f/inz4wsb2m0w2oz\#:~:text=The%20Ext2%20file%20system%20divides,lower%20average%20disk%20seek%20time.](https://piazza.com/class_profile/get_resource/il71xfllx3l16f/inz4wsb2m0w2oz#:~:text=The%20Ext2%20file%20system%20divides,lower%20average%20disk%20seek%20time.)