HOME

TheInfoList



OR:

Shingled magnetic recording (SMR) is a
magnetic storage Magnetic storage or magnetic recording is the storage of data on a magnetized medium. Magnetic storage uses different patterns of magnetisation in a magnetizable material to store data and is a form of non-volatile memory. The information is acc ...
data recording technology used in
hard disk drive A hard disk drive (HDD), hard disk, hard drive, or fixed disk is an electro-mechanical data storage device that stores and retrieves digital data using magnetic storage with one or more rigid rapidly rotating platters coated with magn ...
s (HDDs) to increase storage density and overall per-drive storage capacity. Conventional hard disk drives record data by writing non-overlapping magnetic tracks parallel to each other (
perpendicular magnetic recording Perpendicular recording (or perpendicular magnetic recording, PMR), also known as conventional magnetic recording (CMR), is a technology for data recording on magnetic media, particularly hard disks. It was first proven advantageous in 1976 by ...
, PMR), while shingled recording writes new tracks that overlap part of the previously written magnetic track, leaving the previous track narrower and allowing for higher track density. Thus, the tracks partially overlap similar to
roof shingle Roof shingles are a roof covering consisting of individual overlapping elements. These elements are typically flat, rectangular shapes laid in courses from the bottom edge of the roof up, with each successive course overlapping the joints below. ...
s. This approach was selected because, if the writing head is made too narrow, it cannot provide the very high fields required in the recording layer of the disk. The overlapping-tracks architecture complicates the writing process since writing to one track also overwrites an adjacent track. If adjacent tracks contain valid data, they must be rewritten as well. As a result, SMR drives are divided into many append-only (sequential) zones of overlapping tracks that need to be rewritten entirely when full, resembling flash blocks in
solid state drive A solid-state drive (SSD) is a solid-state storage device that uses integrated circuit assemblies to store data Persistence (computer science), persistently, typically using flash memory, and functioning as secondary storage in the Computer ...
s. ''Device-managed'' SMR devices hide this complexity by managing it in the firmware, presenting an interface like any other hard disk. Other SMR devices are ''host-managed'' and depend on the operating system to know how to handle the drive, and only write sequentially to certain regions of the drive. While SMR drives can use
DRAM Dynamic random-access memory (dynamic RAM or DRAM) is a type of random-access semiconductor memory that stores each bit of data in a memory cell, usually consisting of a tiny capacitor and a transistor, both typically based on metal-oxi ...
and
flash memory Flash memory is an electronic non-volatile computer memory storage medium that can be electrically erased and reprogrammed. The two main types of flash memory, NOR flash and NAND flash, are named for the NOR and NAND logic gates. Both u ...
caches to improve writing performance, continuous writing of large amount of data is noticeably slower than with PMR drives.


History

Seagate started shipping device-managed SMR hard drives in September 2013, stating an increase in overall capacity of about 25% compared to non-shingled storage. In September 2014, HGST announced a 10 TB drive filled with
helium Helium (from el, ἥλιος, helios, lit=sun) is a chemical element with the symbol He and atomic number 2. It is a colorless, odorless, tasteless, non-toxic, inert, monatomic gas and the first in the noble gas group in the periodic table. ...
that uses host-managed shingled magnetic recording, although in December 2015 it followed this with a 10 TB helium-filled drive that uses conventional non-shingled perpendicular recording. In November 2019, HGST introduced 14 TB and 15 TB drives.
Western Digital Western Digital Corporation (WDC, commonly known as Western Digital or WD) is an American computer drive manufacturer and data storage company, headquartered in San Jose, California. It designs, manufactures and sells data technology products ...
,
Toshiba , commonly known as Toshiba and stylized as TOSHIBA, is a Japanese multinational conglomerate corporation headquartered in Minato, Tokyo, Japan. Its diversified products and services include power, industrial and social infrastructure systems ...
, and Seagate have sold SMR drives without labeling them as such, generating a large controversy, as SMR drives behave much more slowly under some circumstances (such as random writes) than PMR drives. Some have even claimed that these may cause data loss. These mislabeling practices were used in both consumer-centric, and dedicated data storage HDDs for servers, NASes, RAIDs, and cold storage. A United States class-action suit against Western Digital alleging the technology is inferior was settled on or before August 27, 2021. Heavily-overlapped (shingled) tracks also appeared earlier in the consumer helical scan video cassette recorders (VCRs) that were popular in the 1980s and 1990s. In Extended Play (EP or SLP) mode, both VHS and
Betamax Betamax (also known as Beta, as in its logo) is a consumer-level analog recording and cassette format of magnetic tape for video, commonly known as a video cassette recorder. It was developed by Sony and was released in Japan on May 10, 197 ...
reduced the track-pitch by a factor of three. The severe interference from the adjacent tracks was partially mitigated by the use of slant azimuth recording.


Data management

There are three different ways that data can be managed on an SMR drive: device-managed, host-managed and host-aware.


Device-managed

