Slashdot Mirror


Seagate Releases 6TB Hard Drive Sans Helium

Lucas123 (935744) writes "Seagate has released what it said is the industry's fastest hard drive with up to a 6TB capacity, matching one released by WD last year. WD's 6TB Ultrastar He6 was hermetically sealed with helium inside, something the company said was critical to reducing friction for additional platters, while also increasing power savings and reliability. Seagate, however, said it doesn't yet need to rely on Helium to achieve the 50% increase in capacity over its last 4TB drive. The company used the same perpendicular magnetic recording technology that it has on previous models, but it was able to increase areal density from 831 bits per square inch to 1,000. The new drive also comes in 2TB, 4TB and 5TB capacities and with either 12Gbps SAS or 6Gbps SATA connectivity. The six-platter, enterprise-class drive is rated to sustain about 550TB of writes per year — 10X that of a typical desktop drive."

91 of 147 comments (clear)

  1. ~1000 *Bits* per square inch? by PaulBu · · Score: 5, Informative

    I thought that in 21st century we are talking about Gbits/inch^2, not just bits...

    Paul B.

    1. Re:~1000 *Bits* per square inch? by cheater512 · · Score: 5, Funny

      Its just sad that in the 21st century we are still using Gbits/inch^2 and not Gbits/cm^2.

    2. Re:~1000 *Bits* per square inch? by Anonymous Coward · · Score: 5, Funny

      Its just sad that in the 21st century we are still using Gbits/inch^2 and not Gbits/cm^2.

      Why is that sad? An inch is 2.54 cm, so a square inch is 2.54*2.54=6.45 cm^2. If we switched from inches to cm, instead of 6 TB, this disk would not even hold 1 TB.

    3. Re:~1000 *Bits* per square inch? by nmb3000 · · Score: 1

      I thought that in 21st century we are talking about Gbits/inch^2, not just bits...

      Paul B.

      That caught my eye as well. Assuming 1000 bits per square inch, we're talking about:

      6 * 1000 * 1000 * 1000 * 1000 * 8 / 1000 = 48,000,000,000 square inches to store 6TB at 1000 bits per in^2.

      1 Mbit per square inch makes a lot more sense, putting it at 48 square inches, or about 8 square inches per platter.

      --
      "What do you despise? By this are you truly known." --Princess Irulan, Manual of Muad'Dib
      /)
    4. Re:~1000 *Bits* per square inch? by SpankiMonki · · Score: 4, Informative

      Better check your math on that. It's actually 1Tb/inch^2.

    5. Re:~1000 *Bits* per square inch? by Anonymous Coward · · Score: 3, Funny

      Whoosh!

      And you got the unit conversion wrong! Gold!

    6. Re:~1000 *Bits* per square inch? by Anonymous Coward · · Score: 5, Funny

      Imperial or metric bits?

    7. Re:~1000 *Bits* per square inch? by nmb3000 · · Score: 1

      1 Mbit per square inch makes a lot more sense

      Oh, derp. Make that 1000 Gbit per square inch. Worst part of no edit on Slashdot is all the simple math mistakes irrevocably left for posterity :)

      --
      "What do you despise? By this are you truly known." --Princess Irulan, Manual of Muad'Dib
      /)
    8. Re:~1000 *Bits* per square inch? by radiumsoup · · Score: 1

      ^ winner.

    9. Re:~1000 *Bits* per square inch? by BoRegardless · · Score: 2

      Slashdot is hiring fired AP writers now?

    10. Re:~1000 *Bits* per square inch? by Smerta · · Score: 1

      Dude, sorry but you just got tripped up by Muphry's Law.

      Happens to all of us, sooner or later...

    11. Re:~1000 *Bits* per square inch? by cheater512 · · Score: 1

      And that is the perfect example of why we aren't using Gbits/cm^2. You went for it hook line and sinker and said something *really* stupid. :P

    12. Re:~1000 *Bits* per square inch? by Xicor · · Score: 1

      yea... i noticed after i posted, but sadly there is no edit..

    13. Re:~1000 *Bits* per square inch? by durrr · · Score: 1

      Who cares, at least my music will no longer have a funny pitch on playback.

    14. Re:~1000 *Bits* per square inch? by Ghaoth · · Score: 2

      Yes, but the disk is rotating at 198,374 furlongs/fortnight.
      It's all getting a bit bitty methinks.

      --
      Nos Morituri te salutamus
    15. Re:~1000 *Bits* per square inch? by rossdee · · Score: 2

      You don't get into the imperial or metric part until you're talking Kilo bits

      Metric Kilo = 1000
      Imperial Kilo = 1024

    16. Re:~1000 *Bits* per square inch? by davester666 · · Score: 1

      Imperial bits automatically reject the force.

      --
      Sleep your way to a whiter smile...date a dentist!
    17. Re:~1000 *Bits* per square inch? by TeknoHog · · Score: 1

      Is that an African or a European bit?

      --
      Escher was the first MC and Giger invented the HR department.
  2. Let me just by CSMoran · · Score: 1

    write the partition table.

    --
    Every end has half a stick.
    1. Re:Let me just by MightyYar · · Score: 1

      RAID 6 is only one more than RAID 5.

      --
      W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
    2. Re:Let me just by Anonymous Coward · · Score: 2, Funny

      You think you could afford enough of these to facilitate raid 5, eh? Lol.

    3. Re:Let me just by schitso · · Score: 1

      Yeah, I pity anyone who runs RAID5 on such large disks. Enjoy your UREs.

    4. Re:Let me just by sexconker · · Score: 1

      RAID 1+5 is the answer. 6 6 TB disks disks gets you 12 TB (which is really about 10.9 TB).

      A1 A2
      B1 B2
      P1 P2

      A1 and A2 are mirrors of each other (RAID 1).
      A, B, and P form a RAID 5 array.

      If A1 goes down, it gets rebuilt from A2.
      If A2 goes down while rebuilding A1, you can recover A1 from B1 and P1.
      If B1 or P1 then goes down, you can recover both it and A2 (and thus A1) from B2 and P2.

      You can survive any 3 drive failures. You can potentially survive a 4th drive failure, too:

      XX XX
      XX B2
      P1 P2

      If P1 goes down, you can still rebuild everything automatically.
      If P2 goes down, you can still rebuild everything, but your controller almost certainly won't automatically do so. You'd want to carefully read the documentation / contact your manufacturer to make sure you've got the right procedure for using P1 and B2 to regenerate A (either as A1 or A2).
      If B2 goes down, you're fucked.

      Even in the cases where you're fucked you may be able to get shit back together. Unrecoverable read errors are the most likely issue to come up when rebuilding an array when a disk goes down, but UREs are unlikely to line up across both the RAID 1 and RAID 5 arrays. If your shit looks like this (where X is unreadable data and O is readable data):

      A1 [OOOOOOOOXXOOOOOO] A2 [XXXXXXXXXXXXXXXX]
      B1 [OOOXXOOOOOOOOOOO] B2 [OOOOOOOOXXOOOOOX]
      P1 [OOOOOXOOOOOOOOXO] P2 [XOOOOOOOOOXXOOOO]

      Then you can still recover shit if you really want, though it's unlikely for your controller to be able to do so automatically while online (or automatically at all).

      Compared to a single disk, RAID 1+5 is sextuple the cost for double the storage, but you get a ton of redundancy.
      Compared to RAID 1+0, you get the same storage for 50% more money, but you can withstand double the amount of disk failures.
      RAID 1+0 can survive 1 or 2 disk failures (2/3 chance for the second failure). RAID 1+5 can survive 3 or 4 (1/3 chance for the 4th failure).

    5. Re:Let me just by hobarrera · · Score: 1

      Of course, instead of going bankrupt after spending all my money in 6TB hard drives, I could just enjoy myself for now, and got bankrupt later on when one of by four 3TB disks fail.

    6. Re:Let me just by sexconker · · Score: 1

      If that's bankrupting you you likely don't have data worth replicating that much.
      Besides, the point is to spend $XXXX on RAID instead of $XXXXX on data recovery or $XXXXXX on lost business / court settlements.

  3. Big Drive by Anonymous Coward · · Score: 1

    6 TB drive... 1000 bits/square inch... So... 6 billion square inches of real estate (14.67 mile sides of a square)?

    1. Re:Big Drive by war4peace · · Score: 2

      Also, "increase in capacity over it's last 4TB drive".

      --
      ...gis sdrawkcab (usually not responding to ACs; don't bother posting as AC)
  4. Why not? by wisnoskij · · Score: 2

    And why would you not use helium? They already seal the hard drives and it is just as easy and cheap to leave helium in the drive as some form of super clean air.

    --
    Troll is not a replacement for I disagree.
    1. Re:Why not? by Anonymous Coward · · Score: 1

      No. drives are *not* sealed. Making a sealed drive that won't implode if you, say, take it on an aircraft in your laptop, or to ship it to the client (for example) is non trivial.

    2. Re:Why not? by Anonymous Coward · · Score: 5, Informative

      actually, the drives aren't usually sealed. there's a porous frit plug that allows the pressure inside and outside to be equalized, and which has pores small enough not to let water vapor in.

      Designing a hermetic container that lasts for years is non-trivial, particularly one to hold Helium, which has very, very small atoms that can go through the interstices in the metal. By comparison, pulling a vacuum would be easier, but disk drives need something to fly the heads on. He is nice because it is also very low viscosity

    3. Re:Why not? by pushing-robot · · Score: 2

      Because they're trying to maintain their quality.

      (Seriously, though, they actually don't seal their hard drives. Hard drives typically have a small hole in the casing with a extremely fine dust- and moisture-proof filter attached. It allows the drive to equalize its pressure with the environment and reduces the mechanical strain on the housing and seals.)

      --
      How can I believe you when you tell me what I don't want to hear?
    4. Re:Why not? by Kaenneth · · Score: 5, Funny

      Fun Fact, retail helium for recreational used is often salvaged from used 'pure' helium from MRI machines and such.

      So children's party balloons are filled with medical waste, yay!

    5. Re:Why not? by niftymitch · · Score: 1

      And why would you not use helium? They already seal the hard drives and it is just as easy and cheap to leave helium in the drive as some form of super clean air.

      Ask the question differently..... why you would use helium.
      A partial answer is thermal... revisit the old TCM (thermal conductive modules)
      used in system components like IBM 3081. H has good thermal properties.
      Another is the H or He have vastly better dynamic fluid properties to let the head seek
      and perhaps fly better.
      Pressure and seal is an issue but an expansion bladder can establish a way for
      pressure changes to have minimum impact on the case.
      Helium is inert allowing a wider choice of internal materials.

      Some of these properties are not dependent on a 100% H atmosphere.

      And if you crack one open you can sound funny.

      --
      Truth is stranger than fiction, but it is because Fiction is obliged to stick to possibilities; Truth isn't. Mark Twain.
    6. Re:Why not? by war4peace · · Score: 3, Funny

      He is nice because it is also very low viscosity

      But she is nicer than him, that's for sure, mainly because her viscosity is spot on.

      --
      ...gis sdrawkcab (usually not responding to ACs; don't bother posting as AC)
    7. Re:Why not? by niftymitch · · Score: 4, Interesting

      .......

      Designing a hermetic container that lasts for years is non-trivial, particularly one to hold Helium, which has very, very small atoms that can go through the interstices in the metal. .....

      This is important.....
      I have seen thick wall steel pipe with blisters inside the metal.
      The pipe contained high pressure hydrogen at high temperatures and
      the hydrogen would react with the carbon in the steel and grow bubbles
      a little like Swiss cheese.

      The diffusion dimension of H2 and He is also interesting.

      --
      Truth is stranger than fiction, but it is because Fiction is obliged to stick to possibilities; Truth isn't. Mark Twain.
    8. Re:Why not? by Anonymous Coward · · Score: 2, Funny

      Fun Fact, retail helium for recreational used is often salvaged from used 'pure' helium from MRI machines and such.

      So children's party balloons are filled with medical waste, yay!

      I wondered where Big Bang Theory got most of their scripts for Sheldon. Now I know ... Slashdot!

    9. Re:Why not? by dargaud · · Score: 1

      Designing a hermetic container that lasts for years is non-trivial

      Huh ? My cheap plastic watch is hermetic to 4 atm, and for years. Plenty of things are. And for a HD you don't have to stand more than 1/3 atm of pressure differential, something trivial. Having used hard drives at high altitude and seen them die quickly, I always wondered why they don't simply seal the damn things with air at 1 atm inside.

      --
      Non-Linux Penguins ?
    10. Re:Why not? by thegarbz · · Score: 1

      it is just as easy and cheap to leave helium in the drive as some form of super clean air.

      Have you ever wondered how Helium and Hydrogen filled balloons, even metal ones will deflate and fall despite no obvious signs of a leak? It is very difficult to properly seal either element into a permanent storage container. There's nothing cheap or easy about designing a case like that.

    11. Re:Why not? by JoeMerchant · · Score: 2

      So, when you pull a vacuum, does it eventually fill up with helium that goes through the interstices in the metal from the ambient atmospheric mix of gasses?

    12. Re:Why not? by gmarsh · · Score: 1

      Why not?

      - Requires extra machinery/infrastructure to be installed at the HD plant
      - Expense of buying helium
      - Expense of other drive changes required to support helium (better sealing, etc)
      - Expense of licensing existing patents on helium filled drives and their manufacture.

      Or perhaps they're just busy validating new drive models and their assembly line, and they'll be shipping helium filled drives shortly...

    13. Re:Why not? by LoRdTAW · · Score: 1

      Helium is so good at leaking it is used to test for leaks using a mass spectrometer leak tester.

    14. Re:Why not? by Linzer · · Score: 1

      Yes, at an incrediby slow pace, and only until you reach the same partial pressure of helium inside and outside the container. Which will give you a ridiculously small amount of helium after a huge wait. That's why no one does that.

      --
      Gravitation is a theory, not a fact.
    15. Re:Why not? by TeknoHog · · Score: 1

      No. drives are *not* sealed. Making a sealed drive that won't implode if you, say, take it on an aircraft in your laptop, or to ship it to the client (for example) is non trivial.

      By "ship", do you mean a submarine? Because otherwise my head in plode (considering a roughly sea-level internal pressure vs. the mile-high club)

      --
      Escher was the first MC and Giger invented the HR department.
  5. Helium leak? by Tablizer · · Score: 5, Funny

    Finally a way to detect if your drive is about to crash: you start to sound like a munchkin.

    <highvoice>Oh oh, I better make a backup fast!</highvoice>

    1. Re:Helium leak? by Jamlad · · Score: 1

      I'm wondering how they've manage to prevent He from leaking. It's an absolute bugger to contain. Just permiates through most plastics and any infinitesimally small cracks. We use it in particle accelerators at ultra-high vacuum (10^-9mbar) to detect leaks for that very reason.

  6. Calculations by wisnoskij · · Score: 4, Interesting

    At 1000 bits per square inch, to get 6TB you need about a third the size of Manhattan.

    According to Wolfram Alpha at least:
    http://www.wolframalpha.com/in...

    --
    Troll is not a replacement for I disagree.
    1. Re:Calculations by steelfood · · Score: 1

      The He-filled WD version is just a bit larger, and has a giant laser in the center that can blow up a city.

      --
      "If a nation expects to be ignorant and free in a state of civilization, it expects what never was and never will be."
    2. Re:Calculations by Trailer+Trash · · Score: 4, Funny

      At 1000 bits per square inch, to get 6TB you need about a third the size of Manhattan.

      It takes a couple of hours to get up to 5800RPM, but when that bitch is spinning don't even try to tilt your computer.

    3. Re:Calculations by JoeMerchant · · Score: 2

      Just think, last year's drives at 831 bits per square inch, that's only 29 bits per inch, squared... you can see those suckers with the naked eye.

    4. Re:Calculations by Hobadee · · Score: 1

      If I'm doing my math right here, that comes out to ~1,900km/s at the outter edges of the platter. That's about 0.6% of the speed of light.

      Wolfram Math ...Divide by pi and sqrt to get radius, multiply by 2pi to get circumference, multiply by RPM, divide by 60 to get it in seconds... Correct?

      --
      ...Had this been an actual emergency, we would have fled in terror, and you would not have been informed.
    5. Re:Calculations by Trailer+Trash · · Score: 1

      If I'm doing my math right here, that comes out to ~1,900km/s at the outter edges of the platter. That's about 0.6% of the speed of light.

      Wolfram Math ...Divide by pi and sqrt to get radius, multiply by 2pi to get circumference, multiply by RPM, divide by 60 to get it in seconds... Correct?

      So if it's a third the size of Manhattan at rest, how big is the outer edge at full speed?

  7. "relying" on helium by Anonymous Coward · · Score: 3, Informative

    Seagate, however, said it doesn't yet need to rely on Helium to achieve the 50% increase in capacity over it's last 4TB drive

    Seagate previously made 4 x 1 TB platters and 5 x 800 GB platters. Now this drive stores 1.25 TB per platter (according to El Reg). I bet WD/HGST can replicate that very easily... 7 x 1.25 = 8.75 TB. From what we know Seagate could use shingles (shingled magnetic recording) to boost capacity but with a penalty to write speed. There was also a suggestion they could cram 6 platters in a drive without helium. Both companies are working on HAMR to replace PMR in the coming years.

    It's not that WD is relying on helium, it's that WD has better technology than Seagate. By including two more platters, WD can match Seagate's capacity with older PMR platters.

  8. Re:oops by SpankiMonki · · Score: 1

    Whoa, the summary is orders magnitude off on the density. (or the drive is way bigger than an aircraft carrier.)

    So is the info in the forwarded Computerworld article. As this is a first gen HAMR drive, the density is actually 1 terabit per square inch.

  9. So with the Helium inside, is drive lighter? by Glasswire · · Score: 1

    In a big storage server, that could amount to few kilos, perhaps

    1. Re:So with the Helium inside, is drive lighter? by gargleblast · · Score: 4, Funny

      In a big storage server, that could amount to few kilos, perhaps

      Absolutely. That's astute! They're going for cloud storage.

  10. Re:Sorry, but Seagate is total shit by Anonymous Coward · · Score: 1

    I dont, in 27 years I have had 1 seagate fail, and it was still under warranty, meanwhile every single WD I have ever bought has shit its shoes and hit the dumpster

  11. Press blurb is junk by m.dillon · · Score: 2

    The press blurb is full of nonsense. Not one real performance statistic. Not one.

    -Matt

    1. Re:Press blurb is junk by gweihir · · Score: 1

      You ask for facts? These have been eliminated from marketing a long time ago, as they tend to get in the way. There are enough suckers that will buy this thing anyways, despite Seagates consistently bad reliability track record.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  12. Re:Yeah, yeah. What's it cost? by fnj · · Score: 1

    Been a long time since I've bought Seagate as I've had great reliability from WD but out of curiosity, what's the cost?

    We won't know shit until Newegg begins to stock them, maybe in about 5 years. Cost data from manufacturers, even when you can get it, is always useless because in the real world nobody pays anywhere near list price.

  13. H2 drive by c4tp · · Score: 1

    I'm just glad we've learned the lesson of the Ultrastar Hindenburg. Oh, the capacity!

    (Too soon?)

    1. Re:H2 drive by c4tp · · Score: 1

      Yep. Didn't intend to whoosh anyone here, I just thought going too deep into an explanation of the difference between He(lium) and H(ydrogen) would make the joke even less funny than it already was.

    2. Re:H2 drive by Walter+White · · Score: 1

      Why not Hydrogen? Must utility generators are hydrogen cooled due to hydrogen's low viscosity and high thermal conductivity.

  14. Re:obsolete by iggymanz · · Score: 2

    yes. as you will find out in a couple years, SSD are more reliable in the first 2-1/2 years, then they go to shit faster than hard drives after that.

  15. I'm surprised no one said, yet... by kauaidiver · · Score: 1

    That's a lot of porn...

  16. Get Perpendicular by ArcadeMan · · Score: 2

    The company used the same perpendicular magnetic recording technology that it has on previous models.

    Just in case anyone missed it, here's the very technical video explanation by Hitachi about how perpendicular recording works.

  17. Re:obsolete by Harlequin80 · · Score: 4, Interesting

    Hmmm Let me think about this

    Intel Enterprise grade SSD 800gb - I can find them for about $1800
    HGST Ultrastar - Enterprise grade with Helium - 6tb - $865.

    I currently have a 21tb Nas machine in this office. I don't need speed I need capacity. The cost differential is MASSIVE. So yes people buy spinning platters all the time.

  18. Re:obsolete by WuphonsReach · · Score: 4, Informative

    Does anyone buy platters of very slow piles of rust anymore?

    For bulk storage (measured in terabytes and petabytes), platters of spinning rust are the only economical solution. So for a secondary storage SAN where capacity is more important then IOPS, you fill it out with spinning rust. A 4TB enterprise SATA 7200RPM drive is about $330 right now, or about $0.08/GB. The cheapest enterprise SSDs are about 10x-20x that price.

    Rust is also better for drives (or tapes) used as backups. It has better shelf stability then a SSD. Most SSDs will start to lose data after a few months of being disconnected (maybe as few as 6 months). Barring mechanical issues, traditional magnetic media holds up well over the span of years (at least a decade in most case).

    Now I just wish WD would come out with a 2TB 10k RPM SATA Velociraptor 3.5" drive...

    --
    Wolde you bothe eate your cake, and have your cake?
  19. Re:obsolete by dbIII · · Score: 4, Funny

    I'll link the above post next time you pretend to know what is going on in server rooms so that everyone can have a laugh.

  20. Don't buy Seagate drives... by gweihir · · Score: 1

    Sometimes, just sometimes, they are on par with the competition reliability-wise. But many of their drives are lemons, far more than from other manufacturers and that has been a very long-term trend. Seagate just does not know or does not care to make drives reliable. Latest data:
    http://blog.backblaze.com/2014...

    This one is unlike to be any better in that regard.

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    1. Re:Don't buy Seagate drives... by Anonymous Coward · · Score: 1

      Sometimes, just sometimes, they are on par with the competition reliability-wise. But many of their drives are lemons, far more than from other manufacturers and that has been a very long-term trend. Seagate just does not know or does not care to make drives reliable. Latest data:
      http://blog.backblaze.com/2014...

      This one is unlike to be any better in that regard.

      I swear, it seems if you can generate the right kind of FUD that seems to resonate with "storage nerds" biases, it will be keep being thrown around like that damn Wakefield vaccine paper. If I were building network storage (and yeah, I suppose I'm not Backblaze trying to do it on the super cheap), there's no way I would do something as stupid as go buy a bunch of external drives and rip the drives out and put them in server application. Try doing that with HGST, WD, Seagate or Toshiba branded products, and you're going to get bitten.

          Using a car analogy, it's like John Doe crying foul because his Camry fell apart quicker than his Sentra when he put a tow hitch on there and was using them routinely to pull heavy equipment. Those drives were NOT designed to be run full-bore in a server environment. If you were actually thinking about the problem (which the a lot of the johnny-come-lately "cloud/app" folks who want to reinvent everything don't seem to do), you should have come to the conclusion, "I need enterprise grade drives", NOT desktop hardware. I want to pull heavy equipment--I should buy a full-ton truck or a dump trucker, not a compact car. Using drives in this capacity is really an invalid metric, and doesn't apply to the average user, where the heads actually get parked once in a blue moon, and the PC isn't necessary always on (or at least hopefully not always writing). Also, if Seagate drives were actually a bad value proposition, why does Backblaze keep buying them?

      Also:
      http://www.tweaktown.com/articles/6028/dispelling-backblaze-s-hdd-reliability-myth-the-real-story-covered/index.html

    2. Re:Don't buy Seagate drives... by gweihir · · Score: 1

      Nice attempt at diversion. What you say is complete BS though, and rather obviously so.

      First, you always get bitten when doing storage. There is no way around that.

      Second, "enterprise grade" disk hardware is a myth today. Backblaze recognized that and quite a few other people do it too. Sure, you can get things like lower vibration, but they do not matter to drive lifetime these days, only access time and that you can measure. Your argumentation relies on 20 year old tech and that is not being used in modern drives anymore.

      And third, they bought Seagate a) before they had that data and b) why do you think they were bad value? They were far worse than the competition, but as there was a HDD shortage, they can still be better having than not having.

      The "story" by tweaktown you link has all the hallmark of cleverly disguised corporate "spin", which aims to muddle the waters but does not actually disprove anything or even explain anything. It is either paid-for disinformation or the work of idiots that do not understand engineering basics. The data and explanation by Backblaze is solid though.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    3. Re:Don't buy Seagate drives... by gweihir · · Score: 1

      Keep kidding yourself. And yes, I have disassembled drives and I know what I am looking at with electronics. I also do understand accelerated aging for electronics and you do very obviously not. The relationship between temperature and failure rate is a simplistic model, that mostly held for old drives as ball-bearings in the spindles do follow it. Guess what, modern drives do not have them anymore and FDBs are a whole different story. There are a lot of other things to understand with heat-accelerated aging.

      The Backblaze people do know what they are talking about. Of course, Seagate fanbois and paid trolls do not want to hear that.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    4. Re:Don't buy Seagate drives... by gweihir · · Score: 1

      Indeed. Good Seagate drive models are roughly on par with the average competitor drive. The problem is that they have so many bad ones and do not seem to care that they are pushing bad drives with significantly reduced reliability to their customers. And while other hdd manufacturers have had the occasional bad model as well, with Seagate it is a pattern and a quite frequent occurrence.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    5. Re:Don't buy Seagate drives... by jbo5112 · · Score: 1

      Google's report on drive failures said enterprise drives were no more reliable. I actually compared specs for a vendor's desktop and enterprise models of a disk. The only difference on paper was with the touted vibration handling circuitry, that I'm told is an extremely important feature you get with buying enterprise drives. It was optional in the enterprise drives and included in every desktop drive. Most shocking was when I tore apart a very expensive high-capacity Sun RAID array from 2005/2006. Sun built the array with Hitachi Deskstars instead of the enterprise Ultrastars. Aside from a Sun logo, it was the same drive model that a friend gave me out of his Dell desktop.

  21. Oops in title - "sans" ? by perpenso · · Score: 1

    Whoa, the summary is orders magnitude off on the density. (or the drive is way bigger than an aircraft carrier.)

    I think that you can't get past the title without an oops: "Seagate Releases 6TB Hard Drive Sans Helium"

    Doesn't "sans" mean without?

    1. Re:Oops in title - "sans" ? by dylan_- · · Score: 2

      Doesn't "sans" mean without?

      Yes, that's because WD's 6TB Ultrastar He6 was hermetically sealed with helium inside, something the company said was critical to reducing friction for additional platters, while also increasing power savings and reliability. Seagate, however, said it doesn't yet need to rely on Helium to achieve the 50% increase in capacity over it's last 4TB drive.

      At least, I'm sure I read that somewhere.

      --
      Igor Presnyakov stole my hat
  22. 55TB / year? by zdzichu · · Score: 2

    Since when mechanical drives degrade during writes? Isn't that a SSD 's illness?
    And 55TB / year for desktop drive sounds ridiculously low.

    --
    :wq
    1. Re:55TB / year? by AmiMoJo · · Score: 1

      Writes do slightly degrade HDDs. The extra heat shortens their lifespan, but the main issue is that they need idle time to check and re-write existing data.

      When idle HDDs will do a background surface scan where they check the integrity of each block. All blocks will have some amount of errors that can be recovered using error correction codes. Once a block reaches a certain threshold of errors it is considered bad and the data is moved somewhere else. The drive has a supply of reserve blocks for this purpose. SMART data can tell you what percentage of these spare blocks has been used, and if you see you are getting low or the rate of re-assignment starts to increase you know you need to replace the drive before it dies.

      If you saturate the drive with writes constantly it doesn't have an opportunity to do this background surface scanning. If a block degrades too much before being copied by the surface scan you get a read error, and the moment you get a read error the drive is considered broken and returned under warranty.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
  23. Re:obsolete by Anonymous Coward · · Score: 1

    Some people need capacity at a low cost over speed.

    Facebook for example archives billions of photos nobody will ever look at again, because among them are millions of photos that people will look at again, and it's impossible to figure out a-priori which ones will be.

    At a recentish lecture they gave at Stanford, they said what they really want is write-once solid-state memory with zero standby power, and lower costs than magnetic disks.

    If you think about it, the vast majority of non-cache storage is write-once, so the idea of large low-cost write-once capacity should be broadly appealing.

  24. Unfortunately, Seagate's reliability is garbage by cpm99352 · · Score: 4, Informative

    There was a time when Seagate was a gold standard, but nowadays certainly not. I would not trust a Seagate drive if someone gave it to me. A truly sad state of affairs. I just pity the consumers who don't know any better. Even worse that they're now tarnishing the Hitachi brand.

    1. Re:Unfortunately, Seagate's reliability is garbage by Zeio · · Score: 1

      True. Maxtor infected seagate, and their reliability is generally horrific.

      http://blog.backblaze.com/2014/01/21/what-hard-drive-should-i-buy/

      25% of seagate drives die within 3 years. Its utterly horrific.

      --
      Legalize the constitution. Think for yourself question authority.
    2. Re:Unfortunately, Seagate's reliability is garbage by kmg90 · · Score: 1

      just bought a 1TB 7200 RPM 2.5" HGST (what Hitachi became in the WD acquisition) it's been almost 4 months of daily use in my PS3 and not a single problem.

  25. Helium drives by maroberts · · Score: 1

    ...work at a very high pitch!

    --

    Donte Alistair Anderson Roberts - hi son!
    Karma: Chameleon

  26. Re:Sorry, but Seagate is total shit by gweihir · · Score: 1

    WD has a know problem is sulfur-rich environments (e.g. former east-bloc) as they use silver-plating instead of gold on their PCBs. Other than that they are perfectly fine. Seagate is by far the most flaky vendor with often good disks and often lemons.

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  27. Re:obsolete by jabuzz · · Score: 1

    No, they are all spinning aluminium or glass that are coated with none iron based magnetic materials. I don't think iron based platters have existed for many many years.

    That said your post is amusingly clueless as to real world bulk storage. Unless there is some major breakthrough there is at least another five years before SSD world wide production can match spinning hard disk capacity, and that assumes hard disks stand still. On the other hand expect 15k and 10k disks to disappear over that time frame. Shipments of the faster drivers are already dramatically down as people are replacing them with SSD.

  28. My bad ... by perpenso · · Score: 1

    Ah, I missed WD. I thought the summary was describing the Seagate drive as being filled with He. Gotta stop that skimming through torrents of information ... oh wait, that's a different article.

  29. Humidity sensor by fgouget · · Score: 1

    The new 7,200rpm, enterprise drive also has what Craig described as a "humidity sensor" that will allow it to continue functioning in humid environments.

    Finally a drive that will work in the cloud!

  30. Please proofread your posts. by azav · · Score: 1

    > over it's last 4TB drive.

    over its* last 4TB drive.

            it's = it is

    Learn this.

    --
    - Zav - Imagine a Beowulf cluster of insensitive clods...
  31. Re:obsolete by MachineShedFred · · Score: 1

    Believe it or not, capacity still matters.

    --
    Slashdot still doesnâ(TM)t support Unicode after it was added to the HTML standard in 1997.
  32. Re:obsolete by WuphonsReach · · Score: 1

    Yep,

    * 7200 RPM drives are in the $0.08-$0.12 per GB range.
    * 10k RPM are around $0.23-$0.30 per GB range
    * 15k RPM are around $0.50-$0.57 per GB range
    * Good enterprise SSDs are now down to $1.00-$1.55 per GB.

    SSDs are definitely putting the squeeze on the 15k RPM drive market. Price difference is now only about 2x between 15k SAS and SSDs. So for any application where you would short-stroke the drive to get more IOPS but less capacity, SSDs edge out the 15k RPM drives.

    Unless the prices on 15k RPM SAS drives drop by a factor of 2x or 3x, there's potential for enterprise SSDs to overtake them by next year.

    --
    Wolde you bothe eate your cake, and have your cake?
  33. Nice for 3.5... by Torp · · Score: 1

    Now where are my 2Tb+ 2.5" hard drives?

    --
    I apologize for the lack of a signature.