Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 2.15 KB

file-system.md

File metadata and controls

44 lines (35 loc) · 2.15 KB

File System

Prerequisite Modules

  • Storage

Module Syllabus

Basic Detailed Advanced
FS API Basic usage sync() and flush
File systems inode-based FS FFS BtrFS
Hard link vs. Soft link FAT (UCB-L18)
fd_table vs. file_table NTFS
Network FS RPC C/S model CORBA
NFS (Harv-L14) Google FS AFS
Crash consistency Inconsistency metadata Journaling Soft update
fsck

References

University Year Lectures
UCB CS-162 2018f L18, L19
Corn CS-441 2018f
MIT 6.033 2019s
Harv CS-161 2018s L23
Stan CS-140 2018w L14