220-1101Chapter 69 of 123Objective 3.4

HDD Mechanical Components and Specifications

This chapter covers the mechanical components and specifications of Hard Disk Drives (HDDs), a core topic for the CompTIA A+ 220-1101 exam. Understanding HDD internals is essential for troubleshooting, upgrading, and selecting storage devices. You can expect 1-3 questions on the exam that test your knowledge of HDD form factors, spindle speeds, interface types, and the roles of platters, heads, actuators, and sectors.

25 min read
Intermediate
Updated May 31, 2026

The Record Player That Stores Your Files

Imagine a record player (turntable) with a vinyl record. The record has concentric grooves, each representing a track. The turntable spins the record at a constant speed (e.g., 33⅓ RPM). A tonearm holds a needle that reads the grooves. To play a specific song, the tonearm moves radially across the record to the correct groove. The needle then follows the groove as the record spins, converting physical bumps into sound. Now imagine the record player can also write new grooves (record). The needle is an electromagnet that heats and deforms the vinyl to create new bumps. The time to access a song depends on how fast the tonearm moves to the right groove (seek time) and how long it takes for the groove to spin under the needle (rotational latency). A hard disk drive (HDD) works exactly like this: the platter is the vinyl record, the spindle motor spins it at 5400 or 7200 RPM, the actuator arm is the tonearm, and the read/write head is the needle. Data is stored in concentric tracks (not grooves), and each track is divided into sectors. To read a file, the actuator arm moves the head to the correct track (seek), then waits for the correct sector to spin under the head (rotational latency). The head then reads the magnetic pattern as the platter spins. Writing uses the same head to alter the magnetic orientation of tiny regions on the platter. Just as a record player cannot play a song until the needle is on the groove and the record is spinning, an HDD cannot read data until the head is on the correct track and the platter has rotated to the correct sector.

How It Actually Works

What is a Hard Disk Drive (HDD)?

A Hard Disk Drive (HDD) is a non-volatile storage device that uses magnetic recording to store and retrieve digital data. It consists of one or more rigid rapidly rotating platters coated with magnetic material. Read/write heads on moving actuator arms access the data. HDDs are the traditional workhorse of computer storage, offering high capacity at low cost per gigabyte. They are slower than SSDs but remain widely used in desktops, servers, and external storage.

Internal Components of an HDD

Platters: Circular disks made of glass or aluminum coated with a thin magnetic layer. Data is stored on both surfaces. Consumer HDDs typically have 1-4 platters; enterprise drives may have more. Each platter spins at a constant speed (e.g., 5400, 7200, 10,000, or 15,000 RPM).

Spindle Motor: A brushless DC motor that rotates the platters. The speed is measured in revolutions per minute (RPM). Common speeds: 5400 RPM (laptop/desktop), 7200 RPM (desktop/entry server), 10k/15k RPM (enterprise). Faster RPM reduces rotational latency.

Read/Write Heads: One head per platter surface. Each head is mounted on a slider that flies nanometers above the platter on a cushion of air (air bearing). The head contains a read element (magnetoresistive) and a write element (inductive). Heads never touch the platter during normal operation; contact causes a head crash.

Actuator Arm: A mechanical arm that moves the heads radially across the platters. All heads move together as a unit. The actuator is driven by a voice coil motor (VCM) that provides precise positioning.

Voice Coil Motor (VCM): An electromagnetic actuator that moves the actuator arm. It consists of a permanent magnet and a coil of wire. By varying current through the coil, the arm moves rapidly to the desired track.

Controller Board: A printed circuit board (PCB) on the underside of the drive. It contains the drive's firmware, a microcontroller, motor controller, cache memory (typically 8-256 MB), and the host interface controller (SATA, SAS, etc.).

Cache (Buffer): A small amount of DRAM on the controller board used to temporarily store data being read from or written to the platters. It improves performance by allowing the drive to reorder requests (NCQ) and to buffer writes.

Air Filter: HDDs are sealed but have a tiny breathing hole with a filter to equalize pressure. A recirculation filter traps any particles inside.

How HDDs Store Data (Magnetic Recording)

Data is stored by magnetizing tiny regions on the platter surface called magnetic domains. Each domain's magnetic orientation represents a binary 0 or 1. Traditionally, longitudinal recording aligned domains parallel to the platter surface. Modern drives use perpendicular recording, where domains are aligned perpendicularly, allowing higher density. The write head generates a strong magnetic field that flips the orientation of domains as the platter passes underneath. The read head detects the magnetic flux transitions as the platter spins.

