If you’re aiming to pass CompTIA A+ Core 1 (220-1101), understanding storage and RAID is essential. You’ll see questions on SSD vs HDD, SATA vs NVMe, file systems, and which RAID level fits a scenario (speed, redundancy, or both). Let’s get you exam-ready—and job-ready.
Why storage/RAID matters
Techs constantly diagnose slow PCs, failed drives, and data loss. Knowing how storage works (and how to protect it) is core to real-world IT.
Key topics you must know
1) Drive types
- HDD: spinning platters; cheaper per GB; slower; SATA.
- SSD (SATA): flash storage on SATA; huge speed boost over HDDs.
- NVMe (M.2): flash on PCIe lanes; fastest consumer option; uses M.2 “keying.”
2) Interfaces & form factors
- SATA data + power cables, 2.5″/3.5″ drives.
- M.2 cards (B/M key); check PCIe vs SATA mode in BIOS.
- U.2, mSATA (legacy), USB externals for backups.
3) File systems (Windows focus)
- NTFS: permissions, large files/volumes, journaling.
- exFAT: cross-platform removable media (large files).
- FAT32: legacy; 4GB file limit.
- Know when to format, convert, or chkdsk.
4) RAID basics
- RAID 0 (striping): speed boost; no redundancy.
- RAID 1 (mirroring): redundancy; write speed overhead; capacity halved.
- RAID 5 (striping + parity): good balance of speed/capacity/redundancy; needs ≥3 disks.
- RAID 10 (1+0): mirror sets striped; best performance + redundancy; needs ≥4 disks.
5) SMART & health
- Use SMART tools to view reallocated sectors, temperature, errors.
- Back up before failure—signs: clicking, slow reads, frequent CRC errors.
Common exam scenarios
- “Need speed, data can be re-downloaded” → RAID 0.
- “Office file server, want fault tolerance without many disks” → RAID 5.
- “Critical workstation, can’t lose data; fast & redundant” → RAID 10.
Hands-on mini-labs
- Install an M.2 NVMe; verify BIOS sees PCIe/NVMe mode.
- Clone HDD → SSD; compare boot times.
- Create a Storage Spaces mirror (Windows) and simulate disk failure.
Study tips
- Flashcard RAID trade-offs (speed vs redundancy vs capacity).
- Know M.2 keying and NVMe vs SATA differences.
- Practice diskmgmt.msc tasks: initialize, partition, format, assign letters.
Final thought: Storage is where user data lives. Get this right and you’ll save someone’s day—often.
Related posts:
- Mastering RAM: What You Need to Know for 2025
- Troubleshooting Playbooks for Core 1