Linux Filesystems: the next batch
- Ext2fs and Xiafs were developed to solve the previous shortcomings. They looked very similar:
- Traditional, FFS-style update-in-place filesystems
- Files indexed by static inodes
- Ext2 uses "block groups" for locality
- Directories are linear unsorted lists
- Bitmaps for free space control
Notes:
No notes for slide 4