Data Organization: Tracks, Sectors, Cylinders

Tracks: Concentric circles on each platter surface. The number of tracks per surface varies by drive density; modern drives have hundreds of thousands of tracks.

Sectors: Each track is divided into sectors, traditionally 512 bytes each. Advanced Format drives use 4K sectors (4096 bytes) for better error correction and efficiency. Sectors are the smallest addressable unit of storage.

Cylinder: The set of tracks at the same radial position on all platters. For example, track 0 on platter 0, track 0 on platter 1, etc., form cylinder 0. Cylinders are used in CHS (Cylinder-Head-Sector) addressing, though modern drives use LBA (Logical Block Addressing).

LBA (Logical Block Addressing)

LBA is a linear addressing scheme where each sector is assigned a unique number from 0 to N-1. The drive's firmware translates LBA to physical cylinder, head, and sector. This simplifies the host interface and hides the physical geometry. The maximum LBA size for a 512-byte sector drive is 2^48 - 1, allowing drives up to 128 PiB theoretically.

Performance Metrics

Seek Time: Time for the actuator arm to move the heads from one track to another. Measured in milliseconds (ms). Average seek time for consumer drives: 8-12 ms; enterprise drives: 3-5 ms.

Rotational Latency: Time for the platter to rotate the desired sector under the head. Average latency = 0.5 / (RPM/60). For 7200 RPM: 0.5 / (7200/60) = 0.5 / 120 = 4.17 ms. For 5400 RPM: 5.56 ms. For 10k RPM: 3.0 ms. For 15k RPM: 2.0 ms.

Data Transfer Rate: Speed at which data is read from/written to the platters. Internal transfer rate (platter to cache) is typically 100-200 MB/s for consumer drives; external transfer rate (interface) is limited by SATA (6 Gbps ≈ 600 MB/s) or SAS (12 Gbps).

Access Time: Seek time + rotational latency + command overhead. Typical: 10-15 ms for consumer drives.

Interfaces

SATA (Serial ATA): Most common for consumer drives. SATA III (6 Gbps) is standard. SATA drives use a 7-pin data connector and a 15-pin power connector. Hot-swappable only if supported by host.

SAS (Serial Attached SCSI): Used in enterprise. SAS drives have dual ports for redundancy and support higher queue depths. SAS controllers can also connect SATA drives (but not vice versa). SAS 3.0 offers 12 Gbps.

PATA (Parallel ATA): Obsolete. Used 40- or 80-conductor ribbon cables. Max speed 133 MB/s. Not on the exam except for legacy recognition.

Form Factors

3.5-inch: Desktop and enterprise drives. Dimensions: 4″ × 1″ × 5.8″ (approx). Capacity up to 24 TB.

2.5-inch: Laptop drives. Dimensions: 2.75″ × 0.37-0.59″ × 3.96″. Thickness varies: 7mm, 9.5mm, 15mm. Capacity up to 5 TB.

1.8-inch: Older, used in MP3 players and ultra-portables. Rare now.

Power Management and Thermal Issues

HDDs consume 5-15W depending on form factor and RPM. Laptop drives often have power-saving features like spin-down after inactivity. Excessive heat (>60°C) can cause failures. Enterprise drives are rated for 24/7 operation; consumer drives may have lower duty cycles.

S.M.A.R.T. (Self-Monitoring, Analysis and Reporting Technology)

S.M.A.R.T. is a monitoring system built into HDDs that tracks various attributes like reallocated sectors, spin-up time, and temperature. The drive can predict imminent failure. Tools like smartctl (Linux) or CrystalDiskInfo (Windows) read S.M.A.R.T. data. The CompTIA A+ exam may ask about S.M.A.R.T. as a diagnostic tool.

Common Failure Modes

Head Crash: Head contacts platter, damaging magnetic surface and head. Often due to shock or contamination.

Bad Sectors: Physical defects on platter that cannot be read. The drive firmware remaps them to spare sectors.

Spindle Motor Failure: Motor seizes or fails to spin. Drive makes clicking or whining noise.

Electronic Failure: Controller board failure due to power surge or component failure. Drive may not spin or be detected.

Stiction: Heads stick to platter when drive is idle. Common in older drives; can be freed by gently spinning the platter (not recommended).

Configuration and Verification

In BIOS/UEFI, HDDs are detected automatically. SATA mode can be set to AHCI (recommended) or IDE (legacy). AHCI enables NCQ and hot-swap.

