# Fusion Drive

> data storage technology

**Wikidata**: [Q24271](https://www.wikidata.org/wiki/Q24271)  
**Wikipedia**: [English](https://en.wikipedia.org/wiki/Fusion_Drive)  
**Source**: https://4ort.xyz/entity/fusion-drive

## Summary
Fusion Drive is Apple Inc.’s logical-volume-caching software that combines a solid-state drive (SSD) with a hard-disk drive (HDD) into a single hybrid volume, automatically moving frequently used files to the faster SSD tier while keeping infrequently accessed data on the HDD.

## Key Facts
- Developer: Apple Inc. (created 1976-04-01, Cupertino, California, United States).
- Classified as: logical volume caching software (instance of hybrid-drive technology).
- Freebase ID: /m/0nb0kjx (first referenced 2013-10-28).
- Covered in 11 Wikipedia language editions and discussed on Quora topic “Fusion-Drive” and Zhihu topic 19772481.
- ArchWiki documentation page: “Apple_Fusion_Drive” (English, page ID 16185).

## FAQs
### Q: What exactly does Fusion Drive do?
A: It transparently merges an SSD and an HDD into one logical volume, dynamically promoting hot data to the SSD for speed while demoting cold data to the HDD for capacity.

### Q: Which company created Fusion Drive?
A: Apple Inc. developed and ships the technology exclusively in macOS systems.

### Q: Is Fusion Drive hardware or software?
A: It is software—specifically logical volume caching software—not a physical hybrid disk.

### Q: Can Fusion Drive be added to any Mac?
A: Apple only offers it factory-configured in select iMac and Mac mini models; retrofitting requires manual disk re-formatting and Terminal commands.

## Why It Matters
Fusion Drive solved the classic “speed vs. capacity” dilemma for consumer desktops at a time when large SSDs were prohibitively expensive. By transparently tiering data across a small, fast SSD and a large, cheap HDD, Apple delivered near-SSD boot and application-launch speeds while maintaining HDD-level gigabyte-per-dollar value. The software layer removed user intervention—no manual file shuffling, no separate drive letters—making hybrid storage invisible to mainstream customers. Although pure SSD prices have since fallen, Fusion Drive remains a milestone in volume-management innovation and a reference design for OS-level caching strategies.

## Notable For
- First mass-market consumer implementation of OS-managed hybrid storage, predating Windows Storage Spaces tiering by two years.
- Requires no user configuration; Core Storage automatically promotes 4 KB blocks based on access frequency.
- Single logical volume appears to macOS as one drive, simplifying backups, FileVault encryption, and Boot Camp partitioning.
- Demonstrated Apple’s ability to deliver performance gains through software rather than custom hardware controllers.

## Body
### Technical Architecture
Fusion Drive relies on Apple’s Core Storage volume manager. Two physical devices—typically a 24–128 GB SSD and a 1–3 TB HDD—are concatenated into a single logical volume group. Core Storage keeps a persistent hot-band list; blocks accessed more than a threshold number of times are copied to the SSD and their virtual address remapped. Demotion occurs asynchronously during idle I/O, maintaining a 4 GB buffer on the SSD to absorb bursts of writes.

### Availability
Introduced in 2012 alongside the 27-inch iMac and later offered in the Mac mini. Apple never sold Fusion Drive as a standalone product; it is only available factory-configured or through Apple-authorised service providers. macOS Installer creates the fused volume automatically when both device types are present during a clean install.

### Performance Profile
Apple-quoted speeds: up to 3.5× faster boot time and 50 % quicker file-duplication versus HDD-only configurations. Real-world tests show 60–80 % of pure-SSD performance for everyday tasks, with large sequential writes limited by HDD speed once the SSD write buffer fills.

### Limitations
No user-exposed controls for tier size or pinning; encryption (FileVault) is supported but must be enabled at creation time. If either member device develops errors, the entire volume is at risk; Time Machine is therefore recommended.

## References

1. Freebase Data Dumps. 2013