Other meanings of Hard disk drive
COMPUTING · DATA STORAGE
A hard disk drive (HDD) is a data storage device using magnetic storage on rotating platters. It preserves data without electrical power and remains a major form of high-capacity secondary storage, although solid-state drives are generally faster and more resistant to shock.
A hard disk drive stores digital information by magnetizing microscopic regions on rigid, rapidly rotating platters. 1 Each platter is coated with a thin magnetic film and divided into tracks and sectors, while read/write heads fly extremely close to the surface on an air bearing. An actuator moves the heads radially; the spindle motor turns the platters, and an electronic controller converts computer commands into head movements and magnetic transitions.
Data remains recorded when the drive is powered off, making an HDD non-volatile storage. The drive’s firmware maps logical block addresses to physical locations and can substitute reserve sectors for damaged ones. Performance depends on rotational latency, seek time, transfer rate, cache behavior, and the interface, so a drive’s capacity alone does not describe its practical speed.
Hard disk drives began as room-sized machines and evolved into compact devices used in personal computers, servers, recording equipment, and external storage. IBM’s 1956 RAMAC 305 was the first commercial computer with a disk drive; its fifty 24-inch platters stored about 5 megabytes. 2 Later reductions in platter size, improvements in magnetic coatings, and advances in head technology sharply increased capacity while lowering cost per stored byte.
Modern HDDs commonly connect through interfaces such as Serial ATA (SATA) in consumer computers or Serial Attached SCSI (SAS) in enterprise systems. They are especially useful for large files, backups, archives, and capacity-oriented data centers. Operating systems normally expose the device as a block-storage medium, allowing filesystems to organize its sectors into files and directories.
HDD reliability is shaped by mechanical wear, vibration, temperature, manufacturing variation, and the workload placed on the drive. The head does not normally touch the platter, but a shock or loss of the air bearing can cause a head crash and permanent media damage. 3 Drives monitor conditions through Self-Monitoring, Analysis and Reporting Technology (S.M.A.R.T.), although such indicators cannot guarantee that a failing drive will give advance warning.
Bad-sector handling, error-correcting codes, read retries, and spare sectors improve operational resilience. None replaces an independent backup: redundancy such as RAID can preserve availability, but it is not a substitute for protecting against deletion, malware, fire, or site-wide failure. Compared with a solid-state drive, an HDD generally offers lower cost per terabyte but higher latency, audible noise, power draw, and sensitivity to physical shock.
Several less visible engineering changes have extended the useful life of magnetic disks. Perpendicular magnetic recording aligns recorded bits more effectively than older longitudinal recording, increasing areal density. 4 Shingled magnetic recording overlaps adjacent tracks like roof shingles, gaining capacity at the cost of more complicated rewriting; host-managed versions require software to respect special write zones.
Some high-capacity enterprise drives are helium-filled rather than air-filled. The lower-density gas reduces aerodynamic drag and can permit more platters or lower operating power, but sealed construction also makes field repair impractical. 5 Another overlooked distinction is workload design: surveillance drives are tuned for sustained sequential writing, while enterprise models emphasize vibration tolerance and continuous operation. These specializations mean that nominal capacity and interface speed do not by themselves identify the best drive for a particular system.
Capacity is commonly advertised in decimal units by manufacturers, while operating systems may report space using binary-based units.
Help improve the encyclopedia. Reports go straight to the site manager.