logo elektroda
logo elektroda
X
logo elektroda

SMR disk trap, CMR vs SMR on the SGdata channel

TechEkspert  11 18615 Cool? (+11)
📢 Listen (AI):

TL;DR

  • It compares CMR and SMR HDD recording, using an old 2GB drive and SGdata channel material to question whether SMR is worth choosing.
  • CMR stores non-overlapping tracks, while SMR overlaps tracks and relies on background corrections because the write head is wider than the read head.
  • The article warns write speed could drop from ~100MB/s to 15-40Mb/s, and in extreme cases to 10-20Mb/s during heavy overwrite workloads.
  • The conclusion is strongly anti-SMR for home NAS, RAID, encryption, deduplication, and CCTV-style cyclic overwriting, with CMR preferred instead.
Generated by the language model.
Reading the material the inside of an old 2GB HDD I remembered the material from the SGdata YT channel comparing the CMR and SMR recording methods used in HDD drives. Video from the SGdata channel below.

CMR (Conventional Magnetic Recording) - data is recorded on magnetic tracks next to each other, the tracks do not overlap and the recordings do not affect adjacent tracks.

SMR (Shingled Mgnetic Recording) - the tracks partially overlap each other (shingled magnetic recording), the data tracks are thinner so you can fit more data in the same area as in CMR. However, we will learn from the material that this method of recording may generate problems.

SMR complicates the write operation, the write trace is wider than the read trace. Modifying data requires correcting previously saved data. According to the author of the material, new data will be saved by the disk "in the background" in a free space, and the disk software will correct the overwritten data during idle time.

The material highlights the situation when the disk surface is completely written, then SMR may have a problem with writing new data to the free space. Additionally, what will happen if there is a power outage (USB portable drive) while corrections are being made by the drive? It depends on how the disk software was written.

I have several hypotheses regarding SMR.

1. Significant drop in write performance in certain cases:
I noticed that SMR drives are also available for home NAS.
What happens when data is saved/overwritten from several computers to such a home NAS?
(e.g. holiday photos or a backup of a laptop connected to the home network)
At some point the SMR drive must find time for corrections, if the writing is continuous and the amount of recorded data is too large, in my opinion the drive will force the transfer speed to be reduced to deal with internal correction procedures. Continuous sequential recording is a good scenario for a mechanical HDD (few head movements), which allows for fast recording. However, in SMR it seems that such a sequential write/overwrite will turn into a continuous skip of the write correction head, i.e. it will be a random write. The more write corrections (e.g. overwriting old backup files of our laptop), the greater the number of I/O operations generated by internal mechanisms, I suspect that the write speed may then drop from, say, ~100MB/s to 15-40Mb/s.

2. Problems when working in a RAID group:
Working in a RAID group may, in my opinion, worsen the effect of SMR delays, each disk has its own life and during adjustments it slows down the operation of the entire group. Working in RAID often means allocating the entire disk capacity and NAS software manages snapshots, spaces shared as logical entities relative to the physical structure of the disk. It is possible to save the entire HDD capacity (expanding the RAID group with additional disks, rotational backups, etc.).

3. Problems with encryption, compression, deduplication:
In my opinion, these may be further mechanisms causing multiplication write operations (need to modify data blocks) and the previously mentioned write speed values may, in my opinion, drop even to 10-20Mb/s in extreme conditions.

4. CCTV monitoring, cyclic saving/overwriting of HDD in its entirety:
according to In my opinion, SMR should not be used for such applications.

What do you think about these observations?
is it possible?
am I wrong?


Some manufacturers did not clearly communicate the use of SMR:
https://www.benchmark.pl/aktualnosci/western-...je-liste-slabsych-dykow-hdd-z-zapisem-sm.html

After reading the video materials, would I choose SMR when choosing a drive?
NO.

What is your opinion on this, would you choose an SMR or CMR HDD?

Material from the SGdata channel:



About Author
TechEkspert
TechEkspert wrote 7020 posts with rating 5445 , helped 16 times. Been with us since 2014 year.

Comments

Rack70 11 Nov 2022 14:13

Some time ago I tried to identify the topic, I wanted to buy an HDD, of course in the CMR version. It is quite difficult to find information whether a given model was manufactured using CMR or SMR technology.... [Read more]

Anonymous 11 Nov 2022 14:30

:D Interesting article. Well, I had a slightly different case, but with an SSD drive; https://www.elektroda.pl/rtvforum/topic3924165.html [Read more]

Shadowix 12 Nov 2022 08:48

Well, my first result in Google after entering "cmd disk list" is difficult to find and it took me 5 seconds :) Of course, only CMR drives are used for "real" (i.e. professional) NAS systems. SMR drives... [Read more]

Rack70 12 Nov 2022 09:54

