Over a period of three weeks, I experienced six complete failures of LTO-1 and LTO-2 tape drives at client sites. Some had failed mechanisms. Others lost the ability to write reliably. These were HP Ultrium 232, 448 and 460 drives. Most of these units were deployed between 2006 and 2008, so the timing of the failures is right. The capacities (400GB) are correct for the applications. I replaced a couple of drives with equivalent devices, just for consistency. One server also had a SCSI HBA failure, further delaying recovery. At that point, the customer asked if there were any hard disk solutions available that would be better (or less-finicky) than tape.
As I began to look for replacements, I discovered that the RDX removable disk storage technology has been adopted by the major server manufacturers (HP, Dell, IBM). From my perspective, it looks like docked 2.5" SATA disks connected either internally or externally via USB2 in capacities up-to 1TB. Since these are actual disks, it seems like recovery and seek time would be reasonable. But I have a few questions about the technology in practice.
- Does anyone here use these drives with success? Is there anything to watch out for?
- What differentiates RDX from straight external USB disks?
- One of the advantages to tape in my application is that the drives have hardware compression. This helps immensely for the highly-compressive datasets I have to backup on Linux systems. Am I correct in assuming RDX relies on software compression?
- Since these are physical disks, are there any mountpoint issues in Linux or Windows? One of the nice things about tape is that its not a mounted filesystem and typically isn't affected by viruses, rootkits, system crashes, etc.
- In addition, I watched a primer on using RDX with Cactus Lone-Tar, and cringed when I saw them using a
mkfs
command to create a filesystem on the RDX drive at/dev/sda
. Is there any chance of device renaming/reordering (from adding a SCSI controller, inserting a USB key, etc.), or will the docking unit persist at a particular device name as you swap drives? - Are the backup speeds of 30 megabytes/second accurate?
I'm curious, as this could be an interesting alternative. The series of tape drive failures came at a time where it makes sense to reevaluate other options before moving forward.
I looked long and hard at RDX drives and specified the embedded RDX units in a couple of Fujitsu servers I bought. Here's what I found:
This is a very late answer to this question, but one big difference between using hard disks (in general) vs. tape is the durability of the media.
Tape is likely to last a long time if stored properly. I've had data read from 20-year-old 34x0 tapes without issues and the LTO claims are similar.
Hard disks sitting on a shelf, not so much.
Tape is also much more durable, e.g., during transport. A tape cartridge should be able to handle much more rough treatment than a hard disk if you're, say, sending by UPS.
Tape can be less expensive per byte also. At this writing LTO6 2.5TB tapes are about $30; bare SATA "desktop-grade" 3.5" 2TB drives are $80. Obviously, the tape drives themselves are quite expensive, so it depends on your volume.
These are not reasons to ignore removable hard disks as backup - but they are factors to consider.
I found these two articles from itpro.co.uk and tom's hardware it seems they are better than tape.
The difference with USB is the mechanical way of working. RDX is probably faster and greater capacity. It also has an option to switch it to read only incase of accidents.
According to a few tests I saw the 30 MB/s is quite accurate, depending how many files you write and their size, they reached 28 MB/s .
The average lifetime is about 30 years in which 99% reliability according to Percept Labs.
And like you say IBM, HP and Dell use them do, if it is good enough for them, why not for you ? :)