Implementing Mass Storage Flashcards
Tiny bit of code that takes control of the boot process from the system BIOS
Master Boot Record (MBR)
Table located in the boot sector of a hard drive that lists every partition on the disk that contains a valid OS
Partition Table
Stores information for booting from the partition, such as the location of OS boot files
Partition Boot Sector
Type of partition supported by MBR partition tables that are designed to be bootable
Primary Partition
Type of partition supported by MBR partition tables that are designed to not be bootable
Extended Partitions
On a hard drive, primary partition that contains an OS
Active Partition
Sections of an extended partition on a hard drive that are formatted and (usually) assigned a drive letter, each of which is presented to the user as if it were a separate drive
Logical drive
Special feature of Windows that enables users to span a single volume across 2+ drives. These do not have partitions, they have volumes. Can be striped, mirrored, and striped or mirrored with parity
Dynamic disks
Volume created when setting up dynamic disks. Acts like a primary partition on a dynamic disk
Simple volume
Volume that uses space on multiple dynamic disks
Spanned volume
RAID 0 volumes. Data is spread across 2 drives for increased speed
Striped volumes
Volume that is mirrored on another volume
Mirrored volume
A software-based RAID 5 volume made up of 3+ dynamic disks with equal-sized unallocated space. Created with Windows Disk Management
RAID 5 Volumes (dynamic disks)
Partitioning scheme that enables you to create more than 4 primary partitions without needing to use dynamic disks
Globally Unique Identifier (GUID) Partition Table (GPT)
A recreation of the master boot record from MBR drives so that disk utilities know it is a GPT drive and don’t mistakenly overwrite any partition data
Protective MBR/LBA0
Provides a reference number for an object or process that has an almost impossibly small chance of duplication. The number is unique to a specific object or process
Globally Unique Identifier (GUID)
A primary partition that is hidden from your OS. Used by some PC makers to hide a backup copy of an installed OS that you can use to restore your system if you accidentally trash it
Hidden Partition
Found only on Linux/UNIX systems; its only job is to act like RAM when your system needs more than is installed
Swap Partition