______ In-class notes for 10/21/2020 (CS 273 (OS), Fall 2020)
Home
>>     < >




In-class notes for 10/21/2020

CS 273 (OS), Fall 2020

File system implementation

  • Disk blocks

  • Linux inodes, FAT, NTFS Master File Table

  • Managing file systems, e.g., superblock

  • Reliability, including fsck

  • Block cache (cf/contrast paging)

  • Disk block proximity

Linux source code

Input/Output

Exercise: What OS features do we want for supporting I/O devices?




< >