Slashdot Mirror


Sony Tape Storage Breakthrough Could Bring Us 185 TB Cartridges

jfruh (300774) writes "Who says tape storage is out of date? Sony researchers have announced a breakthrough in magnetic tape tech that increases the data density per square inch by a factor of 74. The result could be 185 TB tape cartridges. 'By comparison, LTO-6 (Linear Tape-Open), the latest generation of magnetic tape storage, has a density of 2 gigabits per square inch, or 2.5 TB per cartridge uncompressed.'"

1 of 208 comments (clear)

  1. Re: But is it even usable? by FireFury03 · · Score: 5, Informative

    We have had RAID failure twice now. The idea is that even with things like SMART, the errors in the second disk (or 3rd etc) don't become apparent till you try and recover and thrash the disk properly.

    The other reason why RAID isn't a backup is because it doesn't account for software/human failures - good luck recovering your data from a RAID after accidentally running "rm -rf /", whereas time indexed backups will allow you to go back a few days/weeks/months and recover your data after you discover it's not on the disk any more.

    RAID is there to keep systems running in the event of a hardware failure - its no substitute for a backup.

    Anyway, the errors on the disks should become apparent during their operation because you should be doing regular scrubs to find the errors. Putting the data somewhere, forgetting about it and not actually checking its still there for a few years is a pretty good recipe for disaster no matter how you store it. That said, I've seen a few cases where a drive fails, and the increased load on the other (similar age) disks sends another over the edge soon after, so one disk going bad should probably be an early warning that you're likely to see the other disks start to fail soon too (so don't hang about waiting to replace the dead one!)