Storage Terminology

To fully understand the rest of this chapter, you need to be familiar with some basic terminology:

  • Disks are physical storage devices such as a hard disk, a 3.5-inch floppy disk, or a CD-ROM.

  • A disk is divided into sectors, which are addressable blocks of fixed size. Sector sizes are determined by hardware. Most hard disk sectors are 512 bytes, and CD-ROM sectors are typically 2048 bytes.

  • Partitions are collections of contiguous sectors on a disk. A partition table or other disk-management database stores a partition’s starting sector, size, and other characteristics and is located on the same disk as the partition.

  • Simple volumes are objects that represent sectors from a single partition that file system drivers manage as a single ...

Get Windows Internals, Fifth Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.