HDD Selection Analysis — Recording Technology, Helium-Filling, and Product Tiers: The Core Distinction Between CMR and SMR

🔊

About This Handbook

This handbook is not organized by brand or model. It is organized by magnetic recording technology and product tier. The underlying dimensions of an HDD — recording technology (PMR/CMR/SMR/HAMR), helium-filling, interface (SATA/SAS), spindle speed, and product tier — have been stable for years (the CMR vs SMR debate became industry consensus after the 2020 WD incident; helium-filling dates to 2013; HAMR is still being industrialized). These dimensions are a better long-term reference than specific model numbers.

HDDs remain irreplaceable even as SSD prices fall. For storage needs above 16TB, the per-GB cost of an HDD is only 1/5 to 1/10 that of an SSD. NAS, cold backup, surveillance recording, and video archive — these high-capacity, low-frequency-access workloads still have no economical alternative to HDDs. But there is one trap that is easiest to fall into when buying HDDs: CMR or SMR.

mermaid
flowchart TD
    A["HDD Selection"] --> B["Recording Technology: CMR/SMR Core Distinction"]
    A --> C["Helium-Filling: Essential for High Capacity"]
    A --> D["Interface & Spindle Speed: Performance Trade-offs"]
    A --> E["Product Tiers: Desktop/NAS/Surveillance/Enterprise"]
    style A fill:#e3f2fd,stroke:#2196F3
    style B,C,D,E fill:#fff3e0,stroke:#FF9800

Recording technology determines whether a drive can be used in a NAS; helium-filling determines how large it can get; interface and spindle speed determine performance; product tier determines workload fit.

Quick Selection Table

Organized by workload -> technical requirement. Model numbers are only current representatives; when generations change, look for new models that meet the same technical requirements.

WorkloadTechnical RequirementCurrent Representative (price tier)
NAS / RAID arrayNAS-tier + CMR + 5400/7200rpm + anti-vibration (RV sensor)WD Red Plus / Seagate IronWolf / Toshiba N300
Surveillance DVRSurveillance-tier + CMR + 24/7 sustained sequential writes + ATA StreamingWD Purple / Seagate SkyHawk
Cold storage / backup archiveEnterprise + helium-filled + high capacity (16TB+)Seagate Exos / WD UltraStar / Toshiba MG
Desktop warehouse drive7200rpm + high capacity (SMR acceptable)WD Blue / Seagate Barracuda
Used enterprise driveCheck S.M.A.R.T. (power-on hours, bad sectors) + official warrantyPulled Exos / UltraStar (only if you know how to verify)

Price tier note: consumer pricing follows mainstream JD.com/Tmall channels; enterprise pricing follows distributor quotes. Actual procurement prices vary significantly by channel and volume.

Magnetic Recording Technology Evolution

To understand HDD selection, first understand the evolution of magnetic recording. This is the fundamental dimension that determines whether a drive is “suitable for a NAS.”

mermaid
flowchart TD
    A["Magnetic Recording Evolution"] --> B["LMR Longitudinal Recording<br/>Obsolete (pre-2010)"]
    A --> C["PMR Perpendicular Recording<br/>Foundation of CMR"]
    A --> D["SMR Shingled Recording<br/>Higher density, poor random writes"]
    A --> E["HAMR Heat-Assisted Recording<br/>Future direction (30TB+)"]
    A --> F["MAMR Microwave-Assisted<br/>Competing approach to HAMR"]
    style A fill:#e3f2fd,stroke:#2196F3
    style B fill:#ffcdd2,stroke:#f44336
    style C fill:#c8e6c9,stroke:#4CAF50
    style D fill:#fff3e0,stroke:#FF9800
    style E fill:#bbdefb,stroke:#2196F3
    style F fill:#bbdefb,stroke:#2196F3
TechnologyPrincipleCapacity RangeStatus
LMR (Longitudinal Recording)Magnetic domains aligned horizontally<= 2TBObsolete
PMR/CMR (Perpendicular Recording)Magnetic domains aligned vertically; tracks independent<= 16TB (per drive)Current mainstream
SMR (Shingled Magnetic Recording)Tracks partially overlap (like roof shingles)~25% larger than CMRCommon on desktop drives
HAMR (Heat-Assisted Magnetic Recording)Laser heats domains before writing20TB-50TB+In production since 2024
MAMR (Microwave-Assisted)Microwave-assisted writing20TB+Adopted by some vendors

Data sources: INSIC (Information Storage Industry Council) technology roadmap; Seagate HAMR technical whitepaper; WD MAMR/EPMR technology page; Toshiba MAS-MAMR technology introduction.

