V2 Directory Structure
V2 Recently created, V1 had problems.
There are four directory formats in V2:
- short form
- all component in the inode
- block
- all components & btree in one block
- leaf
- separate blocks for data & btree
- free list in the btree block.
- node
- separate blocks for data, btree, and free list.