CMR, not cmd, but ok. Today it is not a problem, because the topic has been publicized. It wasn`t that simple a year or two ago. [Read more]

pawelr98 14 Nov 2022 00:41

Large drives are always CMR, SMR are for "small" capacities, as shown in the tables. For manufacturers, small drives are less than 8TB. This is due to the fact that large drives are intended primarily... [Read more]

Anonymous 19 Nov 2022 18:45

My friend has an excellent memory. In fact, such dilemmas existed about 10-20 years ago. And today.... SSD/NVME for the home market and for the professional market, for example this https://www.ibm.com/products/flashsystem-9500 ... [Read more]

kaleron 28 Sep 2023 19:40

- firmware problems are the most common causes of failure of these drives. - this is a very typical symptom when you run out of space where data can be saved freely and with impunity. Housekeeping takes... [Read more]

r70 06 Jan 2025 16:54

I have been using several Seagate SMR 3.5" 8TB, 6TB, and 2.5" 1TB and 5TB drives since 2019. Mostly the drives were to be used for me to back up data from a Synology NAS server. Backup is done with file... [Read more]

Kris52 06 Jan 2025 20:07

r70 I have such an external 2.5" segate 2TB or 4TB. It finished my patience while creating the disk image.The disk went to the drawer. If writing to the btrfs partition doesn't slow down that's good news.... [Read more]

TechEkspert 06 Jan 2025 22:58

How can Btrfs affect the operation of the SMR? I think with disk operation when it cyclically fills up with data, the oldest data is erased and new SMR writes will always be troublesome. A backup repository... [Read more]

r70 07 Jan 2025 07:35

It's not that SMR drives with BTRFS don't slow down. They do have variable write speeds, but the average write speed for portions of data written at a time of 0.8-2TB is for example for Seagate 2.5" 5TB... [Read more]

FAQ

TL;DR: SMR HDDs can drop from 150 MB/s to 15 MB/s writes—“housekeeping takes time until the disk is unable to handle write requests” [Elektroda, TechEkspert, #20278988; #20750829]. Why it matters: Picking the wrong platter tech cripples backups, RAID, or CCTV storage.

Quick Facts

• CMR tracks never overlap; SMR tracks overlap ~10 % for 10–20 % higher areal density [Seagate, 2023]. • Typical SMR cache size: 128–256 MB vs. 64 MB on equal-class CMR drives [Western Digital, 2022]. • Sustained SMR write: 15–80 MB/s once cache is full; CMR equals 120–200 MB/s on same RPM class [Elektroda, r70, post #21381181] • Power-loss during SMR “background reshingle” may corrupt pending data blocks [Elektroda, TechEkspert, post #20278988] • Drives ≥8 TB are "almost always" CMR; ≤6 TB consumer models often SMR [Elektroda, pawelr98, post #20283583]

How can I quickly tell if a hard drive model is SMR or CMR?

Check vendor spec sheets or crowd-sourced lists; many include “Record Type.” Search “ CMR” returns lists such as the 2021 tables shared in the thread [Elektroda, Rack70, post #20279230] If data is missing, run smartctl -i—some vendors embed "SMR" in the firmware string.

Why do SMR drives slow down after the cache fills?

SMR must rewrite entire shingled zones when any sector changes. Once the 128–256 MB cache fills, background “reshingling” starts, turning sequential writes into random I/O and dropping throughput to 15–40 MB/s [Elektroda, TechEkspert, post #20278988]

Is SMR acceptable for a home NAS?

Only if the NAS is for mostly-read archives. Frequent multi-user writes, snapshots, or RAID rebuilds trigger housekeeping stalls, harming availability [Elektroda, Shadowix, post #20280461] Experts recommend CMR for “real” NAS workloads.

What happens during a power cut while an SMR disk is reshuffling data?

Pending zone rewrites may be incomplete, risking metadata loss. Firmware bugs are the “most common causes of failure of these drives” under such events [Elektroda, kaleron, post #20750829] A UPS is strongly advised.

Do large capacity drives always use CMR?

Capacities ≥8 TB sold for servers are typically CMR because enterprise markets demand predictable write performance; sub-8 TB consumer lines often switch to SMR to cut platter count [Elektroda, pawelr98, post #20283583]

Can file systems mitigate SMR slowdown?

Btrfs’ copy-on-write reduced stalls for 1–2 TB backup bursts, keeping 2.5" 5 TB SMR drives at 18–25 MB/s average and 3.5" 8 TB at 35–80 MB/s [Elektroda, r70, post #21381181] NTFS and exFAT fared far worse.

Are SMR drives safe in RAID arrays?

Mixed arrays inherit the slowest disk. When any SMR member pauses for housekeeping, RAID 1/5/6 writes stall, extending rebuild times and risking a second failure [Elektroda, kaleron, post #20750829] Choose uniform CMR sets.

Edge case: What workload absolutely breaks SMR?

High-churn databases and CCTV recorders write near-continuously to the same zones. Users observed drives "virtually unusable," transfers collapsing to kilobytes per second [Elektroda, Anonymous, #20292698; Rack70, #21380656].

Is data recovery harder on SMR platters?

Yes. Shingled zoning complicates head swaps and logical reconstruction because physical sectors don’t map 1:1 to LBAs. Professionals report higher cost and lower success rates [Elektroda, Shadowix, post #20280461]

How do I maintain performance on an SMR backup disk?

  1. Keep at least 10 % free space to leave relocation room.
  2. Schedule large sequential writes, then idle the disk for housekeeping.
  3. Defragment only when space >20 %, and never run real-time deduplication. This minimizes cache thrashing and zone rewrites [Elektroda, kaleron, post #20750829]

Can SMR be useful despite the drawbacks?

For cold storage—archives written once, read many—SMR offers 10–20 % more capacity per platter at 5–10 % lower cost per GB [Seagate, 2023]. "I wouldn't rule out SMR if it doesn't show its flaws" [Elektroda, Anonymous, post #20292698]

What’s the price premium for CMR today?

Retail 8 TB CMR drives average ≈€160, while same-size SMR USB externals often dip below €100 during sales, as noted by users buying 8 TB for <500 PLN [Elektroda, r70, post #21380259]
Generated by the language model.
%}