CMR vs SMR: The Core Distinction in Selection

This is the most important judgment in HDD selection. Choosing wrong will collapse NAS performance and make RAID rebuilds never finish.

CMR (Conventional Magnetic Recording)

In CMR (Conventional Magnetic Recording), tracks are independent and do not affect one another. Writing one track does not affect adjacent tracks — it can be overwritten directly.

Suitable for: NAS, RAID, random writes, databases, virtualization. Any workload that requires stable write performance should choose CMR.

SMR (Shingled Magnetic Recording)

SMR (Shingled Magnetic Recording) partially overlaps tracks like roof shingles, for higher density and larger per-platter capacity — at the cost of a sharp increase in write complexity.

mermaid
flowchart TD
    subgraph CMR
        C1["Independent tracks<br/>Writes have no side effects"]
    end
    subgraph SMR
        S1["Overlapping tracks<br/>Like roof shingles"]
        S1 --> S2["Writing one track<br/>overwrites neighbors"]
        S2 --> S3["Requires read-modify-write<br/>of adjacent tracks"]
    end
    style C1 fill:#c8e6c9,stroke:#4CAF50
    style S1,S2,S3 fill:#ffcdd2,stroke:#f44336

When SMR writes one track, it overwrites the data of adjacent tracks. To write data, the controller must first read the adjacent tracks’ data, merge the new data with the old, then rewrite it all together — a single write becomes a three-step “read-modify-write.” Sequential writes (surveillance recording, file appends) are largely unaffected; but random writes (NAS ZFS, databases, RAID rebuilds) trigger dense read-modify-write operations in the controller, dropping performance to a few MB/s or even stalling.

The WD SMR Incident of 2020

In April 2020, the community discovered that some WD Red models (EFAX) had been silently switched from CMR to SMR, with no marking on the product page. These drives were positioned as NAS-specific, yet performance collapsed during ZFS rebuilds, freezing the entire RAID pool. WD initially claimed “SMR is suitable for NAS workloads,” which was later disproved by hands-on testing from Arstechnica and ServeTheHome. WD eventually admitted this and published a CMR/SMR model list.

Afterward, WD, Seagate, and Toshiba all began marking CMR/SMR on their product pages. But entry-level desktop drives still default to SMR, because of higher per-platter capacity and lower cost. When buying a NAS drive, you must confirm it is CMR.

How to Tell CMR from SMR

ChannelMethod
Official product pageWD / Seagate / Toshiba all publish CMR/SMR list PDFs
Price signalAnything noticeably cheaper at the same capacity is almost certainly SMR
Capacity segmentDesktop drives below 4TB are mostly SMR; above 8TB almost all CMR
Product positioningNAS/surveillance/enterprise are essentially all CMR; desktop is often SMR
Hands-on testSustained random write performance is poor and the HD Tune write curve is jagged = SMR

Rule of thumb: Desktop drives below 4TB are mostly SMR; NAS, surveillance, and enterprise drives are essentially all CMR; above 8TB almost everything is CMR (SMR yields diminishing returns at high capacity).

Helium-Filling: The Key to High Capacity

Platters spin at high speed inside the enclosure, and air resistance slows the rotation and generates heat. Helium-filled drives fill the enclosure with helium (1/7 the density of air) to reduce drag, allowing more platters to be stacked, so a single drive can exceed 10TB.

TypeCapacity RangeCharacteristicsSuitable For
Air-filled<= 8TBCheap, fewer plattersDesktop, entry NAS
Helium-filled10TB-24TB+More platters, low power, low noiseEnterprise, NAS, cold storage

Above 10TB, almost everything is a helium-filled drive. Helium slowly leaks; helium drives are well sealed within their design life (5-year warranty), but used helium drives over 5 years old should be treated with caution — once helium leaks, platter drag increases, affecting both performance and lifespan.

Interface

InterfaceSpeedUse
SATA III6 Gbps (~550 MB/s)Consumer, NAS
SAS (Serial Attached SCSI)12 Gbps or 24 GbpsServers, enterprise

SATA already satisfies consumer needs — HDDs themselves run at 100-250 MB/s, far below the SATA ceiling. SAS is for enterprise servers, supporting hot-swap, dual-port redundancy, and higher MTBF, at more than double the price. SAS is not recommended for home use; motherboards and backplanes typically do not support it.

Spindle Speed: The Trade-off Between Speed and Noise

