SMR
Initialism of shingled magnetic recording.
SMR: stacking data on one disk by overlapping tracks
Shingled magnetic recording is a hard disk technology that increases storage density by intentionally overlapping adjacent data tracks. In conventional recording, tracks are laid down with guard bands of empty space between them to prevent crosstalk and corruption. SMR eliminates most of this wasted space by allowing tracks to overlap like roof shingles, with each new track partially overwriting the previous one. The result is a disk that stores 20 to 30 percent more data in the same physical footprint.
The catch is that SMR disks cannot update data randomly. Because tracks overlap, writing to one track destroys part of the next track, so the drive must read, erase, and rewrite entire zones of sequential tracks to modify even a small amount of data. Zones typically contain 20 to 50 megabytes and require full sequential rewriting. This makes SMR disks slower and more resource-intensive in workloads with frequent random writes, particularly in multi-threono environments where many small files are updated constantly.
Where SMR works and where it fails
SMR is well suited to archival storage, cold backup, and near-line repositories where data is written in bulk and read sequentially. Surveillance systems and media libraries benefit from the capacity gain. Consumer external drives and low-cost NAS units often use SMR to hit price targets. Database servers, transaction systems, and any application with random write patterns perform poorly on SMR because the zone rewrite overhead creates latency spikes and excessive wear on the disk.
Manufacturers initially did not always disclose which drives used SMR, leading to customer frustration when systems designed for conventional drives exhibited unexpected slowdowns. Industry practice has since improved, though SMR remains a specification that must be verified during procurement. Some enterprise disk controllers and NAS appliances now include detection and special handling for SMR disks to mitigate performance issues through read-ahead and write coalescing.
SMR competes directly with perpendicular magnetic recording (PMR) and newer helium-filled enterprise drives. As conventional drives approach physical areal density limits, SMR has become the primary mechanism for manufacturers to increase capacities in the 2 to 12 terabyte range. Next-generation technologies like HAMR (heat-assisted magnetic recording) may eventually supersede it, but SMR remains the dominant density-enhancement method in spinning drives as of the early 2020s.