This chapter discusses mass storage systems including disk structure, disk scheduling algorithms, RAID structures, and stable storage implementation. Disks are addressed as logical blocks that are mapped to physical sectors on disks. The operating system manages disk requests and queues using scheduling algorithms like SSTF, SCAN, and C-SCAN to minimize seek times. RAID uses multiple disks for redundancy and improved performance. Stable storage is implemented by replicating writes to two physical blocks to ensure data is not lost due to failure.