Volume Boot Sectors

Each DOS partition (also called a DOS volume) has its own volume boot sector. This is distinct from the master boot sector (or record) that controls the entire disk, but is similar in concept. Each volume boot sector contains the following:

The volume boot sector is created when you do a high-level format of a hard disk partition. The boot sector's code is executed directly when the disk is booted, making it a favorite target for virus writers.

Next: Active Partitions and Boot Managers