A ''device-managed'' or ''drive-managed'' drive appears to the host identically to a non-shingled drive. It is not necessary for the host to follow any special protocols. All handling of data, as it relates to the shingled nature of the storage, is managed by the device. Sequential writes are more efficient. In addition, the host is unaware that the storage is shingled. The disk controller in a device-managed drive internally handles any re-writing required by the special characteristics of a shingled drive, similar to the way a flash memory controller internally handles re-writing required by the special characteristics of flash media. Until recently, this type of SMR drive was often not labelled by the manufacturer. Its firmware-controlled shingle translation layer operation can be compared to
solid-state drive A solid-state drive (SSD) is a solid-state storage device that uses integrated circuit assemblies to store data persistently, typically using flash memory, and functioning as secondary storage in the hierarchy of computer storage. It i ...
s, as LBA addresses do not correlate much to on-disk structure. The append-only zones are very slow for random writing, so writes are first sent to a PMR cache, and the disk moves these data to SMR parts when idle. RAID resilvering tends to overload the cache, sending SMR drives into minutes-long pauses. Faulty firmware (such as WD40EFAX) may also throw an error when asked to read an address never written to. Both behaviors tend to be interpreted as drive failure by the RAID controller. The zoned nature of SMR also means that the disk suffers from write amplification when garbage collecting, although for hard drives the main problem with writes is speed instead of longevity. Some SMR hard drives support the TRIM command for this reason.


Host-managed

A ''host-managed'' device requires strict adherence to a special protocol by the host. Since the host manages the shingled nature of the storage, it is required to write sequentially so as to not destroy existing data. The drive will refuse to execute commands which violate this protocol.


Host-aware

''Host-aware'' is a combination of drive-managed and host-managed. The drive is capable of managing the shingled nature of the storage and will execute any command the host gives it, regardless of if it is sequential or not. However, the host is aware that the drive is shingled, and able to query the drive for fill levels. This allows the host to optimize writes for the shingled nature, while also allowing the drive to be flexible and backwards-compatible.


Protocol

SMR devices are considered ''zoned'' devices, as the storage is divided into zones of usually 256 MiB size. Two sets of specialized commands, ZBC (Zoned Block Commands, ANSI INCITS 536) for
SCSI Small Computer System Interface (SCSI, ) is a set of standards for physically connecting and transferring data between computers and peripheral devices. The SCSI standards define commands, protocols, electrical, optical and logical interface ...
and ZAC (Zoned ATA Commands, ANSI INCITS 537) for
SATA SATA (Serial AT Attachment) is a computer bus interface that connects host adapter, host bus adapters to mass storage devices such as hard disk drives, optical drives, and solid-state drives. Serial ATA succeeded the earlier Parallel ATA (PATA) ...
are available for SMR devices. They tell the host about whether each zone is PMR or SMR and allow them to address these zones directly. Unless specifically mentioned, the commands are only available on host-aware/-managed devices. The specific commands are: * REPORT ZONES, for information on disk layout and zone status (such as the ''write pointer'', the last-written position in a sequential zone) ** SMR or similar zones are ''sequential required'' on host-managed drives, but ''sequential preferred'' on host-aware ones. * RESET WRITE POINTER, for rewinding the write pointer so a sequential zone becomes empty * OPEN ZONE, for explicitly declaring access to a zone and locking the associated firmware resources * CLOSE ZONE, to unlock an opened zone * FINISH ZONE, fill a zone full and make it readable Each zone has a range of
LBA LBA or lba may refer to: Science * Live blood analysis, the observation of live blood cells through a dark field microscope * Long branch attraction, an error in molecular phylogeny * Ligand binding assay, an assay whose procedure relies on the b ...
addresses associated with it, and all LBA-based commands can be used as long as the sequential requirement is followed on host-managed drives. SMR devices identify themselves per the following: * Host-aware or device-managed drives are marked as normal block devices (
SCSI Small Computer System Interface (SCSI, ) is a set of standards for physically connecting and transferring data between computers and peripheral devices. The SCSI standards define commands, protocols, electrical, optical and logical interface ...
00h), so they can be recognized as a normal hard drive. ** A ZONED field shows whether the drive is device-managed, host-aware, or neither. This is found in the SCSI Block Device Characteristics VPD page and the ATA capabilities log page. * Host-managed drives use a new device type (SCSI 14h). Only ZAC/ZBC-aware computers can detect and use them. A newer version of the sibling standards, ZAC-2/ZBC-2 is under development. The new version introduces a new type of "domains and realms zoned block devices" that allow for non-contiguous LBAs. The ZONED field has been retired following a proposal from
Western Digital Western Digital Corporation (WDC, commonly known as Western Digital or WD) is an American computer drive manufacturer and data storage company, headquartered in San Jose, California. It designs, manufactures and sells data technology products ...
. The zoned interface is also useful for
flash storage Flash memory is an electronic non-volatile computer memory storage medium that can be electrically erased and reprogrammed. The two main types of flash memory, NOR flash and NAND flash, are named for the NOR and NAND logic gates. Both us ...
. ZNS spec has been released by the
NVM Express NVM Express (NVMe) or Non-Volatile Memory Host Controller Interface Specification (NVMHCIS) is an open, logical-device interface specification for accessing a computer's non-volatile storage media usually attached via PCI Express (PCIe) bus. The ...
organization.


Software and application

The higher density of SMR drives, combined with its random-read nature, fills a niche between the sequential-access
tape storage Magnetic-tape data storage is a system for storing digital information on magnetic tape using digital recording. Tape was an important medium for primary data storage in early computers, typically using large open reels of 7-track, later 9-t ...
and the random-access conventional hard drive storage. They are suited to storing data that are unlikely to be modified, but need to be read from any point efficiently. One example of the use case is
Dropbox Dropbox is a file hosting service operated by the American company Dropbox, Inc., headquartered in San Francisco, California, U.S. that offers cloud storage, file synchronization, personal cloud, and client software. Dropbox was founded in 2 ...
's ''Magic Storage'' system, which runs the on-disk ''extents'' in an append-only way. Device-managed SMR disks have also been marketed as "Archive HDDs" due to this property. A number of
file system In computing, file syst