Study Storage Devices, Interfaces and RAID Basics for A+ Core 1 (220-1201)

Separate drive types, form factors, interfaces, file systems, and RAID trade-offs the way A+ Core 1 expects.

Storage questions on Core 1 often hide the real answer inside terminology. The exam wants you to keep drive technology, physical form factor, connector style, file system choice, and redundancy model separate in your head.

NVMe: Non-Volatile Memory Express, a storage protocol designed for fast solid-state storage over PCIe.

SMART: Self-Monitoring, Analysis and Reporting Technology, the health-reporting system many drives use to surface warning signs.

What CompTIA is really testing

CompTIA usually wants you to:

  • distinguish HDD, SATA SSD, and NVMe SSD behavior
  • know that M.2 and NVMe are not the same thing
  • understand the most common RAID trade-offs at a support level

Fast storage chooser

If the requirement is…Stronger answer
lowest cost bulk storageHDD
general laptop or desktop upgradeSATA SSD or NVMe SSD depending on support
highest client performance with proper supportNVMe over PCIe
redundancy with two disksRAID 1
redundancy and stronger performance with more disksRAID 10

Form factor, interface, and protocol are not the same thing

Question typeWhat it is really asking
form factorphysical size or shape such as 2.5-inch or M.2
interfacehow the device connects, such as SATA or PCIe
protocolhow storage commands are spoken, such as NVMe

That distinction is one of the easiest ways to eliminate wrong answers quickly.

File-system fit still matters

File systemA+ support-level use
NTFScommon Windows choice with permissions and larger feature set
exFATgood cross-device removable-media option
FAT32older or compatibility-focused use, but with real size limits

Small evidence example

1diskpart
2list disk
3select disk 1
4detail disk

What to notice:

  • detection comes before formatting
  • a missing disk is not the same problem as an uninitialized disk
  • support questions often separate hardware visibility from file-system readiness

Commonly confused ideas

PairDistinction
M.2 vs NVMeM.2 is the form factor; NVMe is the protocol
SATA vs NVMeboth can be SSD paths, but NVMe is usually much faster
snapshot vs backupsnapshot is short-term state; backup is safer recovery protection

SMART and failure thinking

A+ wants you to react sanely to drive-failure indicators:

  • preserve data first
  • back up before experimenting
  • replace failing storage rather than trusting it

Harder scenario question

A laptop owner wants “the fastest upgrade possible” and buys an M.2 drive, but the system firmware never detects it. The stem also hints that the laptop documentation supports only a SATA-based M.2 slot.

The strong answer usually notices that:

  • the physical slot existing is not enough
  • M.2 does not guarantee NVMe
  • compatibility beats raw speed claims

What strong answers usually do

  • verify what the motherboard or laptop actually supports
  • keep file system and hardware decisions separate
  • understand that faster is not the only requirement if compatibility is missing
  • preserve user data before trying risky fixes on a questionable drive

Quiz

Loading quiz…