CMR vs SMR vs HAMR
This comparison covers the three main magnetic recording technologies used in modern hard drives (HDDs). The key differences lie in how data is written, which directly impacts speed, capacity, and price.
TL;DR: Which one do you need?
- CMR (Conventional): The "standard" choice. Best for general use, gaming, NAS, and boot drives. It offers the most reliable performance.
- SMR (Shingled): The "budget/archive" choice. Good for backups and external drives where you write data once and read it occasionally. Avoid for OS drives or heavy writing.
- HAMR (Heat-Assisted): The "future enterprise" choice. Designed for massive data centers (20TB+ drives). It uses lasers to increase capacity but is currently rare in consumer markets.
1. CMR (Conventional Magnetic Recording)
Also known as PMR (Perpendicular Magnetic Recording).
- How it works: Data tracks are written side-by-side without overlapping, like parallel lanes on a highway.
- Pros:
- Consistent Speed: Write speeds do not drop during large file transfers.
- Safety: You can rewrite data in one sector without affecting its neighbors.
- Cons:
- Lower Density: Physically cannot pack as much data onto a platter as SMR or HAMR.
- Cost: Slightly more expensive per terabyte than SMR.
- Best For: Gaming, Operating Systems, NAS (RAID arrays), and video editing.
2. SMR (Shingled Magnetic Recording)
- How it works: Data tracks overlap slightly, like shingles on a roof. This allows manufacturers to squeeze more tracks onto the same disk.
- Pros:
- Capacity & Price: Cheaper to manufacture and offers higher storage capacity for the price.
- Cons:
- Slow Writes: If you try to overwrite data, the drive must read the existing data, modify it, and rewrite the overlapping tracks (a process called "cleaning"). This can cause write speeds to plummet to near zero during heavy use.
- RAID Issues: The pauses caused by the rewriting process can trick a RAID controller into thinking the drive has failed, causing it to drop the drive from the array.
- Best For: "Cold" storage, backups, archiving, and external hard drives for storing media files (Write Once, Read Many).
3. HAMR (Heat-Assisted Magnetic Recording)
- How it works: A tiny laser diode on the write head momentarily heats the disk surface to ~400°C (for a nanosecond) before writing. This allows the drive to use a more stable magnetic material that can hold much smaller "bits" of data, vastly increasing density.
- Pros:
- Massive Capacity: Enables drives well beyond 30TB (aiming for 50TB-100TB in the future).
- Performance: Maintains CMR-level performance while offering SMR-beating density.
- Cons:
- Cost & Availability: Currently expensive and mostly sold to enterprise/data center clients (like Google or Amazon).
- Complexity: Requires advanced materials and thermal control.
- Best For: Enterprise data centers, cloud storage, and eventually high-end consumer NAS as the technology matures.
Comparison Table
| Feature | CMR | SMR | HAMR |
|---|---|---|---|
| Track Layout | Parallel (No overlap) | Overlapping (Shingled) | Extremely dense (Laser assisted) |
| Write Speed | Fast & Consistent | Slow (especially rewrites) | Fast |
| Cost | Moderate | Low | High (currently) |
| Primary Use | Daily Use, NAS, OS | Backup, Archive | Data Centers, Future High-Cap |
| RAID Safe? | Yes | No (Generally) | Yes |
Recommendation
If you are buying a hard drive today for a PC or NAS, always look for "CMR" in the spec sheet. It is the safest bet for performance reliability. Only choose SMR if you are on a strict budget and simply need a drive to store files that you won't touch often (like a backup drive).