What CMR and SMR actually mean
CMR (Conventional Magnetic Recording) writes data tracks side by side with a small gap, so any track can be rewritten without touching its neighbours. Write performance is consistent, which is why CMR is the standard for NAS, RAID and any workload with sustained or random writes.
SMR (Shingled Magnetic Recording) overlaps the tracks like roof shingles to pack more data onto each platter, which lowers cost per terabyte. The catch is that writing to one track disturbs the tracks it overlaps, so the drive must read and rewrite whole bands of data. Under light, sequential writes an SMR drive keeps up; under sustained or random writes it slows dramatically as its cache fills.
In practice, an SMR drive behaves in two modes. While its internal cache has room, writes feel normal. Once that cache fills during a long write, the drive has to reorganise overlapping bands in the background, and sustained write speed can collapse from hundreds of megabytes per second to a small fraction of that. Reads are unaffected, which is why SMR is perfectly good for storing and playing back data you rarely change. It is specifically heavy, continuous writing that exposes the weakness.
Why SMR is dangerous in a NAS or RAID
A RAID rebuild, the process of restoring redundancy after a drive fails or is replaced, is one long, heavy, sustained write. That is the worst case for SMR: the drive falls behind, response times spike, and the controller can decide the drive has failed and drop it from the array. In a degraded array that can mean data loss. This is the core reason the 2020 WD Red controversy caused so much anger: WD had quietly shipped SMR drives (the WD Red EFAX models, 2TB to 6TB) into a NAS line where buyers reasonably expected CMR.
Since then manufacturers disclose the recording type, but you still have to check. In WD's range, the WD Red Plus (EFRX/EFZX) and WD Red Pro are CMR, while the plain WD Red EFAX capacities were SMR. Several Seagate BarraCuda desktop capacities (roughly 2TB to 8TB) use SMR, whereas IronWolf and Exos are CMR. Some Toshiba desktop drives use SMR while the N300 NAS line is CMR. Always confirm on the datasheet before buying for a NAS.
ZFS and other copy-on-write or parity file systems deserve a special warning, because they write in patterns that are close to the worst case for SMR. A resilver, ZFS's equivalent of a rebuild, can take an SMR drive so long that the pool is exposed to a second failure for far longer than it should be, and some users have seen SMR drives repeatedly marked as faulted under that load. If you run TrueNAS, Unraid parity, Synology SHR or any RAID with redundancy, treat CMR as a hard requirement, not a preference.
Choose CMR if / Choose SMR if
| Buy CMR when | SMR is acceptable when |
|---|---|
| The drive goes in a NAS or RAID array | The drive is a single external backup |
| You do sustained or random writes | Writes are light and mostly sequential |
| You run ZFS, Synology SHR or any parity RAID | You are archiving data you rarely change |
| You want predictable write performance | Lowest price per terabyte is the priority |
How to tell what you have
- Check the datasheet: manufacturers now list CMR or SMR by model number; match the exact part number, not just the family.
- Watch the family names: WD Red Plus and Red Pro are CMR; plain WD Red EFAX was SMR. Seagate IronWolf and Exos are CMR; some BarraCuda capacities are SMR.
- When it is not stated: treat an unlabelled drive as unknown and avoid it for RAID; reputable NAS drives always disclose CMR.