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:
- True air-gapped protection — a tape sitting in an offsite vault, physically disconnected from any network, is immune to ransomware in a way that no online storage tier fully is.
- Long-term retention economics — for multi-year or regulatory retention requirements, tape’s cost-per-terabyte and low power consumption (media isn’t powered when not in a drive) remains hard to beat.
- Data portability and seeding — physically shipping removable media is still, counterintuitively, often the fastest way to move very large initial datasets into a cloud provider (most major clouds still offer physical data transfer appliance services for exactly this reason).
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 Generation | Native Capacity | Compressed Capacity (~2.5:1) | Native Transfer Rate |
|---|---|---|---|
| LTO-7 | 6 TB | ~15 TB | 300 MB/s |
| LTO-8 | 12 TB | ~30 TB | 360 MB/s |
| LTO-9 | 18 TB | ~45 TB | 400 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
- Cartridge shell — houses the tape reel; includes a write-protect switch I always physically verify before shipping media offsite for archival retention.
- Leader pin/tape — the mechanism the drive uses to thread the tape internally.
- Memory chip (LTO-CM) — a small embedded chip on modern LTO cartridges storing metadata (usage history, partition info, error statistics), enabling faster load/seek times and better media health tracking than tape formats without this feature.
- Tape drive — the physical mechanism (standalone or within a library/autoloader) that reads/writes the cartridge.
- Tape library/autoloader — robotic systems that automatically load/unload cartridges from slots into drives, essential for any environment beyond small-scale manual tape rotation.
# 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.
- Feature set: Random access (unlike tape’s sequential access), making it faster for smaller, incremental restore operations.
- Capacity range: Individual RDX cartridges commonly range from several hundred GB up to multiple TB depending on generation.
- Use case: SMB backup rotation schemes where tape library investment isn’t justified but offsite rotation is still desired.
External/Portable SSDs and HDDs
Standard portable drives (USB, Thunderbolt) used less for formal enterprise backup rotation and more for:
- Ad hoc data transfer between sites without adequate network bandwidth.
- Forensic/compliance data collection requiring a physically distinct, chain-of-custody-tracked media.
- Field/edge deployments where formal tape infrastructure isn’t practical.
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:
- M-DISC — an archival optical format using inorganic recording layers, marketed for multi-decade data stability claims, sometimes used for long-term regulatory archives where extreme longevity claims are valued over cost efficiency.
- Optical jukeboxes — robotic optical disc libraries, historically used in some government/legal archival systems, though largely superseded by tape or object storage in most modern enterprise environments.
USB Flash Drives
Primarily relevant to storage administration for:
- Firmware update media — many storage array/switch management interfaces still support USB-based firmware upload as a fallback method.
- Recovery/rescue media — bootable USB media for out-of-band recovery of controllers or management appliances.
- Not a backup medium — I explicitly don’t recommend USB flash drives as a serious enterprise backup medium given their comparatively higher failure rates, lower endurance for repeated write cycles, and lack of the ruggedized packaging tape/RDX cartridges are designed with.
Comparing Removable Media Types
| Media Type | Access Pattern | Typical Capacity | Best Use Case |
|---|---|---|---|
| LTO Tape | Sequential | 6-18+ TB native | Long-term archive, air-gapped DR, large-scale backup |
| RDX | Random access | Hundreds of GB – few TB | SMB backup rotation |
| Portable SSD/HDD | Random access | Up to tens of TB | Ad hoc transfer, data seeding |
| Optical (M-DISC) | Random access | Tens to ~100+ GB per disc | Niche long-term archival |
| USB flash | Random access | GB to low TB | Firmware/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
- Temperature/humidity stability — tape media in particular is sensitive to rapid environmental changes; I always allow tape cartridges to acclimate to the drive’s ambient environment for a few hours after transport before use, per most vendor guidance.
- Physical handling — avoid dropping cartridges, and store them vertically in their cases as most vendors specify, to avoid shell deformation over time.
- Degaussing — for magnetic media being decommissioned rather than reused, degaussing (or physical destruction) is a standard secure-disposal method, often required for compliance with data destruction policies.
- Media health monitoring — modern LTO drives and libraries report media health/error statistics (readable via the embedded LTO-CM chip); I periodically review these rather than assuming a tape is healthy just because it’s still under warranty age.
Common Mistakes I See
- Never testing restores from removable media until an actual disaster, discovering media or drive issues at the worst possible time.
- Skipping drive-level encryption on offsite tape, leaving sensitive data exposed if media is lost or stolen in transit.
- Ignoring LTO backward-compatibility limits when planning a multi-generation library upgrade, and getting stuck unable to read very old archival tapes.
- Storing removable media in environments with poor temperature/humidity control, accelerating degradation.
- Treating USB flash drives as a legitimate backup medium for anything beyond small, non-critical, short-term use.
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
- LTO Consortium technology and roadmap documentation (lto.org)
- IBM, HPE, and Quantum tape storage documentation (ibm.com, hpe.com, quantum.com)
- SNIA data protection and long-term retention resources (snia.org)
- LTFS format specification documentation (via LTO Consortium/SNIA)