In Windows, use Disk Management (diskmgmt.msc) to initialize, partition, and format drives.

In Linux, use fdisk -l or lsblk to list drives. S.M.A.R.T. data: smartctl -a /dev/sda.

The exam may ask about jumper settings on PATA drives (master/slave) but not on SATA.

Interaction with Related Technologies

RAID: Multiple HDDs combined for redundancy or performance. RAID 0 stripes data, RAID 1 mirrors, RAID 5 uses parity. The exam covers RAID levels 0, 1, 5, and 10.

SSD vs HDD: SSDs are faster, quieter, more shock-resistant, but more expensive per GB. The exam asks when to use each.

Hybrid Drives (SSHD): Combine a small SSD cache with a large HDD. The firmware caches frequently accessed data on the SSD portion.

Walk-Through

1

Power On and Spin Up

When power is applied, the HDD's controller board initializes. The spindle motor begins to spin the platters. The drive must reach its rated RPM (e.g., 7200 RPM) before any read/write operations can occur. This takes 3-10 seconds. During spin-up, the heads are parked on a ramp (or landing zone) to prevent contact with the platters. The controller performs a self-test (POST) and checks S.M.A.R.T. attributes.

2

Head Load and Calibration

Once the platters are at speed, the actuator arm moves the heads from the ramp to the platter surface. The heads begin to fly on the air bearing. The drive calibrates the servo system by reading servo wedges embedded on the platters. These wedges provide positional feedback so the drive knows exactly where the heads are. Calibration typically takes less than a second.

3

Receive Read/Write Command

The host sends a command (e.g., read LBA 12345) via the SATA/SAS interface. The command is queued in the drive's cache. The controller interprets the command and translates the LBA to a physical cylinder, head, and sector using its internal mapping table. If Native Command Queuing (NCQ) is enabled, the drive may reorder commands to optimize performance.

4

Seek to Target Track

The actuator arm moves the heads radially to the correct track. The VCM receives current to accelerate the arm, then decelerates to stop precisely over the target track. The servo system uses the embedded servo wedges to fine-tune the position. Seek time depends on the distance moved; average seek is 8-12 ms for consumer drives.

5

Wait for Rotational Latency

After the head is on the correct track, the drive must wait for the platter to rotate so the desired sector passes under the head. The average rotational latency is half a rotation: for 7200 RPM, it's 4.17 ms. The controller may use the time to read other sectors on the same track (read-ahead caching).

6

Read or Write Data

As the sector passes under the head, the read element detects magnetic flux transitions and converts them to electrical signals. For writes, the write element applies a magnetic field to flip the orientation of domains. The data is transferred to/from the cache. The controller verifies the data (e.g., ECC). If a read error occurs, the drive may retry or remap the sector.

What This Looks Like on the Job

Enterprise Deployment: RAID Arrays for Storage Servers

In a data center, HDDs are often deployed in RAID arrays to balance performance and redundancy. For example, a file server might use RAID 5 with six 4TB 7200 RPM SATA drives. The drives are installed in hot-swap bays connected to a RAID controller. The controller handles striping and parity calculations. The storage administrator monitors S.M.A.R.T. attributes and replaces drives proactively when reallocated sector counts rise. A common issue is that during a RAID rebuild, the increased I/O load can cause other drives to fail due to vibration or thermal stress. To mitigate, enterprise drives with RV (Rotational Vibration) sensors are used.

Desktop Upgrade: Replacing a 5400 RPM Laptop Drive

A user wants to upgrade their laptop from a slow 5400 RPM 500GB HDD to a 7200 RPM 1TB HDD for better performance. The technician clones the old drive to the new one using disk imaging software. After installation, the BIOS must be set to AHCI mode for optimal performance. The user notices faster boot times and application loading because the 7200 RPM drive has lower rotational latency (4.17 ms vs 5.56 ms) and higher data transfer rates. However, the 7200 RPM drive consumes more power and generates more heat, which may reduce battery life.

External Storage: USB Enclosure with HDD

A photographer uses a 2.5-inch external HDD (USB 3.0) to back up photos. The drive is a 5400 RPM 2TB model. While transferring large files, the transfer rate is limited by the drive's internal speed (~100 MB/s) rather than USB 3.0 (5 Gbps). The user may experience slowdowns when the drive is fragmented. A common misconfiguration is plugging the drive into a USB 2.0 port, reducing speed to 480 Mbps (~60 MB/s). The technician should ensure the enclosure supports UASP (USB Attached SCSI Protocol) for better performance.

