FAT
Used linked files, but links reside in fixed-size file allocation table
Can cached entire FAT so can be cheap compared to disk access
Example
Entry size = 16 bits
- What’s the maximum size of the FAT?
= 65536 entries
- Given a 512 byte block, what is the maximum size of FS?
=32MiB
Reliability
- How to protect against errors?
- Create duplicate copies of FAT on disk
Bootstrapping
- Where is root directory
- Fixed location on disk