# ZX Microdrive

> file system

**Wikidata**: [Q29000505](https://www.wikidata.org/wiki/Q29000505)  
**Source**: https://4ort.xyz/entity/zx-microdrive-q29000505

## Summary
ZX Microdrive is a data storage cartridge format developed by Sinclair Research for use with their ZX Spectrum home computers. It functions as a file system for storing and retrieving data on magnetic tape cartridges.

## Key Facts
- Developed by Sinclair Research as a storage solution for ZX Spectrum computers
- Uses proprietary 1.3-inch wide tape cartridges
- Provides approximately 85-100 KB of storage per cartridge
- Operates at transfer rates of around 15-30 KB/s
- Compatible with ZX Spectrum +3 and other Sinclair computers with Microdrive interface

## FAQs
### Q: What is a ZX Microdrive?
A: ZX Microdrive is a data storage cartridge format created by Sinclair Research for their ZX Spectrum computers. It uses small magnetic tape cartridges to store and retrieve data, functioning as a file system for the computer.

### Q: How much data can a ZX Microdrive cartridge hold?
A: A standard ZX Microdrive cartridge can store approximately 85-100 KB of data, which was sufficient for the software and file sizes common in the early 1980s home computer era.

### Q: What computers used ZX Microdrive?
A: ZX Microdrive was primarily designed for use with Sinclair's ZX Spectrum series of home computers, particularly the ZX Spectrum +3 model which included built-in Microdrive support.

## Why It Matters
ZX Microdrive represented an important step in affordable data storage for home computers in the early 1980s. At a time when floppy disk drives were prohibitively expensive for most home computer users, Sinclair's Microdrive system offered a cost-effective alternative that made data storage and retrieval accessible to a wider audience. The technology helped bridge the gap between cassette tape storage and more expensive disk-based systems, enabling users to load programs faster than cassette tapes while maintaining a relatively low cost. Although the technology had limitations compared to floppy disks, it played a significant role in the evolution of personal computer storage solutions and demonstrated innovative approaches to making computing more accessible to consumers.

## Notable For
- Being one of the first affordable mass storage solutions for home computers
- Using innovative 1.3-inch tape cartridge format that was smaller than contemporary alternatives
- Providing faster data access than cassette tapes while maintaining lower cost than floppy drives
- Creating a proprietary file system specifically designed for tape-based random access
- Influencing later developments in portable and removable storage technologies

## Body
### Technical Specifications
The ZX Microdrive system uses 1.3-inch wide magnetic tape cartridges that are approximately 2 inches square. Each cartridge contains a single reel of tape that moves at a constant speed when the drive is in operation. The drive mechanism includes a read/write head that can access any point on the tape, allowing for random access to data rather than the sequential access required by traditional cassette tapes.

### File System Architecture
The Microdrive file system implements a simple directory structure that allows users to organize and access multiple files on a single cartridge. The system uses a FAT-like (File Allocation Table) structure to track which portions of the tape are used and which are available for new data. This enables efficient use of the limited storage space available on each cartridge.

### Performance Characteristics
Data transfer rates for the Microdrive system typically range from 15-30 KB/s, which is significantly faster than standard cassette tape storage but slower than floppy disk drives of the same era. The seek time for finding specific files on the tape is relatively quick due to the random access capability, though it is still slower than the near-instant access provided by disk-based systems.

### Compatibility and Usage
The Microdrive system was designed to work seamlessly with Sinclair's BASIC programming environment and was supported by built-in commands in the ZX Spectrum's operating system. Software could be loaded and saved using simple BASIC commands, making the system accessible to users without requiring complex technical knowledge. The cartridges were durable and could be rewritten many times, though they were more susceptible to data loss from magnetic interference than floppy disks.