Removable media types, components, and its features

Removable media types, components, and its features

Photo by Pixabay on Pexels.com

Every backup strategy I’ve ever designed eventually runs into the same question: what happens if the entire primary site is gone — ransomware, fire, flood, whatever the scenario is? That’s where removable media still earns its place, decades after people started predicting its death. Tape, removable disk, and optical media all still show up in real enterprise environments, each solving a slightly different problem. This article covers the removable media landscape I actually work with, their components, and the features that matter when choosing between them.

Why Removable Media Still Matters in 2026

Cloud backup and replication have taken over a huge share of what removable media used to do, but a few things keep tape and other removable formats relevant:

Magnetic Tape

LTO (Linear Tape-Open)

The dominant enterprise tape standard, developed jointly by HP, IBM, and Quantum (the “LTO Consortium”), now in its later generations:

LTO GenerationNative CapacityCompressed Capacity (~2.5:1)Native Transfer Rate
LTO-76 TB~15 TB300 MB/s
LTO-812 TB~30 TB360 MB/s
LTO-918 TB~45 TB400 MB/s
LTO-10 (as specified)~36 TB~90 TB~500 MB/s

Key feature: backward compatibility. LTO drives typically read two generations back and write one generation back (e.g., an LTO-9 drive can read LTO-7 and LTO-8 media, and write to LTO-8 media), which matters enormously for phased tape library upgrades without stranding older archives.

Tape Components

# Example: checking tape drive status on Linux
mt -f /dev/nst0 status

# Example: checking a tape library's inventory (via mtx)
mtx -f /dev/sg2 status

LTFS (Linear Tape File System)

A feature I consider essential in modern tape deployments: LTFS presents tape content with a standard file-system-like directory structure, making tape browsable and accessible without proprietary backup software for basic file listing and retrieval — a significant usability improvement over older tape formats that required the exact backup application that wrote the tape to read it back.

Tape Encryption

Modern LTO drives (LTO-4 and later) support hardware-based AES-256 encryption at the drive level, which I strongly recommend enabling for any offsite or archival tape, particularly given how physically portable — and therefore loss/theft-prone — tape media inherently is.

Removable Disk Media

RDX (Removable Disk Technology)

A removable hard-disk-based backup format, packaged in a rugged cartridge, commonly used in small/medium business environments as a simpler alternative to tape.

External/Portable SSDs and HDDs

Standard portable drives (USB, Thunderbolt) used less for formal enterprise backup rotation and more for:

Optical Media

Blu-ray / Archival Optical Discs (M-DISC and similar)

Less common in mainstream enterprise backup today, but still used in specific archival niches:

USB Flash Drives

Primarily relevant to storage administration for:

Comparing Removable Media Types

Media TypeAccess PatternTypical CapacityBest Use Case
LTO TapeSequential6-18+ TB nativeLong-term archive, air-gapped DR, large-scale backup
RDXRandom accessHundreds of GB – few TBSMB backup rotation
Portable SSD/HDDRandom accessUp to tens of TBAd hoc transfer, data seeding
Optical (M-DISC)Random accessTens to ~100+ GB per discNiche long-term archival
USB flashRandom accessGB to low TBFirmware/rescue media only

Media Rotation and Retention Strategies

I typically design tape/removable media rotation around the classic Grandfather-Father-Son (GFS) scheme, or a variant of it:

GFS Rotation Example:
- Daily (Son): 5-6 tapes, rotated weekly, retained ~1-4 weeks
- Weekly (Father): 4-5 tapes, retained ~1-3 months
- Monthly (Grandfather): 12 tapes, retained 1+ years
- Annual: retained per compliance/regulatory requirement, often 7+ years

The 3-2-1 backup rule remains a good baseline I still apply: 3 copies of data, on 2 different media types, with 1 copy offsite — removable media (particularly tape) is very often that offsite/air-gapped copy.

Handling and Environmental Care for Removable Media

Common Mistakes I See

Frequently Asked Questions

Is tape actually still relevant given how cheap cloud storage has become? Yes, particularly for true air-gapped ransomware protection and very large-scale, long-term retention where tape’s cost-per-terabyte and low idle power consumption remain genuinely competitive.

How long does data actually last on LTO tape? Vendors typically rate LTO media for 15-30 years under proper storage conditions, though I still recommend periodic media refresh/migration cycles for critical long-term archives rather than relying solely on the rated shelf life.

What’s the practical difference between tape and RDX for a smaller business? RDX offers random access and simpler operation without a full tape library investment, making it attractive for SMB environments, while tape remains more cost-efficient at larger scale and for longer retention periods.

Should I encrypt removable backup media? Yes, essentially always — hardware encryption on modern LTO drives has negligible performance impact, and the risk of an unencrypted offsite tape being lost or stolen is not one I’d accept for any production environment.

Summary

Removable media — tape (particularly LTO), removable disk formats like RDX, and niche optical archival formats — still play a meaningful role in enterprise storage strategy, primarily for true air-gapped disaster recovery protection and cost-efficient long-term retention. Understanding the components (cartridge, drive, library, embedded metadata chips) and features (LTFS, hardware encryption, backward compatibility) of each media type is essential for building a rotation and retention strategy that actually holds up when it’s needed — which, by definition, is the worst possible day to discover a gap in the plan.

References

Exit mobile version