# disk drive

> computer drive that records data on the surface of rotating disks

**Wikidata**: [Q25399170](https://www.wikidata.org/wiki/Q25399170)  
**Source**: https://4ort.xyz/entity/disk-drive

## Summary
A **disk drive** is a computer storage device that records and retrieves data by writing to and reading from the surface of rotating disks. It is a fundamental component for data storage in computing, used in everything from personal computers to enterprise systems.

## Key Facts
- **Definition**: A disk drive is a computer drive that records data on the surface of rotating disks.
- **Parent Class**: It is a subclass of "drive," which includes any data storage device with recording media and mechanical/electrical parts.
- **Types**:
  - **Hard Disk Drive (HDD)**: Uses magnetic storage on rigid rotating platters.
  - **Floppy Disk Drive**: Reads/writes data on removable floppy disks.
  - **Optical Disc Drive**: Uses laser light to read/write data on CDs, DVDs, or Blu-ray discs.
  - **Magneto-Optical Drive**: Combines magnetic and optical technologies for removable media.
- **Form Factors**:
  - **2.5-inch drive**: Introduced in 1988, commonly used in laptops and modern SSDs.
  - **3.5-inch drive**: Standard for desktop hard drives.
  - **5.25-inch drive**: Historical form factor for older optical and floppy drives.
- **Related Components**:
  - **Disk Controller**: Manages data flow between the drive and the computer.
  - **Disk Buffer**: High-speed memory embedded in the drive to improve performance.

## FAQs
### Q: What is the difference between a disk drive and a solid-state drive (SSD)?
A: A disk drive uses rotating disks (magnetic or optical) to store data, while an SSD uses flash memory with no moving parts, offering faster speeds and greater durability.

### Q: What are the main types of disk drives?
A: The primary types include hard disk drives (HDDs), floppy disk drives, optical disc drives (CD/DVD/Blu-ray), and magneto-optical drives.

### Q: When was the 2.5-inch drive form factor introduced?
A: The 2.5-inch drive form factor was introduced in 1988 by PrairieTek and is still widely used today in laptops and SSDs.

### Q: What is a disk controller?
A: A disk controller is an electronic circuit that manages the communication between the disk drive and the computer, handling data transfer and command execution.

### Q: Are disk drives still used today?
A: Yes, though SSDs have largely replaced HDDs in many applications, disk drives (especially HDDs) remain in use for high-capacity, cost-effective storage.

## Why It Matters
Disk drives revolutionized data storage by providing a reliable, high-capacity medium for computers. Before SSDs, they were the primary method for storing operating systems, applications, and user data. Even today, hard disk drives (HDDs) play a crucial role in data centers, NAS systems, and archival storage due to their lower cost per gigabyte compared to SSDs. Optical disk drives enabled portable media like CDs and DVDs, transforming software distribution, music, and film industries. While newer technologies like SSDs and cloud storage have reduced reliance on traditional disk drives, their historical impact on computing and data management remains foundational.

## Notable For
- **First Mass Storage Solution**: Disk drives were among the first practical mass storage devices for computers, enabling large-scale data retention.
- **Versatility**: Supports multiple formats, including magnetic (HDDs, floppies), optical (CDs, DVDs), and hybrid (magneto-optical) media.
- **Form Factor Standardization**: Established industry-standard sizes (e.g., 2.5-inch, 3.5-inch) that persist even in modern SSDs.
- **Removable Media**: Enabled portable storage solutions like floppy disks, CDs, and DVDs, facilitating data transfer and software distribution.
- **Enterprise Use**: High-capacity HDDs remain critical for data centers and backup systems due to their cost efficiency.

## Body
### Overview
A disk drive is a storage device that writes and reads data on rotating disks. The disks can be magnetic (e.g., hard disks, floppies), optical (e.g., CDs, DVDs), or a combination (magneto-optical). The drive consists of a motor to spin the disk, a read/write head to access data, and a controller to manage operations.

### Types of Disk Drives
1. **Hard Disk Drive (HDD)**
   - Uses rigid magnetic platters to store data.
   - Common form factors: 2.5-inch (laptops) and 3.5-inch (desktops).
   - Known for high capacity and lower cost per gigabyte compared to SSDs.

2. **Floppy Disk Drive**
   - Reads/writes data on flexible magnetic disks (e.g., 3.5-inch or 5.25-inch floppies).
   - Largely obsolete but historically significant for early software distribution.

3. **Optical Disc Drive**
   - Uses lasers to read/write data on optical discs (CDs, DVDs, Blu-ray).
   - Includes formats like CD-ROM, DVD-RW, and BD-RE.

4. **Magneto-Optical Drive**
   - Combines magnetic and optical technologies for rewritable removable media.
   - Used in specialized applications requiring durable, rewritable storage.

### Key Components
- **Disk Controller**: Manages data flow and interfaces with the computer’s bus (e.g., SATA, IDE).
- **Read/Write Head**: Moves across the disk surface to access or modify data.
- **Spindle Motor**: Rotates the disk at high speeds (e.g., 5,400–15,000 RPM in HDDs).
- **Disk Buffer**: Temporary memory (cache) to speed up data access.

### Form Factors and Evolution
- **2.5-inch Drive**: Introduced in 1988, now standard for laptops and SSDs.
- **3.5-inch Drive**: Dominant in desktop HDDs.
- **5.25-inch Drive**: Historically used for floppy and optical drives; now rare.
- **Slim and External Variants**: Includes slim optical drives for laptops and external HDDs with USB connectivity.

### Applications
- **Personal Computing**: Primary storage in desktops and laptops (historically HDDs, now often SSDs).
- **Enterprise Storage**: HDDs used in RAID arrays and data centers for bulk storage.
- **Portable Media**: Optical drives for software, music, and video distribution.
- **Archival Storage**: HDDs and optical discs used for long-term data backup.

## Schema Markup
```json
{
  "@context": "https://schema.org",
  "@type": "Thing",
  "name": "disk drive",
  "description": "A computer drive that records data on the surface of rotating disks.",
  "sameAs": [
    "https://www.wikidata.org/wiki/Q184624",
    "https://en.wikipedia.org/wiki/Disk_drive"
  ],
  "additionalType": "https://www.wikidata.org/wiki/Q184624"
}