Chapter 11. File System Implementation
# File-System Structure
I/O 在 memory 和 disk 之間的轉移以 block 為單位
一個 block 由一個或多個 sector 組成
一個 sector 通常 512 bytes
2 個 design problems in FS
interface to user programs(上層)
interface to physical storage (disk)(下層)
一個 OS 能支援多個 FS type
NTFS, FAT32
# File System Implementation
# On-Disk...
more...









