Ext2: Difference between revisions

4 bytes removed ,  16 years ago
[unchecked revision][unchecked revision]
(→‎Directory Information: corrected table according to [http://www.nongnu.org/ext2-doc/ext2.html#IFDIR ext2-doc])
Line 67:
# If is larger than 12 blocks.
## Read indirect block.
## foreach block larger than 12 blocks, read the pointer from the block. (i.e if the reading block 13, pointer 1 from the block should be read).
## if the file needs more blocks. then read the double pointer will be a pointer to a block containing pointers to blocks of data.
## if the file still need more blocks, than read the triple indirect pointer.
Anonymous user