What Goes Wrong: Misconfigured RAID and Failed Drives

A common enterprise mistake is mixing drive speeds in a RAID array. For example, combining a 7200 RPM drive with a 5400 RPM drive in RAID 0 causes the array to operate at the slower speed, and the faster drive may experience higher wear. Another issue is using consumer-grade drives in a 24/7 server environment; they may fail prematurely due to vibration or thermal stress. The solution is to use NAS or enterprise drives rated for continuous operation.

How 220-1101 Actually Tests This

What the 220-1101 Exam Tests

Objective 3.4 specifically asks you to "Given a scenario, install, configure, and maintain storage devices." For HDDs, the exam focuses on:

Identifying and comparing HDD specifications: RPM, form factor (3.5-inch vs 2.5-inch), interface (SATA vs SAS), capacity.

Understanding the role of platters, heads, actuator arms, and cache.

Knowing performance characteristics: seek time, rotational latency, transfer rate.

Recognizing S.M.A.R.T. as a diagnostic tool.

Selecting the appropriate drive for a given scenario (e.g., laptop vs server).

Common Wrong Answers and Why

1.

Confusing RPM with data transfer rate: Many candidates think higher RPM always means faster transfer rate, but RPM affects latency, not sustained transfer rate (which depends on platter density and interface).

2.

Mixing up SATA and SAS: Candidates often think SATA drives work in SAS controllers (they do, but not vice versa) or that SAS drives are hot-swappable in any bay (they require SAS backplane).

3.

Forgetting that 2.5-inch drives can be used in desktops with adapters: The exam may present a scenario where a 2.5-inch SSD is installed in a 3.5-inch bay using an adapter bracket.

4.

Assuming all HDDs use 512-byte sectors: Advanced Format drives use 4K sectors, which can cause performance issues if the OS is not aligned.

Specific Numbers and Terms to Memorize

7200 RPM average rotational latency: 4.17 ms (or approximately 4 ms).

5400 RPM average latency: 5.56 ms.

SATA III speed: 6 Gbps (600 MB/s).

SAS 3.0 speed: 12 Gbps.

Typical cache sizes: 8-256 MB.

Form factor thicknesses: 7mm, 9.5mm (2.5-inch).

Edge Cases and Exceptions

SSHDs (Solid State Hybrid Drives): Combine an HDD with a small SSD cache. The exam may ask about their advantage (faster boot times without full SSD cost).

Helium-filled drives: Enterprise HDDs filled with helium reduce turbulence and allow more platters. Not on the exam but good to know.

Shingled Magnetic Recording (SMR): Used in some consumer HDDs; write performance degrades after cache fills. The exam may not test this, but be aware.

How to Eliminate Wrong Answers

If a question asks about speed, calculate rotational latency: 0.5 / (RPM/60). Eliminate answers that confuse latency with seek time.

If a question asks about interfaces, remember: SATA is consumer, SAS is enterprise with dual ports.

If a question asks about failure prediction, the answer is S.M.A.R.T.

If a question asks about capacity, remember that 3.5-inch drives have higher max capacity than 2.5-inch.

Key Takeaways

HDD platters spin at constant RPM; common speeds: 5400, 7200, 10k, 15k.

Average rotational latency = 0.5 / (RPM/60) seconds.

Seek time is the time for the actuator arm to move heads to the correct track.

Access time = seek time + rotational latency + command overhead.

SATA III has a maximum throughput of 6 Gbps (≈600 MB/s).

SAS 3.0 offers 12 Gbps and supports dual-port for redundancy.

2.5-inch drives are typically used in laptops; 3.5-inch in desktops.

S.M.A.R.T. monitors drive health and can predict failure.

LBA (Logical Block Addressing) hides physical geometry from the OS.

Advanced Format drives use 4K sectors; older OS may need alignment.

SSHDs combine a small SSD cache with an HDD for improved performance.

Heads never touch the platter during operation; they fly on an air bearing.

Easy to Mix Up

These come up on the exam all the time. Here's how to tell them apart.

5400 RPM HDD

Lower rotational speed (5400 RPM)

Average rotational latency: 5.56 ms

Lower power consumption (typically 4-6W)

Less heat generation

Common in laptops and external drives for capacity and battery life

7200 RPM HDD

Higher rotational speed (7200 RPM)

