openskills.info
Course Preview

Storage Hardware

Storage hardware is the physical equipment that keeps data after power is removed. It includes hard disk drives, solid-state drives, tape drives, controllers, interfaces, cables, and enclosures that turn stored bits into block devices a computer can read and write.

itComputer architecture and hardware

Don't Panic — Storage Hardware

Storage hardware is the machinery that keeps data when power has wandered off to do something else. It is not merely the rectangular object with a capacity label. The useful unit is a path: persistent medium, controller, interface, host connection, firmware, power, cooling, and enclosure. Software sees a block device at the end of this procession, which is convenient, but can make the procession disappear from view.

Keep three labels apart. HDD and SSD describe the medium: rotating magnetic disks versus solid-state storage. SATA, SAS, and NVMe describe command and interface arrangements. M.2, two-and-a-half-inch bays, and EDSFF describe packaging. An M.2 module can fit physically while still being electrically or protocol-wise unsuitable. The connector is not a sworn statement of compatibility.

The medium changes the sort of waiting involved. HDDs spend time moving heads and waiting for platters, so long sequential transfers suit them better than scattered random requests. SSDs avoid that mechanical delay, but their controllers must manage flash pages, erase work, wear, spare capacity, heat, and garbage collection. Tape is deliberately slow to reach a particular item, then very good at streaming a great many of them. It earns its keep in offline backup and long retention, not in the business of pretending to be a database disk.

The surprising bit is that a drive failure may not be a drive failure. A cable, backplane, controller, power supply, or cooling problem can create symptoms that look alarmingly drive-shaped. Health telemetry is evidence from the device, not a treaty guaranteeing advance notice. Pair it with operating-system and controller logs, and keep recovery copies that have been tested rather than merely admired.

Read the Intro for the full data path and the distinctions between medium, protocol, and form factor. Use the Cheatsheet when comparing sector formats, performance measures, and diagnostic signals. The Practice reference turns the map into a read-only inventory, and the Exercise checks whether you can identify hardware without trusting a convenient device name. The Timeline explains how the storage cupboard acquired so many different kinds of drawers.

Where this skill leads

Relevant careers

See how this topic contributes to broader role-level skill maps.

Sources