This document discusses mass storage structures including magnetic disks, solid state disks, disk structure, disk attachment methods like host-attached storage, network-attached storage, and storage area networks. It also covers disk scheduling algorithms, disk management topics, swap space management, RAID structures, and stable storage implementation. Magnetic disks are organized into platters, tracks, cylinders, and sectors. Solid state disks use flash memory or DRAM instead of magnetic platters. Disks can be attached directly to hosts or accessed over a network. Disk scheduling algorithms aim to minimize seek times and rotational latency when servicing multiple requests. RAID and swap space management improve reliability, performance and memory management respectively.