Average rotational latency: 4.17 ms

Higher power consumption (typically 6-10W)

More heat generation

Common in desktops and entry-level servers for better performance

Watch Out for These

Mistake

A 7200 RPM drive always transfers data faster than a 5400 RPM drive.

Correct

RPM affects rotational latency, not the sustained transfer rate. A 5400 RPM drive with higher areal density can have a higher transfer rate than an older 7200 RPM drive. The transfer rate depends on platter density and interface speed.

Mistake

HDD heads touch the platter when reading/writing.

Correct

Heads never touch the platter during normal operation. They fly nanometers above the surface on an air bearing. Contact causes a head crash and data loss.

Mistake

SATA and SAS cables are interchangeable.

Correct

SATA and SAS cables have the same physical connectors but are electrically different. SAS controllers can connect SATA drives, but SATA controllers cannot connect SAS drives. SAS drives require a SAS backplane or controller.

Mistake

All 2.5-inch HDDs are the same thickness.

Correct

2.5-inch drives come in different thicknesses: 7mm (ultra-slim), 9.5mm (standard), and 15mm (high-capacity). Using a drive that is too thick for a laptop bay can cause physical interference.

Mistake

Defragmenting an HDD always improves performance.

Correct

Defragmentation helps on HDDs by reducing seek times, but on SSDs it is harmful and increases write wear. The exam may test that defragmentation is only beneficial for HDDs, not SSDs.

Do You Actually Know This?

Reveal each answer, then mark whether you got it right. Score 60%+ to unlock the next chapter.

Frequently Asked Questions

What is the difference between 5400 RPM and 7200 RPM HDDs?

The primary difference is rotational speed, which affects rotational latency. A 7200 RPM drive has an average rotational latency of 4.17 ms vs 5.56 ms for 5400 RPM. This results in faster access times for random I/O. However, sustained transfer rates depend more on areal density. 7200 RPM drives also consume more power and generate more heat, making them less suitable for laptops.

Can I use a 2.5-inch HDD in a desktop?

Yes, you can use a 2.5-inch HDD in a desktop. Most desktop cases have mounting holes for 2.5-inch drives, or you can use an adapter bracket to fit a 3.5-inch bay. The interface (SATA) is the same. However, 2.5-inch drives typically have lower capacity and may be slower than 3.5-inch drives.

What is S.M.A.R.T. and how do I use it?

S.M.A.R.T. (Self-Monitoring, Analysis and Reporting Technology) is a diagnostic system built into HDDs that monitors attributes like reallocated sectors, spin-up time, and temperature. It can predict imminent failure. You can view S.M.A.R.T. data using tools like CrystalDiskInfo (Windows) or smartctl (Linux). If the tool reports a warning, back up data immediately and replace the drive.

What is the difference between SATA and SAS drives?

SATA (Serial ATA) is used in consumer applications; SAS (Serial Attached SCSI) is for enterprise. SAS drives have dual ports for redundancy, support higher queue depths, and are generally more reliable. SAS controllers can connect SATA drives, but SATA controllers cannot connect SAS drives. SAS 3.0 offers 12 Gbps; SATA III offers 6 Gbps.

What is LBA (Logical Block Addressing)?

LBA is a linear addressing scheme where each sector is assigned a unique number from 0 to N-1. The drive's firmware translates LBA to physical cylinder, head, and sector. This simplifies the host interface and hides the physical geometry. LBA replaced CHS (Cylinder-Head-Sector) addressing. The maximum LBA size for 512-byte sectors is 2^48 - 1.

How do I calculate average rotational latency?

Average rotational latency is half the time for one full rotation. Formula: 0.5 / (RPM/60) seconds. For 7200 RPM: 0.5 / (7200/60) = 0.5 / 120 = 0.004167 seconds = 4.17 ms. For 5400 RPM: 0.5 / (5400/60) = 0.5 / 90 = 0.005556 seconds = 5.56 ms.

What is a head crash?

A head crash occurs when the read/write head contacts the platter surface, damaging the magnetic coating and the head itself. It can be caused by physical shock, contamination, or mechanical failure. Data loss is often severe. Symptoms include loud clicking noises and drive failure. Prevention includes handling drives carefully and using shock-resistant mounts.

Terms Worth Knowing

Ready to put this to the test?

You've just covered HDD Mechanical Components and Specifications — now see how well it sticks with free 220-1101 practice questions. Full explanations included, no account needed.

Done with this chapter?