Spindle speed (RPM, revolutions per minute) determines head sweep speed and directly affects sustained transfer rate and seek time:

SpeedSustained R/WSeek TimeNoiseTypical Use
5400 / 5900 rpm100-150 MB/sSlowerLowNAS, surveillance, archiving
7200 rpm150-200 MB/sMediumMediumDesktop, game library drive
10000 rpm200-250 MB/sFastHighEnterprise, databases (rare)

NAS and surveillance drives mostly use 5400/5900 — the speed meets the need, with lower noise, power, and heat, suited to 24/7 operation. Desktop warehouse drives use 7200 to balance speed and noise. 10000rpm (e.g., WD VelociRaptor) has largely been replaced by SSDs.

Product Tiers: Four Levels by Workload

HDDs are tiered by workload. Choosing the wrong type accelerates aging. These four tiers are industry consensus and are more stable than specific model numbers.

Desktop Tier (8x5 intermittent)

Common traits: 8x5 intermittent workload, mostly SMR (below 4TB), 5400-7200rpm, SATA, 1-2 year warranty, no anti-vibration design.

Suitable for: PC warehouse drive, temporary storage. Not suitable for continuous NAS operation.

NAS Tier (24/7 medium load)

Common traits: designed for 24/7 operation, CMR, 5400-7200rpm, SATA, 180-300TB/year workload, RV sensor (rotational vibration resistance), 3-year warranty.

Suitable for: NAS, RAID arrays, small and medium servers.

⚠️ A NAS must use a NAS-tier drive. Desktop drives running continuously in a NAS environment age faster, and the lack of an RV sensor causes multi-drive resonance that damages heads. The CMR, anti-vibration, and annual workload guarantees of NAS-tier drives are what desktop drives lack.

⚠️ WD’s distinguishing point: the regular “WD Red” includes SMR models (EFAX); “WD Red Plus” is the CMR line. When buying a WD NAS drive, always look for the Plus suffix.

Surveillance Tier (24/7 sustained sequential writes)

Common traits: optimized for 24/7 sustained sequential writes, CMR, supports the ATA Streaming command (allows dropping frames to keep the stream smooth), 180-360TB/year workload, SATA, 3-year warranty.

Suitable for: surveillance DVRs (DVR/NVR), video surveillance storage.

⚠️ Do not substitute desktop drives for surveillance drives. Consumer drives fail within 1-2 years under 24/7 sustained writes, while surveillance drives can last 3-5 years. The ATA Streaming command on surveillance drives allows frame drops at peak bitrate to keep the stream smooth and avoid recording interruptions.

Enterprise Tier (24/7 high load)

Common traits: designed for 24/7 high-load, CMR, helium-filled, 550-5500 TB/year workload, SAS or SATA, dual-port redundancy (SAS), MTBF of 2-2.5 million hours, 5-year warranty.

Suitable for: enterprise servers, virtualization storage, databases, cold-storage archiving.

⚠️ The core value of enterprise drives is endurance and reliability. MTBF of 2-2.5 million hours (vs. 1 million for consumer), 5500 TB/year workload (vs. 55TB for desktop), dual-port redundancy, helium sealing. Cold storage and 24/7 servers must use enterprise drives.

Pitfalls You Must Know

⚠️ CMR vs SMR is the life-and-death line of NAS selection. SMR will collapse to a few MB/s in random-write workloads (ZFS, RAID rebuilds). A NAS must use CMR.

⚠️ WD Red does not equal CMR. The regular WD Red includes SMR models; WD Red Plus is the CMR line.

⚠️ Desktop drives are not suitable for NAS. No RV sensor, low annual workload rating, and mostly SMR — they fail early in a NAS environment.

⚠️ Be cautious with used helium drives over 5 years old. Helium leakage affects performance and lifespan.

⚠️ Stay away from SAS drives for home use. Motherboards and backplanes usually do not support them, and they cost more than twice as much.

⚠️ Surveillance drives drop frames via ATA Streaming. This is by design (to keep recording smooth), not a fault. But used for data storage, dropped frames will corrupt files — do not use surveillance drives as data drives.

⚠️ Enterprise drives cost 30-50% more than consumer drives. But endurance is several times higher, so the total cost of ownership is lower in 24/7 scenarios.

⚠️ Do not buy used mining drives for production. Mining drives run 24/7 at full load, with severe mechanical wear.

⚠️ HAMR drives are still early-generation products. HAMR drives (20TB+) that entered production in 2024 are expensive with little long-term reliability data. Studios and enterprises are advised to wait until 2026-2027 for the technology to mature before considering them.

