File system implementation Physical disks Divided into one or more “partitions” (logical, separate disks). Each partition can have its own file system. Sector 0 = MBR (master boot record) List of partitions (start and ends) Indicates boot partition Every partition has a boot block (although it may be empty) Boot steps: 1. 2. 3. boot code in MBR executes reads in boot block code of boot partition and executes it boot block code boots OS code in partition