Consica Labs

Consica Labs
Chapter 6

Storage Installation

Installing HDD, SSD, M.2 drives

Introduction

Storage is where your computer keeps everything permanently — the operating system, applications, documents, photos, music, and games. Unlike RAM, storage retains data even when the power is off. Choosing and installing the right storage drives is critical for system responsiveness.

There are several types of storage drives available today, each with different speeds, capacities, and form factors. Hard Disk Drives (HDDs) offer large capacities at low cost. Solid State Drives (SSDs) are much faster. M.2 NVMe drives are the fastest and most compact, plugging directly into the motherboard.

In this chapter, you will learn the differences between HDD, SATA SSD, and NVMe M.2 storage, how to physically install each type, and how to connect the necessary cables. You will also learn about partitioning and formatting drives for use.

How It Works

Storage drives connect to the motherboard via SATA cables (for HDDs and 2.5-inch SSDs) or directly through M.2 slots. Data travels between the drive and the system over these interfaces. NVMe drives use the PCIe bus for maximum speed, while SATA drives use the older SATA protocol. Each drive also needs power from the PSU.

Household Object Analogy

Think of storage types like different kinds of bookshelves. An HDD is a massive warehouse with a forklift — huge capacity, but slow to find specific items. A SATA SSD is a well-organised bookshelf in your living room — much faster access, decent capacity. An NVMe M.2 drive is like having the book you need already open on your desk — instant access, very fast, but with limited space.

Deeper Dive

Understanding the differences helps you choose the right drive for each use case:

HDD

Hard Disk Drive. Uses spinning magnetic platters. Large capacity (up to 20TB), low cost per gigabyte, but slow and mechanically fragile.

SATA SSD

Solid State Drive in a 2.5-inch form factor. Uses NAND flash memory, no moving parts. Fast boot times and good reliability. Connects via SATA cable.

M.2 NVMe SSD

A small stick-shaped drive that plugs directly into the motherboard. Uses the PCIe bus for speeds up to 7,000 MB/s — over 10 times faster than SATA SSDs.

Installation Steps

Each type of drive has a different installation process:

HDD Installation

Slide the HDD into a 3.5-inch drive bay in the case. Secure it with screws on both sides (some cases use tool-less trays). Connect a SATA data cable to the motherboard and a SATA power cable from the PSU.

SATA SSD Installation

Mount the 2.5-inch SSD in a dedicated slot or bay (many cases have SSD mounts behind the motherboard tray). Connect SATA data and power cables the same way as an HDD.

M.2 NVMe Installation

Insert the M.2 drive at a 30-degree angle into the M.2 slot on the motherboard. Push it down and secure it with the small mounting screw. No cables needed — power and data go through the slot.

Cable Connections

SATA data cables connect from the drive to a SATA port on the motherboard. SATA power cables come from the PSU. Route cables behind the motherboard tray for a clean build.

Partitioning and Formatting

After physical installation, a new drive must be initialised before the operating system can use it. In Windows, open Disk Management, initialise the drive (GPT is recommended for modern systems), create a partition, and format it with a file system (NTFS for Windows). This process prepares the drive to store files.

Key Insight

For the best performance, install your operating system on an NVMe M.2 drive. Use a large HDD or SATA SSD for bulk file storage (games, media, backups). This tiered approach gives you both speed and capacity at the best value.

Advanced

At a deeper level, storage installation involves rules and patterns that engineers use worldwide. HDD follows standards so different brands and devices can still work together. That is why your phone, school laptop, and game console can all connect to the same network or use the same apps.

SSD does not happen in a straight line. Systems often use backup paths, error checking, and retries so information arrives correctly. When something fails, smart M.2 design helps the system recover instead of shutting down completely.

Scientists and engineers keep improving these systems every year — making them faster, safer, and more energy-efficient. The ideas you learn in this chapter are the same building blocks used in real data centers, robots, apps, and websites around the world.

Vocabulary Table

Term Definition
HDDHard Disk Drive — a storage device that uses spinning magnetic platters to read and write data mechanically
SSDSolid State Drive — a storage device using flash memory chips with no moving parts for fast data access
M.2A compact form factor for expansion cards and SSDs that plugs directly into the motherboard
NVMeNon-Volatile Memory Express — a high-speed protocol for SSDs that uses the PCIe bus for maximum performance
SATASerial ATA — an interface standard for connecting storage drives like HDDs and SSDs to the motherboard
Drive BayA designated slot or cage inside a computer case designed to hold storage drives
PartitionA logical division of a storage drive that the operating system treats as a separate unit
FormatThe process of preparing a storage partition with a file system so the OS can store and retrieve files

Fun Facts

The first IBM hard drive (1956) weighed over a ton and stored 5 MB of data — less than a single high-resolution photo today. It cost $50,000 per megabyte.

A modern NVMe SSD is over 100,000 times faster than that 1956 hard drive. You could read the entire Library of Congress in under an hour.

SSDs have a limited number of write cycles, but modern drives can handle hundreds of terabytes written (TBW) before failing — enough for decades of normal use.

Many modern motherboards include a heatsink for the M.2 slot. NVMe drives run hot, and thermal throttling can slow them down — a heatsink prevents this.

Interactive Diagram

Explore storage drive types and installation in this interactive diagram.

Open Interactive Diagram

The interactive diagram for this chapter demonstrates Storage — HDD and SSD. It shows a comparison between HDD (spinning disk) and SSD (flash chips) showing how data is stored and accessed.

What to explore:

  • toggle between HDD and SSD views; click to save and retrieve files; watch the speed difference as data is accessed
  • SSDs are faster and more durable than HDDs because they use flash memory with no moving parts

Knowledge Check

1. Which storage type offers the fastest data transfer speeds?

Answer: M.2 NVMe SSD

2. What cable does a 2.5-inch SATA SSD need to connect to the motherboard?

Answer: A SATA data cable

3. Why is a modern NVMe drive faster than a SATA SSD?

Answer: It connects via the PCIe bus instead of SATA