Counter-intuitive correction: SSDs will not fully replace HDDs. Although SSD prices keep falling, the cost advantage of HDDs for storage above 16TB remains 5-10x. Cold data archiving, video footage, and backups — these high-capacity, low-frequency-access workloads — will remain irreplaceable by HDDs for the foreseeable future. HAMR technology will keep pushing HDD capacity past 50TB+.

Identifying Used and Refurbished Drives

An HDD is a mechanical wear part, and power-on hours directly reflect its remaining life. When buying a used drive, you must check S.M.A.R.T.:

MetricMeaningHealthy Range
Power-On HoursHours powered onThe lower the better; >30000 hours = caution
Start/Stop CountNumber of start/stop cyclesReflects power-on/off frequency
Reallocated Sector CountReallocated sectors>0 means bad sectors, do not buy
Current Pending SectorPending sectors>0, do not buy
Uncorrectable Sector CountUncorrectable sectors>0, do not buy

Tools: CrystalDiskInfo on Windows, smartctl -a /dev/sdX on macOS/Linux.

Identifying Zeroed and Refurbished Drives

Disreputable sellers use specialized tools to zero out S.M.A.R.T. data, turning drives with tens of thousands of power-on hours into “brand new.” How to spot them:

  • Abnormally low price: a 16TB enterprise drive for 800 RMB (new is 2200+) is almost certainly a zeroed drive.
  • Physical wear inconsistent with S.M.A.R.T.: screw scratches on the body, yellowed label, but S.M.A.R.T. shows 0 power-on hours.
  • Abnormal G-List growth: specialized tools can reveal hidden bad-sector records.
  • Official warranty lookup: check the serial number on the WD/Seagate website; a warranty period mismatch means a problem drive.

New buyers should prioritize JD Direct or official flagship stores and not chase cheap used drives. Only consider used enterprise drives once you know how to read S.M.A.R.T.

Selection Comparison Summary

DecisionRecommended ScenarioNot Recommended Scenario
CMR vs SMRNAS/RAID/random writes must be CMRDesktop warehouse drive (intermittent writes), SMR acceptable
NAS-tier vs Desktop-tier24/7 operation must be NAS-tierDesktop warehouse drive uses desktop-tier
Helium vs Air10TB+ must be heliumSmall capacity uses air-filled
SAS vs SATAEnterprise servers choose SASHome/studio chooses SATA
5400 vs 7200 rpmNAS/surveillance choose 5400 (low noise)Desktop warehouse drive chooses 7200 (speed)
New vs UsedProduction uses new drivesOnly consider used if you can read S.M.A.R.T.

References

  1. INSIC (Information Storage Industry Council) technology roadmap: https://www.insic.org/
  2. Seagate HAMR technical whitepaper: https://www.seagate.com/tech-insights/laser-on-hamr-hard-drive-tech-prm/
  3. WD MAMR / EPMR technology page: https://blog.westerndigital.com/mamr-then-epmr/
  4. Toshiba MAS-MAMR technology introduction: https://www.toshiba-storage.com/terms/mamr/
  5. CMR vs SMR technical comparison (Seagate): https://www.seagate.com/blog/cmr-vs-smr-hard-drives-master/
  6. WD CMR/SMR model list (published after the 2020 incident): https://blog.westerndigital.com/wd-red-nas-drives/
  7. SATA-IO (Serial ATA International Organization) specifications: https://sata-io.org/
  8. SCSI Trade Association (SAS specifications): https://www.scsita.org/
  9. SNIA (Storage Networking Industry Association) technical documents: https://www.snia.org/
  10. S.M.A.R.T. standard (Technical Committee T13): https://t13.org/
  11. Backblaze annual drive reliability report: https://www.backblaze.com/blogs/hard-drive-test-data/
  12. ServeTheHome drive reviews: https://www.servethehome.com/
  13. StorageReview in-depth drive reviews: https://www.storagereview.com/
  14. Arstechnica coverage of the WD SMR incident (2020): https://arstechnica.com/gadgets/2020/04/wd-admits-to-sneaking-smr-disks-into-its-nas-lineup/
  15. Tom’s Hardware drive reviews: https://www.tomshardware.com/reviews/best-hard-drives
  16. HDDScan (S.M.A.R.T. tool): https://hddscan.com/
  17. CrystalDiskInfo (Windows S.M.A.R.T. tool): https://crystalmark.info/en/software/crystaldiskinfo/
  18. IEEE magnetic recording standards: https://standards.ieee.org/