Understanding the concept of Inodes
- by darkie15
Hi All,
I am referring to the link: http://www.tux4u.nl/freedocs/unix/draw/inode.pdf
I am confused on parts:
1 12 direct block pointers
2 1 single indirect block pointer
3 1 double indirect block pointer
4 1 triple indirect block pointer
Now the diagram says that each pointer is 32/64 bits.
[Query]: Why and how are these values inferred? I…