Slashdot Mirror


Seagate Hits 1 Terabit Per Square Inch

MrSeb was one of several readers to submit news that drive manufacturer Seagate has announced (and demoed) the first hard drive to squeeze a terabit into each square inch of platter. "'Initially this will result in 6TB 3.5-inch desktop drives and 2TB 2.5-inch laptop drives, but eventually Seagate is promising up to 60TB and 20TB respectively. To achieve such a huge leap in density, Seagate had to use a technology called heat-assisted magnetic recording (HAMR). Basically, the main issue that governs hard drive density is the size of each magnetic 'bit.' These can only be made so small until the magnetism of nearby bits affects them. With HAMR, 'high density' magnetic compounds that can withstand further miniaturization are used. The only problem is that these materials, such as iron platinum alloy, are more stubborn when it comes to writing data — but if you heat it first, that problem goes away. With HAMR, Seagate has strapped a laser to the hard drive head; when it wants to write data, the laser turns on. Reading data is still done conventionally, without the laser. In theory, HAMR should allow for areal densities up to 10 terabits per square inch (magnetic sites that are just 1nm long!), and thus desktop hard drives in the 60TB range."

224 comments

  1. Wondering by hardburlyboogerman · · Score: 4, Insightful

    Can current motherboards handle that?

    --
    Geek Hillbilly
    1. Re:Wondering by xushi · · Score: 2, Insightful

      Also wondering, will this set back SSD by 5 years?

    2. Re:Wondering by fuzzyfuzzyfungus · · Score: 4, Informative

      Depends on your definition of 'current'; but it shouldn't be an issue(density strictly speaking, isn't even meaningfully visible to the motherboard, except in the broad terms that denser=greater capacity from whatever number of platters is viable).

      That said, there are probably still a large number of motherboards that will be questionably bootable from the greater-than-2-terabyte drives that these platters are presumably intended for(some ghastly MBR thing); but anything new enough for 48-bit LBA and a modern OS should, at least, support perfectly normal OS use of the drive once everything is booted.

    3. Re:Wondering by Waffle+Iron · · Score: 4, Funny

      Can current motherboards handle that?

      Do you mean would PC manufacturers would design in arbitrary limits in their hardware and/or BIOS that would create some kind of "barrier", so that disks that are too big won't work with the system?

      That's highly doubtful. Nobody would be that stupid... would they?

    4. Re:Wondering by SuricouRaven · · Score: 2

      LBA-48 should be good up to 128PiB.

    5. Re:Wondering by fuzzyfuzzyfungus · · Score: 5, Informative

      Also wondering, will this set back SSD by 5 years?

      Probably not: This advance(while definitely helpful to the HDD, and no doubt some very impressive engineering work from the R&D team) is a reinforcement of exactly the same virtues that HDDs have historically had and of virtually no value in addressing their historical weaknesses:

      1. Capacity/dollar: Once the production is tooled up, the cost/gigabyte for HDDs can be expected to continue to decline.
      2. Linear read/write speed: Because of their high areal density and fairly swift rotation, HDDs can read or write like a bat out of hell as long as they don't have to do much seeking. Seeky or random I/O tanks them because of the need to physically move the head around and possibly wait the better part of a platter rotation for the spot you want.

      It will continue to be the case that HDDs are cheap for the capacity, and fast as hell for nice, linear, streaming operations; but SSDs can churn out the random I/O without breaking a sweat and are available in physically smaller and more shock-resistant packages(the economical range for HDDs is basically defined in multiples of the volume of a 2.5inch HDD, and don't drop them, SSDs start at BGAs the size of your fingernail and scale in multiples of those until your wallet explodes...

    6. Re:Wondering by fuzzyfuzzyfungus · · Score: 4, Informative

      It's a legacy thing, not an intentional-crippling thing:

      The BIOS' handling of block devices dates back to when booting your OS off a floppy wasn't considered deviant behavior, and a 5MB HDD was some pretty serious gear. The details are kind of messy...

      Most reasonably contemporary stuff should at least do 48-bit LBA; but there are still a lot of systems in the wild that still need MBR, at least on the boot disk(which limits you to 2TB partitions).

    7. Re:Wondering by Waffle+Iron · · Score: 2

      Yeah, they always claim that "this time, we've fixed the barriers for good!". Then a few years later, you learn about some new barrier.

      I had to deal with a subtle version of this just recently when they upped the hardware block size. Lots of fun trying to partition and boot my new disks; LBA didn't save the day there.

      After hitting a dozen or so "barriers" over the decades, I doubt that they're ever going to really succeed in future-proofing systems for storage size.

    8. Re:Wondering by UnknowingFool · · Score: 2

      From a motherboard manufacturer's standpoint, they will future proof but only so far. The main reason is cost and practicality. They could future proof something ten years in advance but what is the likely hood that the equipment isn't obsolete by then. Also future proofing that far means support. They would rather introduce new models every few years and leave out backwards compatibility. Now if you are willing to pay more for a board that is more future proof, you can do so. But most people want cheap. Also most people replace whole computers than upgrade. So you are in the minority.

      --
      Well, there's spam egg sausage and spam, that's not got much spam in it.
    9. Re:Wondering by gabereiser · · Score: 0

      could they handle 60tb? probably... handle a format in anything less than a year's wait? probably not... even at 6gbps speeds of SATA III... it wouldn't make a difference if you had 1tb or 60tb... as the speed of the platter is what matters most to desktop users now a days. Sounds great for servers/file storage... doesn't make a difference to me and the speed of which I move files, video, games, iso's around on my drives. Now if they were to say "Hey, we increased the speed of SATA..." and came out with a SATA IV spec with like 12gbps speeds I'd say "Yey!" but ultimately... you get the picture.

    10. Re:Wondering by MacGyver2210 · · Score: 0

      For those of us who are computer people and not electricians, that is Petabytes.

      --
      If the only way you can accept an assertion is by faith, then you are conceding that it can't be taken on its own merits
    11. Re:Wondering by petermgreen · · Score: 4, Informative

      Computers tend to measure things with fixed size binary numbers since these are by far the most efficient format for them to handle and process. When chosing the size of these numbers there is always a compromise between efficiency and future proofing. Usually the margin left by the designers is enough to last a while.

      However for long lived standards as the years pass that margin is eaten up. Eventually it reaches the point where all the margin is eaten up and things have to be redesigned . The most recent one we hit was that the conventional MBR partition table has a limit of 2^32 sectors (=2TiB assuming standard size sectors). Making things worse is the fact that MS refuses to support the combination of a GPT partition table on the boot drive with conventional BIOS booting so the motherboard may be able to see and access the large drive but it if doesn't support UEFI you can't use the whole drive as a windows boot drive.

      Afaict the next barrier we will hit is the LBA48 limit of 2^48 sectors (=128PiB assuming standard size sectors). So a 60TB drive shouldn't be any more problematic than a 3TB one.

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
    12. Re:Wondering by mcgrew · · Score: 1

      Do you mean would PC manufacturers would design in arbitrary limits in their hardware and/or BIOS that would create some kind of "barrier", so that disks that are too big won't work with the system?

      This rerun from 2002 might interest you. A snippet:

      My old 400mz machine still plays all the new games, and with a little more memory would play them in XP (assuming I wanted to throw away another hundred dollars on a new OS I don't need). Plus, Becky's laptop is the first whole computer I've bought since I purchased a used IBM XT in 1987; I've built from spare parts since.
                      I didn't know that older (in this case "older" means about three years) BIOSs couldn't handle drive sizes larger than 30gb. I had run across the same problem years ago while trying to install a huge (for the time) half gigabyte drive in a 386; then, the limit was 512mb. The Seagate I had bought then had come with software to overcome the limitation, and it had worked flawlessly.
                      I can't say the same about the new Maxtor!
                      I fought with that thing all weekend; its workarounds wouldn't work around. This on top of a defective installation floppy!
                      It made Windows freeze at the desktop; then after a Windows reinstall, it was still hosed. Nowhere in the printed documentation was it mentioned, but I finally found a workaround deep inside one of the installation/test programs that involved lying to the BIOS.
                      Bingo! It booted into Windows with no problem!
                      But the drive wouldn't work. So I rebooted into DOS and did a high level format; the software was supposed to have done it but didn't.
                      It booted into Windows and the drive worked!
                      I rebooted; it still worked. I copied a half dozen gigabytes of data from the laptop to the new hard drive in the old PC, which it read with no problem. I rebooted again.
                      All the data were garbage (and all your base are belong to us).
                      I wrote over the garbaged-up data several times and low level formatted the drive one last time, then boxed it up for Becky to return. The new 30gb Western Digital is supposed to get here from JDR Monday afternoon.

    13. Re:Wondering by SuricouRaven · · Score: 2

      Pebibytes.Or possibly Pibibytes. Powers of two, not ten.

    14. Re:Wondering by afidel · · Score: 1

      EFI with GPT does solve the problem once and for all, it's just not common yet since Windows 7 was the first common desktop OS to support EFI.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    15. Re:Wondering by Anonymous Coward · · Score: 1, Funny

      HDDs can read or write like a bat out of hell as long as they don't have to do much seeking

      Bullshit. SSDs have passed that mark a few years ago.
      SSDs are transfering 500-600 MBytes/sec, while the mechanical ones are still there in stone age at 128 MBytes/sec (148 if you wanna live with an insanely noisy and power hungry one).

      Its only Capacity/dollar, and that one got close already. Don't kid yourself, this is the dying breath of the HDDs.

      To give you a real world example: my next setup(next month) is a raid of 6 cheap SSDs with a total capacity of 3 TB and transfer speed of 3 GBytes/sec. Yes, you read that correctly, that's 3 GIGABYTES PER SECOND with a cheap home system. You go right ahead and wait for 2 fucking hours for your 50 GB Bluray image to be copied/processed on your mechanical toaster; I'm sticking with my 1 minute with complete silence and low power consumption.

      HDDs are dead to me already.

    16. Re:Wondering by 0123456 · · Score: 3, Insightful

      Don't kid yourself, this is the dying breath of the HDDs.

      How much is a 60TB SSD, and how many times will I be able to write to it before destroying the disk when you're using a process small enough to pack that 60TB into a box the size of an HDD? Each new process shrink seems to be dramatically reducing the write limit for SSDs.

      You go right ahead and wait for 2 fucking hours for your 50 GB Bluray image to be copied/processed on your mechanical toaster; I'm sticking with my 1 minute with complete silence and low power consumption.

      Even my 'Green' HDD manages sustained writes at 80-100MB per second, and why would anyone in their right mind be copying a $10 Bluray onto an SSD that costs more than a dollar per gigabyte?

    17. Re:Wondering by jedidiah · · Score: 1

      Taking 2 hours to push around a BD file?

      Ethernet manages better transfer rates than that. Never mind direct attached SATA connections.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    18. Re:Wondering by jedidiah · · Score: 1

      That's a clever way of trying to avoid admitting that Microsoft was last to the party again.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    19. Re:Wondering by qubezz · · Score: 5, Informative

      As areal density increases on hard drives, so does the transfer rate. The linear density of a track increases, and the amount of data that passes under the head in one rotation of the disc increases. This is how the 5400rpm discs of today have 120MB/s transfer rates compared to the 10MB/s transfer rates of the same rotation speed ten years ago.

      Imagining some system you don't own and benchmarks that exist only in your head is not a practical measure of what consumers will own in the future, and rotational media will continue to occupy the same place it does now for the next several years, as the mainstream consumer PC storage product, and as the main data (blu-ray rip) storage and backup media for enthusiasts with SSD operating system drives.

      My next system will have a killer refresh rate with a P6 chip. Triple the speed of the Pentium. RISC architecture is gonna change everything. That's too much machine for you.

    20. Re:Wondering by Githaron · · Score: 4, Insightful

      ...this is the dying breath of the HDDs.

      With 60 TB drives, assuming they will run around the price of current hard drives, not likely. SSDs and hard drives will just co-exist. SDDs for things that need to be fast (OS, software, etc.) and hard drives for everything else (pictures, videos, documents, etc.).

      60 TB might seem like a lot now but I am sure that humanity will figure out new ways to fill the capacity. We always do.

    21. Re:Wondering by Anonymous Coward · · Score: 1, Funny

      60 TB might seem like a lot now but I am sure that humanity will figure out new ways to fill the capacity. We always do.

      So... much.... porn!

    22. Re:Wondering by BattleApple · · Score: 2, Informative

      You go right ahead and wait for 2 fucking hours for your 50 GB Bluray image to be copied/processed on your mechanical toaster; I'm sticking with my 1 minute with complete silence and low power consumption.

      Just in case you've been wondering - this is why you are still a virgin.

    23. Re:Wondering by phantomfive · · Score: 1

      Linux support of EFI isn't all that great either.

      --
      "First they came for the slanderers and i said nothing."
    24. Re:Wondering by TheRaven64 · · Score: 1

      Set them back? Depends on what you mean. It will certainly prolong the period when a spinning bit of metal is the best choice for certain applications. My laptop has a 256GB SSD. The biggest hard disk that will fit in it is about 1TB and is a lot cheaper, but the performance difference is huge. I don't need masses of storage space on my laptop (although 256GB isn't exactly a small amount), but the lower power consumption and heat is nice and being able to hit over 100MB/s of random reads and random write at the same time makes a huge difference in a lot of cases (e.g. backups run in the background and I don't notice any performance hit from having something read the modification time of every file and copy every modified file). I also have a NAS with 3 2TB hard disks. I anticipate replacing them with larger disks over time. The hard drives weren't exactly cheap, but SSDs of the same capacity would be vastly more expensive. I mostly access it over WiFi, so disk speed isn't a major issue.

      --
      I am TheRaven on Soylent News
    25. Re:Wondering by gstoddart · · Score: 1

      60 TB might seem like a lot now but I am sure that humanity will figure out new ways to fill the capacity. We always do.

      I've got about 6TB of physical storage in my personal machine. Almost half of that is in use.

      Years ago, a terabyte was something that sounded like an abstraction. Many business will now have hundreds of terabytes. Gone are the days when a 360K floppy could hold all of your documents.

      I suspect the number of people on Slashdot who are into the 10's of terabytes is probably not insignificant ... with the serious porn, er, movie collectors likely going way beyond that. ;-)

      --
      Lost at C:>. Found at C.
    26. Re:Wondering by AmigaMMC · · Score: 1

      Question is, how long would the data search be at first until a new indexing technology comes aboard?

    27. Re:Wondering by fuzzyfuzzyfungus · · Score: 1

      Unfortunately, EFI essentially 'solves' the problem of the BIOS by taking every vice available and adding a giant screaming heap of complexity(the quality of which is generally at the mercy of your motherboard maker)... It's sort of an enormous clusterfuck, pretty much what would happen if you took the people who gave us ACPI and told them to write an operating system...

      Wintel EFI firmwares are lurching toward ubiquity and not-complete-brokenness(albeit defined pretty much exclusively by whether Windows7 works properly, not by any reference to standards, where they exist), while Mac ones are blatantly contemptuous of things that are supposed to be nailed down by the 'standard'; but at least tend to fairly closely track the hardware and OS, since Apple is behind all of them.

    28. Re:Wondering by sehgalanuj · · Score: 1

      While I know that Linux enjoys a great market in some areas, I am pretty sure it is not a common desktop OS. Only Windows wins that accolade.

    29. Re:Wondering by msauve · · Score: 1

      "EFI with GPT does solve the problem once and for all"

      Well, no, not really.

      GPT allows for a maximum disk and partition size of 9.4 zettabytes.

      After all, 9.4 zettabytes should be enough for anyone.

      --
      "National Security is the chief cause of national insecurity." - Celine's First Law
    30. Re:Wondering by phantomfive · · Score: 1

      That does sound like the Apple way: EFI is simple from the user perspective. All you have to do is set the partition and boot folder, no messing with the MBR or anything. From the developer perspective, it's a hairy mess. They did the same thing with Appletalk.

      --
      "First they came for the slanderers and i said nothing."
    31. Re:Wondering by phantomfive · · Score: 1

      Incidentally, how do you know so much about bootloaders and such?

      --
      "First they came for the slanderers and i said nothing."
    32. Re:Wondering by phantomfive · · Score: 1

      That matters to me 0% when I want to install Linux on a machine with EFI.

      --
      "First they came for the slanderers and i said nothing."
    33. Re:Wondering by ILongForDarkness · · Score: 1

      Well a 360k floppy could probably hold all our documents.It is the porn stash that justifies the 1TB+ drive :-)

    34. Re:Wondering by ILongForDarkness · · Score: 1

      Dude you have the wrong idea of a cheap system. You might have found a better price but I suspect it is approximately right (http://www.newegg.com/Product/ProductList.aspx?Submit=ENE&N=100008120+600038491&QksAutoSuggestion=&ShowDeactivatedMark=False&Configurator=&IsNodeId=1&Subcategory=636&description=&hisInDesc=&Ntk=&CFG=&SpeTabStoreType=&AdvancedSearch=1&srchInDesc=) the cheapest I could find for a 512GB SSD is $600. 3k just for disks is not a cheap system.

      You are also dreaming in the same lala land as HDD/nic manufacturers the speed it says on the box and what you'll actually see are two different things. Build the box and then we'll talk.

    35. Re:Wondering by Joce640k · · Score: 1

      You go right ahead and wait for 2 fucking hours for your 50 GB Bluray image to be copied/processed on your mechanical toaster;

      You might want to check your numbers before posting again...

      --
      No sig today...
    36. Re:Wondering by kimvette · · Score: 1

      How much is a 2TB enterprise SSD that fits into a SAS or SATA sled, and how much would it cost to build a RAID6 of them (eight "drives" - 2 parity) for 12TB usable storage?

      How much to build a 96TB SAN utilizing off-the-shelf hardware (meaning SAS/SATA form factor, backplanes, RAID controllers, etc.)?

      What? You say it can't be done yet?

      Hard drives aren't dead yet by a long shot. When you need moderate to massive storage capacities, what is the alternative? Hard drives, and when you need to store more, more hard drives.

      --
      The Christian Right is Neither (Christian nor right). See: Matthew 23, Matthew 25, Ezekiel 16:48-50
    37. Re:Wondering by fuzzyfuzzyfungus · · Score: 1

      Matthew Garrett(Redhat kernel/power management) has some fun writings on the subject, and a talk somewhere on youtube "EFI and Linux: the future is here, and it's awful").

      I've also had the pleasure of either owning or IT-monkeying for people who owned computers at a couple of the ugly changeover periods, along with a layman's interest in the whole EFI/Secure Boot thing. And some manual mucking with MBRs for reasons that have Nothing. Whatsoever. No. Indeed. Not. with my having done stupid things to my system late at night...

    38. Re:Wondering by tlhIngan · · Score: 1

      Unfortunately, EFI essentially 'solves' the problem of the BIOS by taking every vice available and adding a giant screaming heap of complexity(the quality of which is generally at the mercy of your motherboard maker)... It's sort of an enormous clusterfuck, pretty much what would happen if you took the people who gave us ACPI and told them to write an operating system...

      Wintel EFI firmwares are lurching toward ubiquity and not-complete-brokenness(albeit defined pretty much exclusively by whether Windows7 works properly, not by any reference to standards, where they exist), while Mac ones are blatantly contemptuous of things that are supposed to be nailed down by the 'standard'; but at least tend to fairly closely track the hardware and OS, since Apple is behind all of them.

      Practically all motherboards for Intel processors have had EFI in them. Macs have been the ones to primarily use them up front, but Intel's been pushing EFI for a long time. And most BIOSes are actually EFI running a BIOS compatibility layer (not unlike Boot Camp). It's just the EFI functionality has been hidden away and the BIOS "application" that EFI runs takes over, using EFI to do all the stuff in the background.

      As for problems - well, it's the same thing that happens with Windows - you have hardware manufacturers who have no right to touch a C compiler creating crap-ass drivers

    39. Re:Wondering by networkBoy · · Score: 2

      Nevermind that some applications will murder an SSD faster than you can say "Fault Tolerant".
      I have a scratch disk on my server, it's the landing zone for most network IO that is disk bound as well as a landing zone for uncompressed video that needs to be batched out for compression and for the resulting compressed file.
      Performance is secondary to cost in my application, so yes, this all hits a single HDD, but I only support about 4 users anyway.
      That drive has been replaced three times now. Each time with a platter drive. I tried an SSD once, it died in a week, platter drives last about 6 months. That's life with gobs of reads and writes.
      I have a very low failure rate on all other drives in the server as they are largely static. Write once read many type operations. Usually, when I upgrade to a larger disk, I take the previous smallest disk and use that as the next scratch disk.
      -nB

      --
      whois gawk date unzip strip find touch finger mount join nice man top fsck grep eject more yes exit umount sleep dump
    40. Re:Wondering by Anonymous Coward · · Score: 0

      You can also do things such as slow it down and maintain your same transfer rate and get power savings as well...

    41. Re:Wondering by networkBoy · · Score: 2

      I collect datasets.
      I have a small selection of movies on the server (mostly so disks don't get scratched with 6 and 8 year old hands).
      I have 12TB with about 5% free, normally I try to run at close to 20% free, but have not been buying disk since the floods. Soon I won't have a choice, so I welcome these 2TB 2.5" platters. I'm out of mechanical space, but if I replace my 3.5" bays with 2.5" I can go from 5 to 12 disks in the same physical space.

      Any way, back to the datasets. I have one that came shipped on 10 DVDs, it is all the data for the US education system crossed as follows:
      zip code of school
      average attendance rate /grade
      average GPA /grade
      average income /grade
      district of school
      ethnicity of school
      ethnicity of zip from census
      income of zip from census
      average teacher income / grade / (zip &&|| district) (not available at a per school granularity because of the low number of teachers/grade in a school could lead to reasonable identification of an individuals income)
      etc.
      etc.
      It is one of my bigger datasets, and I keep it on-line. The SPSS license was *not* cheap, but it made the research for the wife's masters thesis really easy.

      Anyway, long story short I have a multi TB collection of DBs, that I don't want to lose, along with queries.
      All on mirrors, 12TB worth. I'm sure there are /.ers that are movie hounds out there that have vastly more than that.
      -nB
      -nB

      --
      whois gawk date unzip strip find touch finger mount join nice man top fsck grep eject more yes exit umount sleep dump
    42. Re:Wondering by tompaulco · · Score: 1

      I've got about 6TB of physical storage in my personal machine. Almost half of that is in use.
      I've got about 3 TB of physical storage, and only about 200 GB is in use. The amount of space available has for me long since exceeded the space that I need. But then, I don't put stuff like movies or whatever on my laptop.

      --
      If you are not allowed to question your government then the government has answered your question.
    43. Re:Wondering by Anonymous Coward · · Score: 0

      Yawn. Wake me when they reach 1 Bambambytes.

    44. Re:Wondering by Anonymous Coward · · Score: 0

      what is the likely hood that the equipment isn't obsolete by then.

      Either a fume hood or a Robin hood..

    45. Re:Wondering by sehgalanuj · · Score: 1

      That I do completely agree with. My experience with grub-efi has been anything but efficient. But at least, once it is setup, it works well.

    46. Re:Wondering by WuphonsReach · · Score: 1

      I also have a 256GB SSD in the laptop for the past year. What it means to me is that a machine from mid-2007, which is functionally sound, is now very enjoyable to use. In fact, I'll probably up the memory to 8GB and toss Win7 on it later this year and keep it for another 2-3 years (assuming nothing breaks that is too expensive to fix). Sure, the CPU is only a Core2 Duo 2.5GHz, but other then more cores the new CPUs aren't all that much faster.

      SSDs are wonderful for primary drives. They're just sucky for bulk storage due to cost.

      But now that prices are getting below $1.25-$1.50 per GB, you can afford to put them into more and more machines. And if they wear out, just buy a newer and cheaper replacement.

      The real magic number will be $1/GB. Hopefully soon.

      (I absolutely despised using the laptop before I replaced the drive. It was slow and painful.)

      --
      Wolde you bothe eate your cake, and have your cake?
    47. Re:Wondering by Anonymous Coward · · Score: 0

      ... why would anyone in their right mind be copying a $10 Bluray onto an SSD that costs more than a dollar per gigabyte?

      Maybe if the system lacks an optical drive, but even that's a bit of a stretch.

    48. Re:Wondering by Anonymous Coward · · Score: 0

      As areal density increases on hard drives, so does the transfer rate.

      and from what we see at our shop, so does failure rates...
      ____

      6tb is a hell of a lot of data to potentially lose in one shot.

      short-stroked, though, these new 6tb drives should provide some impressive performance for a mechanical drive...

    49. Re:Wondering by complete+loony · · Score: 1

      But then every time we hit these limits we tend to double the bit count which pushes out these limits *much* further. 2^128 ought to be enough for anybody, but once we go to 2^256 we'll never hit it.

      --
      09F91102 no, 455FE104 nope, F190A1E8 uh-uh, 7A5F8A09 that's not it, C87294CE no. Ah! 452F6E403CDF10714E41DFAA257D313F.
    50. Re:Wondering by mattack2 · · Score: 1

      I doubt that they're ever going to really succeed in future-proofing systems for storage size.

      Do you want ALL of the code to ALWAYS be doing size-independent math? (That's not the correct term.)

      Basically, it slows ALL your math down, all the time, and who knows, if they don't have real NEXT_GINORMOUS_SIZE drives to run it on, it might have bugs anyway.

    51. Re:Wondering by Tyrannosaur · · Score: 1

      Just in case you've been wondering - this is why you are still a virgin.

      I thought we were trying to get past the "mom's basement" stereotype of ./ --- why is this "(Score:5, Informative)" ???

    52. Re:Wondering by jaymemaurice · · Score: 1

      Queue the PMs asking for copies of cool Data 8)

      --
      120 characters ought to be enough for anyone
    53. Re:Wondering by cthulhu11 · · Score: 1

      Seagate has had 1TB 3.5" platters since it acquired Samsung's operation, but neither has bothered to put out a 4-platter 4TB drive using them. The tech described by the OP will similarly languish for years until Seagate can bother actually building it into products.

    54. Re:Wondering by kcbnac · · Score: 1

      Please define 'Cheap home system' utilizing 6 SSDs. 50GB image? Just build a PC with 64GB of RAM (or more) and do it all there. Puts your SSD to shame...either way, you're limited by Bluray disc read speeds...

    55. Re:Wondering by kcbnac · · Score: 1

      So just do what we always do. Buy 2 or three and back them up to each other.

    56. Re:Wondering by lsatenstein · · Score: 1

      With the 60terrabyte possibility per square inch, or for each 5 square cm, if it comes to being in production, the drive becomes an excellent candidate as a backing store. The SSD devices can act as a front end cache, Also, extended ECC checking, to the extent of being able to recover bad sectors will be possible, but without too much overhead.

      I have these thoughts. Sequential file writes may not put the data sequentially in sectors next to each other, but should, if there are free sectors, put them on the same track. The idea being that if there is a bad spot on disk, using the information from the previous and next logical file block and ECC should be able to recover the damaged data.

       

      --
      Leslie Satenstein Montreal Quebec Canada
  2. 100% shark jokes by Zouden · · Score: 4, Funny

    "Seagate has strapped a laser to the hard drive head"

    Well, there goes my hopes for an intelligent discussion.

    --
    "A week in the lab saves an hour in the library"
    1. Re:100% shark jokes by Anonymous Coward · · Score: 5, Funny

      Yes, they have strapped a laser to the HAMR head.

    2. Re:100% shark jokes by semi-extrinsic · · Score: 2

      In my understanding, they have basically reinvented the MiniDisc, only at higher storage densities?
      (Disproving your point ;) )

      --
      for i in `facebook friends "=bday" 2>/dev/null | cut -d " " -f 3-`; do facebook wallpost $i "Happy birthday!"; done
    3. Re:100% shark jokes by modernzombie · · Score: 1

      Really wish I had mod points for this. +1

    4. Re:100% shark jokes by Anonymous Coward · · Score: 0

      No, its actually more like the reverse of thee magneto-optical technology, like the one in the MiniDisk. Basically the MO writes the data heating the surface of the disk with the laser an then use a magnetic head to write the data but the read is optical and in this case the laser is used to write and the magnetic head to read the data.

    5. Re:100% shark jokes by fuzzyfuzzyfungus · · Score: 4, Informative

      To the best of my understanding, there is one major difference: the magneto-optical drives(minidisc and others) used the laser to do reads as well as to heat sectors to lower their coercivity so that the magnetic head could rewrite them. This HDD-derived technology does magnetic reads; but incorporates a laser for heating during writes, allowing you to use high-coercivity materials(which allow smaller sectors to remain stable over time; but would be prohibitive to rewrite in their normal state).

    6. Re:100% shark jokes by omnichad · · Score: 1

      And I wish I had mod points, too. That's great.

    7. Re:100% shark jokes by Anonymous Coward · · Score: 0

      Excellent geekery. Well done sir.

    8. Re:100% shark jokes by pz · · Score: 1

      Indeed. I'd have been far more intriegued by knowing exactly how they managed to get a laser small and light enough to mount on the head along with an appropriate focusing mechanism without deleteriously affecting the kinematics. How sensitive is this to vertical displacement? Moreso than a normal GMR head?

      --

      Put my fist through my alarm clock with its ding-dong death inside my ear. - The Blackjacks.
    9. Re:100% shark jokes by semi-extrinsic · · Score: 1

      Now that you mention it, that is a difference. Laser reads are actually a bit fascinating, utilizing the magneto-optical Kerr effect, which is a cool bit of physics. Magnetic reads are boring in comparison. If I remember correctly, laser reads were used on minidiscs in order to get lower power consumption while sacrificing read speed, which is why they lasted for days on a single AA battery.

      --
      for i in `facebook friends "=bday" 2>/dev/null | cut -d " " -f 3-`; do facebook wallpost $i "Happy birthday!"; done
    10. Re:100% shark jokes by CAIMLAS · · Score: 1

      STOP! Can't touch this. It's hot.

      --
      ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
    11. Re:100% shark jokes by Anonymous Coward · · Score: 0

      shouldnt it be a fricking laser to a fricking HAMR head?

  3. HAMR Time by Anonymous Coward · · Score: 5, Funny

    STOP! It's HAMR time!

    1. Re:HAMR Time by binarylarry · · Score: 1

      HAMR don't hurt em!

      --
      Mod me down, my New Earth Global Warmingist friends!
    2. Re:HAMR Time by Anonymous Coward · · Score: 0

      Platter to head: U Can't Touch This!

  4. No. by Anonymous Coward · · Score: 3, Insightful

    They are on ultimately diverging paths which may coexist symbiotically forever unless one beats the other out in either cost, reliability, or functionality.

  5. This is bad.... by Anonymous Coward · · Score: 4, Funny

    MPAA says this will cost the entertainment industry billions of dollars every year.

    1. Re:This is bad.... by jd2112 · · Score: 4, Funny

      MPAA says this will cost the entertainment industry billions of dollars every year.

      Trillions of dollars every day! Won't you think of the children of the entertainment company lawyers who may never see thier parent because they are working 24/7 too protect the poor defenseless movie companies and the billions of americans who will loose thier jobs for each of these drives that are sold!

      --
      Any insufficiently advanced magic is indistinguishable from technology.
    2. Re:This is bad.... by fuzzyfuzzyfungus · · Score: 1

      This seems like a logically valid(please note, dear reader, the difference between validity and truth) deduction, according to the official MPAA-math axioms:

      1. All pirates have a willingness to pay equal to the MSRP for a given MPAA-member copyrighted work.
      2. All storage devices not sold filled with an MPAA-approved copyrighted work are intended for use by pirates.
      3. (Bonus Axiom of Choice): A content cartel hatchetman may, at his option, choose to replace "MPAA" with "RIAA" in these axioms.

    3. Re:This is bad.... by hardburlyboogerman · · Score: 1

      The MPAA can kiss my big red hairy ass for all I care

      --
      Geek Hillbilly
    4. Re:This is bad.... by GrumblyStuff · · Score: 1

      The result of this is trillions upon trillions stolen from children*!

      (*After all, we are somebody's child.)

    5. Re:This is bad.... by mcgrew · · Score: 1

      the billions of americans who will loose thier jobs for each of these drives that are sold!

      Well, I think industry should loose jobs, and lots of them. There are far too many people out of work these days. So yes, loose those jobs NOW! Unemployed people are counting on you to loose those jobs.

      Oh, wait, that's not what you meant?

    6. Re:This is bad.... by Luckyo · · Score: 1

      If you stopped letting them kiss it, it wouldn't be that red.

      Think of where those lips have been.

  6. Some Perspective from their CEO: by fuzzyfuzzyfungus · · Score: 4, Funny

    "Let's face it, we're not changing the world. We're building a product that helps people buy more crap - and watch porn."

    1. Re:Some Perspective from their CEO: by timeOday · · Score: 1

      "Let's face it, we're not changing the world. We're building a product that helps people buy more crap - and watch porn."

      Well, that's wrong, whether or not he believes it. Examples of massive datastores that are changing the world (for better or worse) are individualized advertising and government big brother systems. The Large Hadron Collider also has over 60 petabytes of disk storage.

    2. Re:Some Perspective from their CEO: by Kjella · · Score: 2

      Ex-CEO. That was Bill Watkins, who was replaced in 2009 by Stephen J. Luczo. And for all the candor of that statement "pirate more crap" would probably be even more honest...

      --
      Live today, because you never know what tomorrow brings
    3. Re:Some Perspective from their CEO: by geekmux · · Score: 1

      "Let's face it, we're not changing the world. We're building a product that helps people buy more crap - and watch porn."

      Well, that's wrong, whether or not he believes it. Examples of massive datastores that are changing the world (for better or worse) are individualized advertising and government big brother systems. The Large Hadron Collider also has over 60 petabytes of disk storage.

      Considering your examples here lean more towards the "for worse" side of changing the world, it's not helping the argument much. Personally, this is one scenario where hardware capability has FAR exceeded demand, so justification (especially on the consumer side) is questionable at best. Perhaps the (ex) CEO had a point here, regardless of how crass it may have come across.

    4. Re:Some Perspective from their CEO: by RicktheBrick · · Score: 1

      I do not think the average person would want to buy 60 terabytes of anything. Lets go with just a dime for a gigabyte since there are 60,000 gigabytes in 60 terabyte it would mean $6,000 to fill it. Lets look at the cheapest cost per byte which I think would be the blue ray movie. Lets say that one could get 25 gigabytes for just $10. That is very cheap today and it still $.40 a gigabyte or $24,000 for the 60 terabyte and $2,400 for the 6 terabyte drive. Even today, until we get the MPAA off our back and they allow the storage of movies on hard drives, for the average person this is just overkill. Even if one could store that many movies the vast majority of them would never be watched again. I think the same would go for home video too. I hope that the internet speed increase to the point where only the ISP has to have a hard drive and I never have to worry about a hard drive failure again.

    5. Re:Some Perspective from their CEO: by Anonymous Coward · · Score: 0

      My MythTV backend pulls about 8GB/Hour when recording from each of its two tuners. While there really isn't much on worth recording, I do about a terabyte a month. Having a single HDD with five years of recorded shows isn't so awful. And if it fails it's no big deal, things will get re-recorded during re-runs.

    6. Re:Some Perspective from their CEO: by FireFury03 · · Score: 1

      I do not think the average person would want to buy 60 terabytes of anything.

      It wasn't that long ago when I was running a 286 with a 40MB hard drive. "No one could fill that" I thought... and it wasn't long until I did.
      Upgraded to a 486 with 200GB drive... Then I added an 850MB drive... "no one could fill that" I thought... within a few months it was full.
      The list goes on - 1GB, 6GB, 20GB, 40GB, 1TB. Anyone who thinks that people won't want 60TB drives at some point in the future needs to look carefully at the past - in a few years time, they will look as silly as the people who thought, only 20 years ago, that 40MB was fine and 40GB would be an outrageously large size.

    7. Re:Some Perspective from their CEO: by GLMDesigns · · Score: 1

      What about privacy? Either you have easy to use encryption or you store your own data. I think a lot of people will choose to have their own HDs in addition to any other ease-of-use solution.

      --
      If you're scared of your govt then you need to further restrict its powers
      Vote 3rd Party in 2016 and beyond
    8. Re:Some Perspective from their CEO: by TooMuchToDo · · Score: 1

      I have to disagree with their CEO. I worked at Fermilab on the USCMS Tier-1 team for the CMS detector; we have ~5PB of spinning disk to stage/cache/buffer data between our cluster of data workers (~5K nodes) and our 50-60PB tape storage silos (each being the size of a school bus, and having 2-4 robotic arms racing around moving tapes from storage to drives).

      Not changing the world? Get out more and see where your product is in use; we used your drives brah!

    9. Re:Some Perspective from their CEO: by 0123456 · · Score: 1

      Ditto. When I first set up my MythTV backend I thought 1TB would be enough. Then It went to 2TB so it didn't start deleting shows before my girlfriend got around to watching them. Then we got OTA HD and I'm up to 4TB and it's still running out of space.

    10. Re:Some Perspective from their CEO: by afidel · · Score: 0

      Um, yeah my 50% year over year data growth disagrees with your assertion that capacity has exceeded demand (both personally and professionally btw).

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    11. Re:Some Perspective from their CEO: by jedidiah · · Score: 1

      Nothing eats drive space like video.

      Most people don't fully appreciate that.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    12. Re:Some Perspective from their CEO: by jedidiah · · Score: 1

      Just archive your iTunes video purchases over a number of years.

      Given that Apple's model is predominantly a "purchase" model, I am surprised this hasn't really occurred to most people. Do you really want to spend all that money and have nothing to show for it? Sooner or later you are bound to accumulate enough stuff where these larger drives become relevant.

      Such drives probably make more sense then expecting the "average consumer" to manage some sort of array.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    13. Re:Some Perspective from their CEO: by GmExtremacy · · Score: 1

      I've had no problems with me 120GB drive. I haven't even needed to fill it up. But that's just me.

    14. Re:Some Perspective from their CEO: by SuperKendall · · Score: 1

      I do not think the average person would want to buy 60 terabytes of anything.

      I have around 8TB of RAW files from photography, another four of processed images.

      It's easy to imagine that in just a few years I will have/need 60TB drives.

      All for only the content I generate myself...

      --
      "There is more worth loving than we have strength to love." - Brian Jay Stanley
    15. Re:Some Perspective from their CEO: by Anonymous Coward · · Score: 0

      Yes, but that's not the only way to fill it. Connect a high-definition set-top cable box to a video capture solution (it can be done) and start grabbing all the stuff you might want. It could easily add tens of GB a day.

  7. What's an "inch"? by GrahamCox · · Score: 0, Flamebait

    What is this "inch" you keep going on about? Who's thumb is that, yours, mine or some king or others? How about using some sensible measurements for a change? Fractions of a football pitch should do it, or at a pinch, submultiples of "the size of Wales".

    1. Re:What's an "inch"? by Anonymous Coward · · Score: 0, Insightful

      You're absolutely right!!! Why didn't they measure it in meters??? Then I'd have some scale being able to compare it to the length of the path travelled by light in a vacuum in 1/299792458 of a second! I mean, everyone has some idea what that is...

    2. Re:What's an "inch"? by Anonymous Coward · · Score: 1, Insightful

      Can you describe what a centimeter is, relative to something else?
      A fraction of the distance from the equator to the north poll?
      The distance light travels in a fraction of a second? What's a second?

      The length of someone's thumb, or a fraction of someones foot is possibly more relevant to humans.

      that said, yes, m and cm are ok too.

      but do you ask for a 8.89 or 6.35 cm harddrive?

    3. Re:What's an "inch"? by cvtan · · Score: 2

      Let's bring back hogsheads and firkins!

      --
      Sorry, but gray text on gray background is making my eyes bleed.
    4. Re:What's an "inch"? by ae1294 · · Score: 1

      Be SILENT Welshman or you're getting ye stones a lashing...

    5. Re:What's an "inch"? by Anonymous Coward · · Score: 0

      http://en.wikipedia.org/wiki/Inch

      Here, hope this helps. In the future, maybe you can be more self-reliant in expanding your knowledge. Google is a good place to start.

    6. Re:What's an "inch"? by fuzzyfuzzyfungus · · Score: 2

      You're absolutely right!!! Why didn't they measure it in meters??? Then I'd have some scale being able to compare it to the length of the path travelled by light in a vacuum in 1/299792458 of a second! I mean, everyone has some idea what that is...

      Don't listen to those pointy-headed physicists and their ivory-tower propaganda! The One True Metre is a piece of Platinum/Iridium bar-stock painstakingly stored by the Bureau International des Poids et Mesures and roughly the same length as 1/10,000,000th of an incorrect estimate of 1/4 of a terrestrial meridian!

    7. Re:What's an "inch"? by petermgreen · · Score: 2

      but do you ask for a 8.89 or 6.35 cm harddrive?

      Also note that drive bays were named after the size of the disks that went in the drives that went in the bays. Not after the size of the bays themselves.

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
    8. Re:What's an "inch"? by Anonymous Coward · · Score: 0

      Can you describe what a centimeter is, relative to something else?

      How's this - it's the length of one edge of a cube that contains one gram of water.

    9. Re:What's an "inch"? by Anonymous Coward · · Score: 0, Insightful

      Because we think your way is bollocks.

      BZZZZZT! Caught out! You're not a 'US-ian' - 'bollocks' is English English, not American English. You take it in Inches *and* centimetres!

    10. Re:What's an "inch"? by Drencrom · · Score: 1

      I think the GP has a point, the article switches from metrical to imperial units all the time. I don't know what is the imperial unit for a nm though

    11. Re:What's an "inch"? by Anonymous Coward · · Score: 0

      They did measure it in meters: "magnetic sites that are just 1nm long!"

    12. Re:What's an "inch"? by CSMoran · · Score: 1

      Can you describe what a centimeter is, relative to something else?
      How's this - it's the length of one edge of a cube that contains one gram of water.

      At what temperature?

      --
      Every end has half a stick.
    13. Re:What's an "inch"? by shutdown+-p+now · · Score: 1

      I don't know what is the imperial unit for a nm though

      Glancing through Wikipedia tables, it looks like a decent candidate for that would be the size of the diamond crystal cell - 356.68pm, a nice non-round number that's almost but not quite one third of the nearest SI unit, in the best traditions of the Imperial system. We could also call them "dice" for some extra confusion.

  8. How about reliability? by Anonymous Coward · · Score: 0

    For the past few years, I've seen so many bad drives from all the major manufacturers, I wonder if they'll start looking at reliability over size?

    1. Re:How about reliability? by SuricouRaven · · Score: 4, Insightful

      Once size is sufficient, you can solve reliability through redundency.

    2. Re:How about reliability? by Anonymous Coward · · Score: 0

      Once size is sufficient, you can solve reliability through redundency.

      Redundancy is all well and good for us technical folks. I backup my desktop to an external HD, as well as my basement server. And I backup my basement server to a separate external HD. But that's more than you can expect most consumers to do.

      Time is money, and I don't want to waste my time or money trying to achieve reliability rates for modern drives that seemed normal 5-10 years ago.

    3. Re:How about reliability? by Hatta · · Score: 2

      Not with RAID you can't. If you don't decrease the unrecoverable error rate as you increase the size of the volume, eventually you get to the point where you're almost certain to hit an unrecoverable error while rebuilding your volume. So the real question is, how is the read error rate on these tightly packed data domains?

      --
      Give me Classic Slashdot or give me death!
    4. Re:How about reliability? by TheLink · · Score: 1

      Only if the drive manufacturer helps you and _transparently_ does the redundancy for you at the level of reliability you want.

      Because for single drive systems if you hit many bad sectors even though you have redundant copies on other sectors your throughput is going to drop to impractical rates (assuming you actually care about storing and retrieving TBs of data). The error recovery timeouts are usually in the order of _seconds_.

      And if you're going to have multiple redundant drives, capacity might no longer be as important, performance and reliability might be more important. Because if your drives are too unreliable for their size you're going to need cleverer RAID controller software that won't "offline" a drive just because one sector is faulty especially on reads (it tries to read the data from all the array drives and as soon as it has enough data to build an answer, it sends it to the computer - even if a drive is not responding). Is such RAID software available?

      [1] http://en.wikipedia.org/wiki/Error_recovery_control

      --
    5. Re:How about reliability? by TooMuchToDo · · Score: 2

      You spread your data chunks across whole clusters of storage systems (i.e. Nimbus.io, Amazon's S3). The important data you really than need are the SHA hashes of the data.

      Sure, you lose a ton of data on a drive here or there. You immediately invalidate the drive and the data on it, replication has already brought the number of good chunks of data back to the minimum replica requirement (because, you're smart, and you're keeping 3-5 copies of the same data across your storage platform), and you stream new data to the drive.

    6. Re:How about reliability? by jedidiah · · Score: 1

      Duplicate and Automate.

      There's really no great bother to it past setting it up. You can even get suitable and suitably simple software for this task with just about any consumer external disk.

      Apple does it. Seagate does it. Western Digital does it.

      There's really no good "but it's too hard" excuse here.

      If anything, it's the "time is money" mentality that supports the idea of having a robust backup plan. Nothing is going to waste time more than getting caught with your pants down when you have a drive failure.

      Although in that case you are likely to lose things that no amount of time or money can replace.

      --
      A Pirate and a Puritan look the same on a balance sheet.
  9. *Evil Laugh* by CPTreese · · Score: 1

    I want a hard drive with some frikin' lasers!!!!!

    --
    If there is no God then free will is an illusion.
  10. Power? by Quantus347 · · Score: 4, Interesting

    I wonder what the power consumption increase is if you have to strap a heating laser to the write head. Lately the market seem to reward Technology that trends toward less power usage, not more

    --
    Common Sense isn't as Common as people think...
    1. Re:Power? by GrumblyStuff · · Score: 1

      Power? I'm guessing a little over nil if it is focusing on 1nm or smaller areas.

    2. Re:Power? by fuzzyfuzzyfungus · · Score: 4, Insightful

      The power budget for the laser obviously isn't zero; but if you only want to heat a very small area for a small fraction of a second the total power required to achieve truly alarming "watts/meter^2" is surprisingly small.

      More broadly, Seagate probably knows as well as anybody(although certainly isn't happy about it) that the small-n'-low power market is basically lost for mechanical HDDs. Game over. They'll stick around in cheapie laptops because they are cheap, and in crazed-enthusiast DTR and workstation models because they are huge; but Flash is taking over the good bits.

      In those areas where Serious Storage Capacity still counts, the energy cost of having X platters and 2X heads fighting air resistance as they zip around at high speeds really starts to add up. If you increase the areal density of a platter, you increase the storage capacity of a given number of platters, allowing your customers to either reduce platter counts for a constant workload, or maintain constant platter counts under an increased workload.

    3. Re:Power? by Anonymous Coward · · Score: 0

      I'm sure they turn the laser off unless the are writing, they don't want the laser to die. Write time is a tiny fraction of the life of a drive. Heat build up and battery drain should be more a function of the extra mass at the end of the actuator and the amount of seeking. So the big problem is still the drag of the disk spinning in air.

    4. Re:Power? by TooMuchToDo · · Score: 1

      My Macbook Air agrees with you; mechanical drives in the small/low power market are dead.

    5. Re:Power? by Anonymous Coward · · Score: 0

      My Macbook Air agrees with you; mechanical drives in the small/low power market are dead.

      Mechanical drives in the high cost market are dead.

    6. Re:Power? by avandesande · · Score: 1

      3w of output is a lot of laser power (burns through stuff readily) and most of the IR laser diodes are at least 50% efficient.
      Hard to imagine they would need more than that.

      --
      love is just extroverted narcissism
  11. Still will go unused by Grizzley9 · · Score: 3, Insightful

    Granted most of *us* can find something to fill it but when Dell and other bulk PC makers start including 1TB or 10TB drives in their basic PC's, most of it will still be unused by the general public. With higher MP cameras I can fill mine up with video and pics and a few converted movies/music. But with streaming options and so much available online or stored online for you, I just don't see the need to keep a ton of torrented movies and other files around taking up space and having to manage.

    The more space we have, it seems the more we keep. I can see a new show as a spinoff of "Hoarders" showing just what all is in your computers HDD.

    1. Re:Still will go unused by AngryDeuce · · Score: 1

      With the recent crackdowns on behalf of the MAFIAA, and the uncertainty of cloud based storage (see the Jotform debacle) I think that the government is doing far more to advance "digital hoarding" than hard drive manufacturers and the ever-increasing size of hdd's.

      I have about 4 TB's of external storage, and I've filled about 2.7 TB's of it so far just with stuff that I could stream or re-download but just don't have enough faith that the ability will be there tomorrow. Outside of my personal documents (which I would never trust solely to cloud storage, that's just begging to be screwed one morning after a bullshit domain name seizure) I have a ton of media I just do not want to lose access to again. Plus, add in the ISPs and their bullshit bandwidth caps and "throttling" these days, and you've got even more pressure to keep things local since streaming eats up so much fucking bandwidth.

      I think there's a lot of potential with the cloud and streaming media, but it's being hampered by these 20th century media companies and their out-of-date business model. It's stifling innovation, but it seems our government would rather assist them in propping up their business plan than truly innovate. Probably because the innovaters aren't writing such large checks to make sure the government favors them like the MAFIAA does.

    2. Re:Still will go unused by Anonymous Coward · · Score: 0

      You can't stream video all the time without hitting bandwidth caps and other nastiness. Especially at HDTV bitrates. What if your Internet is down or otherwise too slow to stream properly?

      For now anyway. Maybe some day in the future connectivity will be better but that's probably not going to change much for many years.

    3. Re:Still will go unused by 0123456 · · Score: 1

      Granted most of *us* can find something to fill it but when Dell and other bulk PC makers start including 1TB or 10TB drives in their basic PC's, most of it will still be unused by the general public.

      Doesn't take many new games at 30GB a pop to fill up a 1TB hard drive. I thought 750GB would be enough for my laptop, but I've had to delete about a third of the Steam games and compress some of the others.

    4. Re:Still will go unused by AmiMoJo · · Score: 1

      Lazyness. Why bother organize, backup and remove dead data when you can just keep throwing it all at that black hole of a hard drive? Even sorting stuff into suitable directories is almost redundant thanks to metadata and searching now, at least for media.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    5. Re:Still will go unused by Princeofcups · · Score: 3, Insightful

      Granted most of *us* can find something to fill it but when Dell and other bulk PC makers start including 1TB or 10TB drives in their basic PC's, most of it will still be unused by the general public.

      Ridiculous. That same claim has been made over and over for the last 30 years, and proven wrong each time.

      --
      The only thing worse than a Democrat is a Republican.
    6. Re:Still will go unused by Anonymous Coward · · Score: 0

      I'm currently using 4.1Gb on my only computer... It's essentially Ubuntu with a web browser and nothing else.

      So I don't need this, but my brother would love it, yarr.

    7. Re:Still will go unused by Grizzley9 · · Score: 1

      You can't stream video all the time without hitting bandwidth caps and other nastiness. Especially at HDTV bitrates. What if your Internet is down or otherwise too slow to stream properly?

      For now anyway. Maybe some day in the future connectivity will be better but that's probably not going to change much for many years.

      Go outside?

    8. Re:Still will go unused by Grizzley9 · · Score: 1

      I don't think it's ridiculous at all when you are considering the general public, as the only thing they have to fill up space is bigger photos and video from their cameras. They use consoles for games and stream video from the net or services, if at all. What else is there that takes up tons of space? I manage many computers in my extended family and of course have seen numerous others. Sure we're now defaulting to 160 or 250 GB HDD's on cheap bulk boxes but most of that is never used. Esp now with us approaching a "post-PC" world where more services are hosted remotely.

    9. Re:Still will go unused by Anonymous Coward · · Score: 0

      He said the general public. Most will likely play games (if at all) on their Wii or Xbox or PS or dedicated handheld/smartphone, not PC.

    10. Re:Still will go unused by GmExtremacy · · Score: 1

      Maybe. But what makes you think that they aren't right this time? Being wrong in the past doesn't mean they're wrong now.

    11. Re:Still will go unused by Anonymous Coward · · Score: 0

      The average consumer? It'll end up being full of temporary internet files, cookies, and email sitting in their 'deleted' folder in Outlook, which is of course set to not empty it on closing, and they're too stupid to empty it themselves.

      Also, whatever the viruses of tomorrow WANT to store on there. Not like the average consumer will know or care about a virus that isn't too invasive... I imagine botnets of the future (if not already, I have no idea) will use people's hard drives to store illegal things.

    12. Re:Still will go unused by Anonymous Coward · · Score: 0

      Maybe it's time to use consumer PC's for "cloud storage." Sort of like SETI at home.

      Warning: If granny turns her PC off, and so did 18 other grannies, you can't get to your files :D.

    13. Re:Still will go unused by Anonymous Coward · · Score: 0

      Current quality porn is 1920x1080 at 30 FPS.
      Next will probably be 3D porn which will double the storage requirement.
      Then 60 FPS 3D porn which will double it again.
      Then increased resolutions I expect.
      So expect at least a 5x increase in storage requirements in the near future...

  12. Too much storage = too much garbage by na1led · · Score: 5, Insightful

    I've noticed that the more storage you have, the more junk you fill it with. At my work, we have SANs with several Terabytes of storage, mostly filled with junk. When you have millions of useless files, it becomes a tedious task to search, and backup data. In the early days, there was a lot more cleanup of stored data, and only important files were kept on disks.

    --
    -- By all means let's be open-minded, but not so open-minded that our brains drop out.
    1. Re:Too much storage = too much garbage by Anonymous Coward · · Score: 0

      Too much storage = too much risk.

      I also think huge 60TB single drives are a big data risk. If you have a 500GB drive that goes bad (assuming it not part of a RAID or SAN) at most you loose 500GB of data. But if you have a 60TB drive, so huge you keep EVERYTHING on it, you stand to loose 60TB of data. Not a happy though. Even if you have it backed up, reconstructing that drive would take days.

    2. Re:Too much storage = too much garbage by DeathMagnetic · · Score: 1

      I've definitely noticed this with my personal data storage, but I don't think it's necessarily a bad thing. Given the growth rate of hard drive sizes, it's just no longer worth my time to spend hours, or even days, picking through my old data to save a few percentage points of capacity. Entire multi-gigabyte backups of old systems that once seemed massive, are now only small, insignificant directories within a multi-terabyte array. And with every passing year, the ever-falling cost/byte makes it even less worthwhile to go back and trim the fat. Yes, it can make finding things a pain if you're not well organized, but that's more a symptom of an underlying problem than a problem in itself. I sure don't miss the days of being forced to hastily delete things to make room for something else, only to later regret it when I unexpectedly have a need for that thing I've deleted.

    3. Re:Too much storage = too much garbage by Anonymous Coward · · Score: 0

      Slashdotter complains that people don't spend 10h now to save 1h later. News at eleven.

    4. Re:Too much storage = too much garbage by firefrei · · Score: 1

      I used to think like that but then I realized that the amount of data I've got on my hard drive that I actually NEED or couldn't live without, is actually quite small. The bulk of my data is used up with movies and videos. I like having a lot of them, but I certainly wouldn't mind getting rid of some of it if it meant cleaning up the crud.

      The more shit you have, the less likely you are to remember what you have. The treasures go unnoticed unless/until you go examine everything you've got. I still delete stuff off my HDD to make way for new stuff because it encourages me to not keep crap in my inventory.

      --
      I remember when Linux was good... too...
  13. Heat by ShAkE_a82 · · Score: 1

    Wonder how much does the magnetic bit need to be heated before it can be written upon. When used in a laptop, battery consumption and heat generated by it might be an issue.

    1. Re:Heat by Anonymous Coward · · Score: 0

      It needs to be heated to 1.75x10^14 liters/parsec.

    2. Re:Heat by Alioth · · Score: 1

      It's heating a minuscule amount of material, I doubt very much energy is put into the heating, certainly not that'll make you notice more heat coming out of a laptop.

    3. Re:Heat by Anonymous Coward · · Score: 0

      well yes.but number of repetitions of this process will be very large... so it's still a valid point. we have to know the numbers before we discredit its influence on heat generation and power usage

  14. Happy to hear this. by ooshna · · Score: 1

    I for one am happy to hear this. A lot of people probably thinks this will slow down SSDs move to mainstream computers but I do not. Once SSDs get to a reasonable price (under $1/GB before rebates) I can see them start becoming a common option for computers people buy in places like Bestbuy. Just imagine the "upgrade your hard drive to ultra fast speeds. Load windows faster than ever before for only $50 more" ads.

  15. With Leaps Like this SSD continues to fall behind by haplo21112 · · Score: 1

    Don't get me wrong I love my SSD drives, but that tech needs to to start finding some way to move forward at a faster and a better $/GB..I guess its $/TB now :)

    --
    Power Corrupts,Absolute Power Corrupts Absolutely, leaving one person(group)in charge is absolutely corrupt.
  16. Too bad we are in the post-desktop era by cvtan · · Score: 1

    Look forward to 60TB cellphones!

    --
    Sorry, but gray text on gray background is making my eyes bleed.
    1. Re:Too bad we are in the post-desktop era by geekmux · · Score: 1

      Look forward to 60TB cellphones!

      Meh. I'm just looking forward to when people stop calling them cellphones, since using ones voice to talk into them is rare to find these days.

    2. Re:Too bad we are in the post-desktop era by nschubach · · Score: 1

      I'm sure when phones became popular, people complained that others would write less... now that others write more, people complain that they talk less.

      --
      Every time I start to have faith in humanity, I ruin it by driving to work between 7 and 8 am.
  17. Downsides? by Gaygirlie · · Score: 1

    I am wondering what the downsides to such large density are: how fast can the laser be turned on and off? The longer it takes for it to fire the bigger the random write latency. Secondly, how long does such a laser last, can we expect 10 years from it? Thirdly, what does this mean for power consumption? More? Less? Fourth, on machines with write-heavy tasks would the drive heat up even more than they now do?

    Sure, 60TB storage sounds a lot, but I have trouble believing this thing is as wonderful as Seagate makes it sound like.

    1. Re:Downsides? by Anonymous Coward · · Score: 2, Informative

      The media heats and cools in 100-200 picoseconds; the laser turns on and off much faster than that. No addition to latency. Laser lifetime and reliability will be an engineering hurdle, but not a showstopper by the time a production drive is approved for release. The spot size of the laser on the media is much less than 100 x 100 nm (probably less than 50 x 50 nm) so the total heat added to the drive from the laser light itself is quite small. More heat will be added from the electronics, so thermal management of the drive environment my be more critical. However, caveats to all of these statements are that this is an early demo, not a production-ready drive, and in fact is likely not actually a real HDD like you would put in your PC. These demos are done in a lab environment with lab electronics, and lab mechanical systems to stay on-track. Still, this is a very significant step in showing that HAMR is on track for product plans later this decade.

    2. Re:Downsides? by Belial6 · · Score: 1

      Lets add:

      What does this do to data integrity? Since the drive needs to be heated to flip a bit, does this mean that the data integrity of the drive will dramatically increase? If the laser goes out, does the drive become read only?

      If the drives work like it sounds like they do, even for current densities, this sounds like a boon for backups.

  18. Bit error rates might doom these drives ... by Anonymous Coward · · Score: 0

    If they can't improve the bit error rates from where they are today, then increasing capacity by a factor of 30x or so is going to make these drives much more susceptible to hard failures.

    I think they're going to have to make these HDDs pretty dang smart using things like automatic on-disk redundancy and "failover" in addition to proactive and accurate detection and avoidance of "bad" sectors.

  19. May get to 50 TB per sq in by Anonymous Coward · · Score: 0

    From Wikipedia: "Seagate believes it can produce 300 terabit (37.5 terabyte) Hard disk drives using HAMR technology"

  20. HAMMER on HAMR by Anonymous Coward · · Score: 0

    It's obvious that the DragonFly guys are geeked for this.. I mean HAMMER on HAMR is going to rock.

  21. It's heat-assisted by Datamonstar · · Score: 1

    I have a lot of heat coming from my rig. This oughta work fine on it!

    --
    The eternal struggle of good vs. evil begins within one's self.
  22. what about useful units? by Anonymous Coward · · Score: 0

    like terabit per cm? Maybe even terabit per cm, as the medium always is having some volume.

  23. TOO Big by StrifeJester · · Score: 1

    I really hope they figure out how to make a faster read write speed. It is already almost a given that if you have a RAID 5 setup with 2TB drives there is bound to be an error during rebuild. There was a report on the chance of failure of an array using large drives failing during rebuild. So instead of RAID6 or are we going to have to go to a 3 parity RAID? They claimed RAID 5 should have failed in 09 and that is sata drives but if you put 60TB on a single drive you are asking for trouble IMO. Granted a nice RAID10 would be nice though. http://www.zdnet.com/blog/storage/why-raid-5-stops-working-in-2009/162

    1. Re:TOO Big by swilver · · Score: 1

      Replace the 60 TB for 60 GB and this comment could have been posted 10 years ago, yet the world hasn't imploded.

    2. Re:TOO Big by AngryDeuce · · Score: 1

      Not to be a nitpicker, but in 2002 hard drives were already pushing into the hundreds of Gigabytes. I remember having to play games to get my Compaq to recognize my larger-than-137GB Maxtor hard drive working due to the mobo limit...

      15 years ago, though, and you're spot on. Hard drives were in the single GB's at that point (and I remember being blown away by my first GB sized hard drive back around then, too..."Oh my God I'll never fill this up!!")

    3. Re:TOO Big by Bob+the+Super+Hamste · · Score: 1

      That sounds about right. The summer of 1998 I bought my first hard drive that didn't come in a computer. I paid $99 for it on sale at Best Buy (I was young and dumb) and it was a massive 3GB drive. I remember after installing and formatting it looking at the free space and wondering how I would ever fill it. No my laptop has a 500GB drive with less than 60GB free.

      --
      Time to offend someone
    4. Re:TOO Big by afidel · · Score: 1

      RAID10 with checksuming done at the FS layer (ala ZFS/ReFS) is the way of the future. Plus, at least with ReFS, it can simply unlink the corrupt file without affecting the rest of the volume meaning that you only need to restore the file(s) listed in the log instead of reloading the entire volume from your backup source.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    5. Re:TOO Big by afidel · · Score: 1

      No, as the average drive size exceeds the bit error rate it becomes ever more common to encounter an error during RAID rebuild. This is why most storage admins have given up on RAID5 and moved to RAID6 or similar dual parity schemes.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
  24. Time-to-market? by gman003 · · Score: 1

    I recently did some calculations off Kryder's Law, and happened to keep the results. We would normally expect (based purely off regular continuous improvement) 6TB hard drives as early as next year, and 60TB hard drives around 2018.

    So, while this is undoubtedly an improvement, it's not exactly a revolutionary one. WD et al. are probably at similar stages, either with this technology or with some other technique.

  25. Is it me? by garyoa1 · · Score: 1

    Cool. Instead of using say a half dozen smaller drives and losing some data to drive failure, now you can put it all in one place and lose it all at once!

    --
    Wuddooeyeno? IITYWYBMAD? Like nuts? eclecticallyincorrect.com
    1. Re:Is it me? by Anonymous Coward · · Score: 0

      or buy two and use Raid 1.

      A cheap NAS in the corner will be able to store a library congress.
      Neat.

    2. Re:Is it me? by AngryDeuce · · Score: 1

      I'm just looking forward to ripping all my DVD's and boxing them up for good. They take up so much fucking space...

    3. Re:Is it me? by Anomalyst · · Score: 1

      They take up so much fucking space...

      You store your DVD collection on top of your matress?

      --
      There is no right to feel safe thru security vaudeville at the expense of everyone's freedom, privacy and tax money.
  26. Must stop... too easy... by Anonymous Coward · · Score: 0

    So they are just going to HAMR that data in?

    You never know how much HAMRing they had to do to shove it all on there.

    Maybe if they HAMR a little easier the drives will be less moody.

    How often can we HAMR the drives before they want to leave us?

    Is our relationship only going to be a HAMRing?

  27. HAMR Head Sharks can hold two frickin lasers! by Dareth · · Score: 4, Funny

    HAMR Head Sharks can hold two frickin lasers! Take that you great white hater!

    --

    I only look human.
    My mother is a halfling and my dad is an ogre, so that makes me an Ogreling
  28. Short-stroking by jones_supa · · Score: 2

    As the density increases, the size of a short-stroked partition will be physically smaller too, making the seek times shorter. :)

  29. What about the positionning precision? by nicomede · · Score: 1

    As an engineer I am truly impressed by the clever material breakthrough. However, I can't imagine how they can manage the mechanical precision on the positionning on the read/write locations of the HDD. Having a 1 nm wide bit size is not helpful if you are not in the same range for the relative head/disk position? Or I am missing something?

  30. Re:With Leaps Like this SSD continues to fall behi by gman003 · · Score: 1

    Look up racetrack memory on Wikipedia. If everything goes as planned, it'll actually out-perform SSDs (and even some DRAM) while having density comparable to hard drives.

    While I suspect it'll never scale to mass production at consumer prices, maybe I'll be surprised.

  31. Laser Failure Mode by BennyB2k4 · · Score: 2

    The good news is that if the laser fails, the data should still be available to read and copy onto a new hard drive. If the laser was needed for reading as well, I'd be wary of the reliability.

    1. Re:Laser Failure Mode by rtaylor · · Score: 1

      How many CD, DVD, etc. drives are disposed of due to laser failure? Small percentage I would think.

      --
      Rod Taylor
    2. Re:Laser Failure Mode by spire3661 · · Score: 2

      The PS2 says hello.

      --
      Good-bye
  32. I wonder if... by Anonymous Coward · · Score: 0

    this is somehow related to this: http://hardware.slashdot.org/story/12/01/12/206224/ibm-shrinks-bit-size-to-12-atoms

  33. Cost? Reliability? Water Resistance? by DarthVain · · Score: 2, Interesting

    As much as I love stories about X company being able to stuff Y capacity into storage device, the last few years have proven instructive.

    1) How about doing it and producing it in such a way so that it is cheaper, not more expensive than last year?
    2) How about making them at least a little bit reliable. I know you just want us to consume more and more of your drives, but lets get back to 5 year warranty's already. This one year BS is BS.
    3) Maybe rather than doing the R&D to find a 60TB HD you do the R&D to find a building lot not on a fscking flood plain?

    Thanks,
          From everyone that bought a HD in the last year or so...

    1. Re:Cost? Reliability? Water Resistance? by AmiMoJo · · Score: 2

      How about some more speed? At a constant 100Mb/sec write speed (impossible on current consumer grade HDDs) it would take about 40 hours to fill a 10TB HDD.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    2. Re:Cost? Reliability? Water Resistance? by Anonymous Coward · · Score: 0

      Capitalism lesson: it's about getting as much money out of the customer as possible, not about giving him the best thing you could have for pennies. Go find that article moaning about how Google is "wasting money" with their engineering culture.

    3. Re:Cost? Reliability? Water Resistance? by rtaylor · · Score: 4, Informative

      Speed on spinning disk is a function of density as much as anything else.

      The tighter you pack the bits, the more bits pass under the head in a given time frame, which makes it faster.

      --
      Rod Taylor
    4. Re:Cost? Reliability? Water Resistance? by Anonymous Coward · · Score: 0

      very correct.

      Their 320GB HDDs were stable. Later all including 500GB to above used to fail and needed to be RMAed multiple times.

      They should work on reliability first, the cost, then capacity.

      Earlier, HDD failures were rare. Now, it happens almost an year even for a single desktop.

    5. Re:Cost? Reliability? Water Resistance? by DarthVain · · Score: 1

      Meh. I am not too worried about speed. They increase every so often, however if you are dealing with 10TB you are either using archive data, or some crazy source that isn't really "consumer" anymore anyhow. SSD seems to be picking up the slack there, where you have fast processing drive VS a straight storage drive. I assume that at some point a hybrid that will come along to remove the necessity of buying two drives and will store dynamically what you need where you appropriately need it.

      Although I can say the same thing about SSD. A lifespan of more then 6 months would be nice.

      People might not have to move such volumes of data all the time, if their drives weren't failing so often!

  34. Seems like a bad idea by Anonymous Coward · · Score: 0

    This seems like a step in the wrong direction. Yes maybe for archival purposes the HAMR process might be just what is needed. But the problem with existing drives is 1. Temperature , 2. Power consumption, 3. Reliability. None of this is solved by making it consume more power.

    And much of the problem can be thrown back at the OS vendors who do things like "try to keep as much RAM free by swapping to the hard drive as much as possible." Windows, Linux, that's you. FreeBSD doesn't do this.

    What I could see happening is that SLC NAND drives come in 64GB sizes cheaply, and these drives become OS drives, and just sit plugged in to a PCIe3.0 slot and OS's start being designed around it. Then connected drives are always used as data, programs, or swap/tmp depending on their properties when powered up. If the device is SLC NAND (High durability Single cell NAND) it can be used for everything but temp/swap. If it's MLC NAND, it can't be used for the OS but can be used for programs or data, and absolutely not for swap/temp. If it's RAMDRIVE, it can be used for swap, temp, and if battery backed it can also be used for hibernate. If it's a low-power spinning drive, then the OS tries not to put the Swap/temp/Hibernate on it (since it would keep spinning up and down whenever the swap is written) unless there are no other drives. If it's an "always on, high power, high speed" drive, then it avoids temporary and swap files but can be chained together with other drives for redundancy.

    The issue I see, is that power isn't even being considered. Vibration and noise probably isn't either. It almost seems like the error rate would increase with smaller bits, and this seems to keep bringing spinning drives closer to the unreliability point that SSD's have.

  35. iron/platinum? by gb7djk · · Score: 1

    I know that there are some pretty exotic coatings in use today, but I can't help feeling, considering the number of disks likely to be sold, that this is not going to help conserve the already overstretched usage of noble metals (e.g catalytic converters etc). If Seagate bring this to market at a competitive price, then that will would be another reason to invest in noble metal mining shares (or even metal, if one can stomach the ride).

    1. Re:iron/platinum? by afidel · · Score: 1

      I'd assume that the coating is a few atoms thick meaning all the HDD's in the world would total a few tons which is obviously a rounding error when you're talking about the worldwide metals market.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
  36. Will it actually hit the market? by SGDarkKnight · · Score: 1

    This will probably get modded all to shit since i dont have a referance, but do you think this technology will actually hit the market?

    I remember back in the good old days of CD's, there was a company that created a new type of recording information to CD's using fluorescent lighting. They had a working model they presented at a technology expo, and it was all the rave saying how it will blow CD's and DVD's out of the water with the amount of storage capacity (they were able to get close to a hundred layers on a disc the size of a CD). I can't remember what the exact storage capacity was, and a google search comes up with nothing anymore. I just remember that the company suddenly disappeared (probably bought out and the tech scrapped).

    Makes me wonder if the same thing might happen again, although, with a company as well known as seagate, I think it might be harder for them to disappear.

    --

    ...A no smoking section in a restaurant is like having a no peeing section in a swimming pool...
    1. Re:Will it actually hit the market? by White+Flame · · Score: 1

      The difference is a new company trying to insert itself into the market, vs an existing manufacturer developing their next lines of existing products.

  37. And yet in 2012 by Anonymous Coward · · Score: 0

    My modern PC will still become completely unresponsive during intense disk operations. Even the UI will not respond. I have 8 cpu cores and 8GB of RAM. Yet the UI fails to respond until the current io process has completed. Why?

    1. Re:And yet in 2012 by Anonymous Coward · · Score: 0

      My modern PC will still become completely unresponsive during intense disk operations. Even the UI will not respond. I have 8 cpu cores and 8GB of RAM. Yet the UI fails to respond until the current io process has completed. Why?

      You're running a *really* crappy OS?

    2. Re:And yet in 2012 by Anonymous Coward · · Score: 1

      A *really* crappy OS that is also horribly misconfigured most likely.

      Also, you might want to look into setting windows explorer to run as a separate process:

      http://www.addictivetips.com/windows-tips/run-windows-explorer-folders-in-a-separate-process-to-prevent-crashes-and-system-freeze/

      Good luck!

  38. Lasers? Tubes or diodes? by Psicopatico · · Score: 1

    First of all, forgive my terminology: I'm quite ignorant on the subject, I just have memories of stuff read over the years.

    That said, I guess the lasers included in the Seagate drive are diodes, as I recall they're just better over tubes on the cost side.
    But I also remember reading that diodes have a sort of "wear" problem: over time they tend to emit less intense light to the point it gets insufficent to perform the task.
    That's one of the reasons why CD/DVD drives "stop working" after a few years: the diode becomes unable to heat the disc's pits enough to perform writings first, and reads later on.

    Could this impact those drives aswell? And to what extent?

    --
    Mastering the English language is fucking easy: all you have to do is to put an f* word in every fucking sentence.
  39. Cheap, large, slow SSDs? by Anonymous Coward · · Score: 0

    Why aren't there any large (500GB+), low performance and relatively cheap (say 2x the cost of a hard drive of equivalent size) SSDs?

    I don't need 80,000 IOPs

  40. The evils of the back catalog. by jedidiah · · Score: 1

    Sure. Once you've picked up all of the older classic bits of content from Frys or Walmart for a song, then you can pretty much turn your back on the MPAA.

    I have so much stuff that I tend to forget the stuff that I have rented via Netflix. Never mind the cinema.

    Why watch the remake when the original is available and cheaper than one trip to the movies?

    --
    A Pirate and a Puritan look the same on a balance sheet.
  41. FSCK and CHKDISK by pysiak · · Score: 2

    What are the time implications of running FSCK or CHKDISK on 20TB NTFS or EXT4 ?

  42. HAMR ? by Anonymous Coward · · Score: 0

    You cant touch this

  43. FaRT HAMR by Anonymous Coward · · Score: 0

    Can't wait 'til Fast wRite Technology HAMR emerges...

  44. Re: by moneybabylon · · Score: 1

    people will do anything for porn.

  45. Disks with fricking lasers on their heads by Bob+the+Super+Hamste · · Score: 1

    Sweet now we can have disks with fricking lasers on their heads.

    --
    Time to offend someone
  46. Do we really need all the extra TB drives? by NSN+A392-99-964-5927 · · Score: 1

    In my mind not at all. I have 2 external 1 TB drives for my music in FLAC. This is more than enough and in my desktop 2x500GB drives of which I run some very hungry programs and I can tell you that is more than plenty for me. SSD drives are good and that is the way I am going in the next few weeks. Therefore does more really mean more, or is that more headaches when it comes around to data recovery?

    --
    All cows eat grass!
  47. Shift by bill_mcgonigle · · Score: 2

    I do my work from home some days with a VNC connection to work. It runs about 1.2Mbps when I'm busy (6-meg DSL).

    I see almost no reason why a home user should want to have a local hard drive, except perhaps to cache media files until the upload is done (in the background, and seamless working through the cache until the upload is done, of course).

    Give it a couple years and Google will offer free computers with free Internet connections in exchange for usage tracking. 70% of the population will take them up on that deal. Unless Amazon gets there first.

    All that said, there's going to be a huge need for storage on the backend.

    --
    My God, it's Full of Source!
    OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
  48. If all else fails by kimvette · · Score: 1

    If all else fails, use a smaller HAMR?

    I'm so confused. I've been doing it wrong all these years, using a BFH to compress all those bits!

    --
    The Christian Right is Neither (Christian nor right). See: Matthew 23, Matthew 25, Ezekiel 16:48-50
  49. Are these going to be junk too? by Anonymous Coward · · Score: 0

    Their 1TB drives are crap and have such a bad failure rate. I'll wait this one out and see how this goes.

  50. Hybrid by Bensam123 · · Score: 3, Interesting

    I still think the answer to both the SSD and Mechanical question is hybrid drives. Seagate has tried them in the past, but they definitely aren't as fast as normal SSDs. If they can improve that tech and attach it to something like this, it's literally the best of both world. Honestly it would just be a much improved drive cache, which Seagate and other drive makers could've improved for years... but somehow never did...

    1. Re:Hybrid by dwywit · · Score: 1

      I've wondered for a long time now, why a traditional HDD can't be made faster by using a large static head that spans the radius of the platter/s - instead of waiting for a moving head to position itself over a track and wait for the platter to rotate to the position you want, you're only waiting for the latter, i.e. eliminate the wait time for the head to move from one position to the next, and just read the head electronically. In fact, as you're "reading" all the tracks anyway, it would make for some interesting caching opportunities. You could do multiple reads on the one pass, and even do simultaneous reads and writes.

      --
      They sentenced me to twenty years of boredom
    2. Re:Hybrid by Soporific · · Score: 1

      My guess on this is that it would be cost prohibitive to make a large drive head(s) that could cover from the interior of the drive ring to the exterior while in a static position, but I like the idea.

      ~S

    3. Re:Hybrid by dave420 · · Score: 1

      How about 2+ drive heads, independently moveable, operating on different sides of the spindle, which can seek while one head is reading. Or maybe more than one head can read at the same time. I'm sure it'll be rather expensive, but it would offer the highest density and (if it works) improve seek times. Meh.

  51. So this "advance" by Lawrence_Bird · · Score: 1

    will undoubtedly proove so reliable that disk drive warranties are also shrunk down to at most 1 year and eventually the target 90 days to be in compliance with all other consumer electronics.

  52. Say goodbye to backups... by hamster_nz · · Score: 1

    Given that transfer rates will increase by the square root of density, a 20x increase in capacity (to 60TB) will only have at most have a 5x increase in transfer rates.

    Assuming that the transfer rate makes it to 500MB/s this will take 33 hours to read the contents of the drive - so something like a RAID scrub, or an offsite backup will be almost impractical.

    If 10gig etherent doesn't make it to the desktop, a network backup at 1Gb/s will take a week's network bandwidth...

    And even RAID will be an issue - with the loner rebuild times even with hot spares chance of a double disk failure is 5x higher than they are now (and they do happen now!)

  53. Paramagnetism by Anonymous Coward · · Score: 0

    Since the materials themselves are harder to magnetize, doesn't that mean they will actually hold on to the data longer?

    Also, will existing hard drive wiping machines that use strong electromagnets need to be modified as well?

  54. If you have it backed up? by SuperKendall · · Score: 1

    Even if you have it backed up, reconstructing that drive would take days.

    Then you are doing it wrong because in all of the backup technologies I use, I would either simply clone the backup drive (hours at most) or restore from a backup like Time Machine, also taking just a few hours...

    I mean, if you were still doing incremental backup to tape I suppose. But disks to do direct clones of are cheap and then at most you are losing a week or two of data, not 60TB.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
    1. Re:If you have it backed up? by Carnildo · · Score: 1

      Then you are doing it wrong because in all of the backup technologies I use, I would either simply clone the backup drive (hours at most) or restore from a backup like Time Machine, also taking just a few hours...

      Assuming constant RPM, linear read speed increases as the square root of areal density (or roughly, capacity). The square root of 60 is 7.75, so a 60TB hard drive will take 7.75 times longer to fully read than a 1TB drive; if your 1TB drive can be cloned in "hours", then a 60TB drive can be cloned in 7.75*hours, which is probably "days".

      --
      "They redundantly repeated themselves over and over again incessantly without end ad infinitum" -- ibid.
  55. 60TB by Anonymous Coward · · Score: 0

    60 TB ought to be enough for anyone... ...within the next 5 years. I remember my first computer with hard disks (not the first computers I owned that didn't have hard drives), and I knew that 20 MB was not nearly enough. I had floppy disks coming out of my ears. A few years later, people looked at me strangely for buying a 500 MB drive. A few years after that, it seemed very small compared to my 40GB drives. The machine I have now has two 500GB drives (and one 120 GB SSD). I had a third drive in it for a while, but one of the drives died (which I replaced with the SSD), and when I got warranty drive from the manufacturer, I stockpiled it for when the next drive dies. A 500 GB drive won't get obsolete that fast.

  56. Other place by SuperKendall · · Score: 1

    You store your DVD collection on top of your mattress?

    Like all good IT personnel he does everything in a rack.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
  57. "Please, HAMR, don't hurt Zouden!" by Anonymous Coward · · Score: 0

    or do, according to preference

  58. 60 years ago... by bobdevine · · Score: 1

    For comparison, it's been 60 years since IBM invented disk storage.

    Its RAMAC system held 5 million characters in a stack of huge disks.

    An 11-minute video of its San Jose site and RAMAC:
    http://www.youtube.com/watch?feature=player_embedded&v=USJGui9yIuA

  59. Assumptions by SuperKendall · · Score: 1

    Assuming constant RPM

    Why would you assume that, or the same platter size?

    When we actually reach 60TB I'm pretty sure both factors will be improved.

    You also totally ignored how ONE of the approaches I use is essentially a mirror. It doesn't matter if creating a new backup drive does take days, when you switch to an existing backup drive as the first step and are working in moments. If you have one local and one offsite drive there is no risk in doing that.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
    1. Re:Assumptions by Carnildo · · Score: 1

      Why would you assume that, or the same platter size?

      Historical evidence, mostly. Standard consumer drives have run at 7200 RPM for the past decade, high-performance drives have run at 15k RPM for just as long, and the 3.5" platter diameter has been standard for almost twice that.

      --
      "They redundantly repeated themselves over and over again incessantly without end ad infinitum" -- ibid.