Slashdot Mirror


Western Digital Working On a 20,000 RPM Drive

MrKaos writes "Western Digital seems to be preparing for the onslaught of solid-state drives set to impact its market by developing a 20,000 rpm hard drive. Similar to the VelociRaptor line of drives, the new drives are speculated to be offering lower capacity as a tradeoff for faster seek and write times." This report out of Taipei is the only word on the rumored WD 20K drive. It's said to be a 2.5" drive in a 3.5" enclosure, for efficiency of cooling — the arrangement the Register enjoyed poking fun at when the 10K drive was upgraded last month.

31 of 194 comments (clear)

  1. Seagate responds by Leuf · · Score: 5, Funny

    We've taken the next step by mounting our 15,000 rpm drives in an external enclosure which then spins the drive at a further 10,000 rpms, for a total system speed of 25,000 rpms. Initial benchmarks are very promising!

    1. Re:Seagate responds by sunami · · Score: 3, Funny

      We've taken the next step by mounting our 15,000 rpm drives in an external enclosure which then spins the drive at a further 10,000 rpms, for a total system speed of 25,000 rpms. Initial benchmarks are very promising!
      Pretty sure this is a general relativity question, so it would be less than 25,000. Come on get your science right.

    2. Re:Seagate responds by Firehed · · Score: 4, Funny

      Before now, nobody understood why I have all of my computers sitting on top of turntables. Now I'll just point them to your post, since they couldn't fathom what I meant when I said it makes it run faster.

      I had also tried mounting them in a paint can shaker to get at least another 15Hz out of the CPU, but I couldn't stand the noise.

      --
      How are sites slashdotted when nobody reads TFAs?
    3. Re:Seagate responds by EdIII · · Score: 4, Informative

      Come on get your science right.

      You don't get +5 Funny for "getting your science right".

    4. Re:Seagate responds by davester666 · · Score: 3, Funny

      I find putting my computers on a treadmill makes them run even faster than on a turntable. As a bonus, treadmills are much sturdier than turntables, so they last much longer before they need repair.

      I also have stopped getting dizzy trying to look at the pulsing light on my MacBook Pro to see if it's sleeping or not since switching to a treadmill.

      --
      Sleep your way to a whiter smile...date a dentist!
  2. immovable object? by seeker_1us · · Score: 5, Interesting

    I wonder if these really fast hard disks will have to be kept stationary. More specifically: I wonder if conservation of angular momentum (manifested, for example, in gyroscopic precession) becomes a real issue if any torques were put on a spinning disk.

    1. Re:immovable object? by TechForensics · · Score: 4, Informative

      The smaller diameter / mass will tend to reduce bad effects from conservation of angular momentum.

      --
      Those are my principles, and if you don't like them... well, I have others.
    2. Re:immovable object? by Z00L00K · · Score: 4, Interesting

      Even though they are intended to be used in server hardware where they are going to be kept stationary you will also be able to find users that are going to use them in their home computers or in servers that are on the move.

      This means that the gyro effects are worth to consider. Also considering my experience from WD disks I'm not sure that I would want to use them for anything reliable.

      For a solution where speed is important but the data itself can be re-created or of less critical value they can be OK.

      --
      If builders built buildings the way programmers wrote programs, then the first woodpecker would destroy civilization.
  3. Solid State by c0d3r · · Score: 4, Interesting

    I'm wondering why they are still going in this direction, as hard drives are the slowest part of a computer. Why hasn't a solid state / flash ram approach taken over? Is it feasible to have a hybrid solid state/mechanical solution?

    1. Re:Solid State by jay-be-em · · Score: 5, Insightful

      Economics.

      --
      "Orthodoxy means not thinking--not needing to think. Orthodoxy is unconsciousness." --Eric Blair
    2. Re:Solid State by c0d3r · · Score: 3, Informative

      Apparently http://en.wikipedia.org/wiki/Solid-state_drive answers my questions:

      Price - as of mid-2008, flash memory prices are still considerably more costly per gigabyte than are comparable conventional hard drives: around USD 3.50 per GB[10] compared to typically less than USD 0.40 for mechanical drives.[11]

      Capacity - although currently far lower than that of conventional hard drives, SSD capacity is predicted to increase rapidly, with experimental drives of up to 1 TB in test.[12][13]

      Higher vulnerability to certain types of effects, including abrupt power loss (especially DRAM based SSDs), magnetic fields and electric/static charges, in comparison to normal HDDs (which store the data inside a Faraday cage).

      Limited write cycles - flash-memory cells will often wear out after 10,000-100,000 write cycles[citation needed], while high endurance cells may have an endurance of 1-5 million write cycles (many log files, file allocation tables, and other commonly used parts of the file system exceed this over the lifetime of a computer.[14] Special file systems or firmware designs can mitigate this problem by spreading writes over the entire device (so-called wear levelling), rather than rewriting files in place.[15] Today's drives can last up to 20 years with average usage.[dubious - discuss] An example for the lifetime of SSD is explained in detail in this wiki.[dubious - discuss] SSDs based on DRAM, however, do not suffer from this problem.

      Slower write speeds - as erase blocks on flash-based SSDs generally are quite large, they are far slower than conventional disks for random writes and therefore vulnerable to write fragmentation,[16] and in some cases for sequential writes.[6] SSDs based on DRAM do not suffer from this problem.
      Lower storage density - hard disks can store more data per unit volume than DRAM or flash SSDs, except for very low capacity/small devices.

      Higher power consumption at idle or under low workloads laptop battery runtimes decrease when using an SSD over a 7200 RPM 2.5" laptop hard drive,[17] flash drives also take more power per gigabyte.
      RAM based SSD require more power than hard disks, both operating and when turned off.[18]

  4. Is there a point to this? by Ostsol · · Score: 4, Insightful

    Is there still really a point to huge RPMs? As data density increases, speed should increase naturally. Move over the same distance at the same speed on a drive with twice the density should mean that one has read twice the data in the same amount of time -- therefore reading speed is twice as fast, right? This should even work on low-capacity drives by simply using small, high-data-density disks.

    1. Re:Is there a point to this? by hedwards · · Score: 5, Insightful

      No, not right, that's assuming that the writes are being done sequentially. Hard disks are random access devices, and while they can definitely do sequential reads and writes, and quite a bit faster, as soon as the files are not next to each other or are fragmented you're going to lose that advantage.

    2. Re:Is there a point to this? by Jeff+DeMaagd · · Score: 4, Informative

      The higher speed drives aren't so much for their sequential transfer rates by themselves, but their random seek rates. They are trying to get high I/O per second rates (IOPS), which is what a lot of servers need to be at their peak.

    3. Re:Is there a point to this? by Anonymous Coward · · Score: 3, Informative

      No matter how dense the data is, random access speeds are dominated by how long it takes to move the head to the data and how long it takes to wait for the data to rotate under the head. A smaller platter will mean it takes less time to move the head on average, but the only way to get the data under the head faster is to increase rotational speed.

      A 7200 rpm drive has an average 8.3ms rotational latency; a 15k rpm drive is 4ms, and a 20k rpm drive is 3ms. In other words, this speed increase could enable the drive to do 10% more random I/Os per second.

      dom

    4. Re:Is there a point to this? by gardyloo · · Score: 3, Funny

      In other words, this speed increase could enable the drive to do 10% more random I/Os per second.

      We at the NSA are interested in things which are more random, and would like to subscribe to your newsletter.

    5. Re:Is there a point to this? by Detritus · · Score: 4, Insightful

      You can't just wave a magic wand and double the density. Many of these things are interrelated in a complex manner. Increased density requires new head designs, new and improved electronics, new coatings for the platters, etc.

      --
      Mea navis aericumbens anguillis abundat
  5. Add heads? by macemoneta · · Score: 5, Interesting

    It seems strange to continuously up the rotation speed, adding noise, vibration, heat and shortening the life of the drive. Why not just add another set of heads on the opposite side of the drive? You get many of the same benefits - increased sustained transfer rate, but also reduce the seek and latency. To maintain the form factor, reduce the size of the platters (use 2.5" drive platters in a 3.5" drive).

    --

    Can You Say Linux? I Knew That You Could.

    1. Re:Add heads? by vikstar · · Score: 3, Insightful

      Good idea. I for one would prefer to go solid state.

      --
      The question of whether a computer can think is no more interesting than the question of whether a submarine can swim.
    2. Re:Add heads? by BronsCon · · Score: 3, Interesting

      I had this same idea, actually, only I thought to have 4 sets of heads, rather than just two.

      I also thought of arranging what would essentially be two 2.5" disks in a 3.5" enclosure. These could either act as a stripe for faster, higher capacity data storage, or as mirrors of each other, providing redundancy at the cost of speed and capacity. If the drives in your RAID stripe are mirroring themselves, you needn't worry about mirroring your RAID stripe, no?

      --
      APK quotes people (including myself) without context and should not be trusted. Just thought you should know.
    3. Re:Add heads? by Gazzonyx · · Score: 4, Informative

      Well, that would add to the number of components that could fail, and require a high speed bus between the two controllers, as well as a shared cache and all the headaches that would bring with it (think SMP caches being ping-ponged). Then you've got to sync your interface to the system bus as well as the new internal buses. On the other hand, you can just crank the knob up to 11 and go 20K RPMs on known, tried and true, technology.

      --

      If I mod you up, it doesn't necessarily mean I agree with what you've said, sorry.

    4. Re:Add heads? by ka9dgx · · Score: 4, Insightful
      I'd go even further... use the old 5 1/4 "half height" form factor, stack 8 platters in it, with 4 sets of heads, spin it at 5400 rpm to keep the power requirements down to reasonable.
      This would give you 8 platters * 2 sides * 400 Gbit/in^2 * 50 in^2 (estimated working area surface area per platter) ==> 40 Terabytes in a single package, with an average access time on the order of 5 millisecond, and a sustainable transfer rate of at least 300 Megabytes/Second.
      Even without the 4 sets of heads, that would still be a 40 Terabyte drive!

      As far as RAID goes, it's just one drive, it's all or nothing, so don't think it would count as it's own mirror.

      --Mike--

    5. Re:Add heads? by frieko · · Score: 4, Interesting

      Modern hard drives can only read from one head at a time. The tracks are packed in such that thanks to uneven thermal expansion, only one track will be lined up under a head at any given time. But two sets of heads might work as gp suggested.

    6. Re:Add heads? by YesIAmAScript · · Score: 4, Informative

      Connor actually did this right around the time 3.5" drives started.

      http://en.wikipedia.org/wiki/Conner_Peripherals#Performance_issues_and_the_.22Chinook.22_dual-actuator_drive

      It could read from either set of heads, but I believe could only write from one set. Writes can be posted in a write-behind buffer, so this didn't impact performance.

      --
      http://lkml.org/lkml/2005/8/20/95
    7. Re:Add heads? by ndevice · · Score: 3, Informative

      It's been done before, iirc, but they tend to be more expensive, and the multiple heads run the risk of creating unintended harmonics. Most of the time it would be cheaper and faster to use two drives with one set of heads, than one drive with two sets of heads.

  6. Western Digital? Oh good! by ThatsNotFunny · · Score: 5, Funny

    Now it can lose my data twice as fast the last one I bought.

    --
    "Was it a millionaire who said 'Imagine No Posessions?'" -- Elvis Costello
    1. Re:Western Digital? Oh good! by bigstrat2003 · · Score: 4, Interesting

      Bad luck? I've never had a problem with WD, I swear by 'em. One of us is having unusual luck, and I'd prefer to think it's you. ;)

      Maxtor, on the other hand... I lost count of how damned many Maxtor drives I've seen die. Single most failure-prone drive manufacturer I've come across. Everyone else, I see a dead drive here and there, nothing serious, but Maxtor is obscene.

      --
      "16MB (fuck off, MiB fascists)" - The Mighty Buzzard
  7. We at Gnome Rotary Disks have a better solution by iminplaya · · Score: 3, Funny

    The disk is stationary and we spin the case for better cooling.

    --
    What?
  8. More Parallelism by Doc+Ruby · · Score: 3, Interesting

    the new drives are speculated to be offering lower capacity as a tradeoff for faster seek and write times

    How about if they make drives with very thin platters, but stack them up into individually addressable bit slices of the bytes they store? Then the time to read a single bit from the rotating media could read an entire byte, reassembled in the logic.

    Or if the platters can't be that thin, how about sacrificing some storage capacity for say 2x2 platters, which could give 4x parallelism.

    That parallel access might stave off competition from solid state drives for a couple extra years.

    --

    --
    make install -not war

  9. The product will be dead on arrival by bogaboga · · Score: 3, Insightful

    I am afraid the 20,000 rpm drive might be dead on arrival! Isn't the world "going SSD," whose advantages include faster start-up times, low read latency times, "mechanical" reliability and absolute silence while working?

    Laptops have SSDs, next will be desktops increasing chances that Western Digital's product will be dead on arrival.

  10. Re:They should work on a 20,001 RPM drive by MostAwesomeDude · · Score: 5, Funny

    20001: A Speed Odyssey.

    Sorry, couldn't resist.

    --
    ~ C.