Kode1000
Kode1000

Reputation: 55

What is the field inside the struct ext4_inode responsible for providing pointers to where data is actually located on disk?

I've been reading the ext4 documentation on kernel.org and in the struct ext4_inode section it is show a field named i_block. It says "Block map or extent tree". Does this field contain pointers or something like that to locate the actual data on disk ?

Upvotes: 0

Views: 37

Answers (0)

Related Questions