Nodea — logo

HDD (Hard Disk Drive)

An HDD (Hard Disk Drive) is a mechanical storage device that records data as magnetic patterns on rapidly spinning platters, with a read/write head flying just above the surface on an actuator arm. Despite the rise of flash storage, hard drives remain the backbone of bulk data storage worldwide because no other technology matches their combination of capacity — 20 TB and beyond per unit — and low cost per gigabyte.

How a hard disk drive works

Inside the sealed enclosure, one or more platters coated with a ferromagnetic layer rotate at a constant speed, typically 5,400 or 7,200 RPM in desktop drives and 10,000–15,000 RPM in enterprise models. Every read or write involves two mechanical delays: the head must first move to the correct track (seek time), then wait for the target sector to rotate underneath it (rotational latency). Combined, these add several milliseconds per operation — negligible for streaming a large video file sequentially, but painful when a database issues thousands of small random reads per second.

Key specifications to compare are rotational speed, cache size, interface (SATA for general use, SAS in servers), workload rating expressed in TB written per year, and MTBF. Enterprise-class drives add rotational vibration sensors, longer warranties and firmware tuned for 24/7 operation in multi-drive arrays.

Where HDDs are used in practice

Hard drives dominate wherever capacity matters more than IOPS:

  • backup targets and long-term archives,
  • file servers, log storage and surveillance footage,
  • high-capacity RAID arrays and object-storage clusters,
  • cold and warm tiers in big-data platforms.

Modern infrastructure rarely chooses between HDD and flash — it layers them. The operating system, databases and application code live on SSDs or NVMe drives, while HDDs hold snapshots, archives and rarely accessed datasets. Hosting providers apply the same logic: HDD-based storage plans are offered for backups and bulk data, while performance tiers run on flash. When sizing a server, think of the HDD not as outdated hardware but as the most economical capacity tier available — provided your workload tolerates its mechanical latency.

Powiązane pojęcia

Najczęstsze pytania

Is an HDD still worth using in a server?

Yes, for capacity-driven workloads: backups, archives, log retention, media libraries and cold data. For operating systems, databases and anything latency-sensitive, an SSD or NVMe drive is the better choice, often combined with HDDs as a bulk-storage tier.