Skip to main content

CompTIA A+

Partitioning

10 min read

For CompTIA A+ 220-1202, Core 2 domain 1.0 (Operating Systems), objective 1.2 (Partitioning), you need a clear picture of how storage gets organized before an OS can use it. In plain terms, partitioning means splitting one physical drive into separate sections, so the computer can treat each section as its own usable space.

That simple idea shows up everywhere in support work. It affects whether a PC boots, how big a drive you can use, and which older systems will still recognize it. It also shapes how you plan Windows installs, recovery options, and dual-boot setups.

This article breaks down what partitions are, how GPT and MBR differ, what a GUID means, and why partition tables matter. You'll also see common mistakes that cause failed installs or boot errors, along with a short safety checklist you can reuse on the job.

What a partition is and why you would use one

A storage disk is the physical device, such as an HDD or SSD. On its own, a disk is just raw space. The operating system needs structure before it can store files in a predictable way. Partitioning provides that structure by carving the disk into separate regions.

After you create a partition, you still need a file system (like NTFS or exFAT) before the partition can hold normal files and folders. Think of it like setting up a new library. The building is the disk, the rooms are partitions, and the catalog system is the file system. Without the catalog, you can't find anything.

People partition drives for practical reasons:

  • To install Windows (the installer needs a partition layout).
  • To separate the OS and user data, so re-installing Windows doesn't have to erase documents.
  • To support dual-boot (for example, Windows and Linux on the same drive).
  • To keep a recovery partition for repair tools or vendor restore options.
  • To improve organization in labs or shared PCs, where different teams need isolated spaces.

Partitioning, however, doesn't replace backups. A wrong click during setup can erase data in seconds. Also, resizing partitions can fail if power drops or the disk has errors. Because of that, technicians treat partition changes as high-risk work, even when the steps look simple.

A common help-desk example: you replace a failing 1 TB HDD with a new 2 TB SSD. If you clone the old layout without planning, you might waste space or copy an old MBR style that can't use the full size. On a lab PC used for practice, you might create two partitions on purpose, one for Windows, one for test data, so you can re-image the OS without losing your files.

Disk, partition, and volume, the quick mental model

A disk is the physical drive.

A partition is a defined section of that disk.

A volume is the usable storage the OS presents to you (often shown as a drive letter in Windows).

A quick mapping: 1 disk can have 2 partitions, and those 2 partitions usually show up as 2 volumes (for example, C: and D:). The key detail is that a partition becomes truly usable after you format it with a file system.

Primary partitions and why the system partition matters

A primary partition is a standard partition type that can hold an OS and, when configured, can be bootable. Bootable matters because the firmware needs a known place to start.

Windows also uses two related ideas that often confuse learners: the system role and the boot role. In simple terms, the system partition holds the boot files used to start Windows, while the boot partition is where the Windows folder and OS files live. Those can be the same partition, but they aren't always. When they differ, imaging and repair work can surprise you if you only back up C:.

GPT vs MBR, how the partition style changes everything

When you initialize a disk, you choose a partition style. For CompTIA A+, the two you must know are MBR (Master Boot Record) and GPT (GUID Partition Table). This choice affects size limits, boot compatibility, and how well the disk handles corruption.

MBR is older and matches traditional BIOS boot methods. GPT is newer and aligns with UEFI boot on most modern PCs.

This lesson is part of ExamWizardz Pro

Unlock every lesson, unlimited practice tests, and the AI tutor.

See Pro pricing

or start with a free account