Slashdot Mirror


Seagate Announces First SSD, 2TB HDD

Lucas123 writes "Seagate CEO Bill Watkins said today that the company plans to put out its first solid state disk drive next year as well as a 2TB version of its Barracuda hard disk drive. Watkins also alluded to Seagate's inevitable move from spinning disk to solid state drives, but emphasized it will be years away, saying the storage market is driven by cost-per-gigabyte and though SSDs provide benefits such as power savings, they won't be in laptops in the next few years. A 128GB SSD costs $460, or $3.58 per gigabyte, compared to $60 for a 160GB hard drive, according to Krishna Chander, an analyst at iSuppli. 'It will take three to four years for SSDs to come to parity with hard drives,' on price and reliability."

66 of 229 comments (clear)

  1. Every news source by Gewalt · · Score: 5, Informative

    Every news source has merged those two statements together, and every time, my brain gets stuck on it.

    Seagate is announcing two seperate products. One is a SSD and the OTHER is a 2TB hdd.

    --
    Modding Trolls +1 inciteful since 1999
    1. Re:Every news source by Anonymous Coward · · Score: 3, Funny

      I think Seagate wants you to buy both of them. You can use the SSD for the 2TB HDD's cache.

    2. Re:Every news source by bennomatic · · Score: 5, Interesting

      Yup, I'd love a 2TB SSD, man.

      Truthfully, I'm really looking forward to hybrid drives with, say 64-128 GB of flash, where all the "load-often, change rarely" data goes, like applications, OS, etc., and 2^N (N >= 8) GB of classic HD storage space for stuff that may need gazillions of writes (browser cache, working documents, SVN repositories, etc.).

      In fact, wouldn't it be great if the drive could be smart about it and--over time--identify files that were mostly read-only (iPhoto archives, MP3s) and migrate them to the flash storage area where fast, low-power reads would be a benefit.

      While we're dreaming, database engines could even be optimized to read only from the SSD-portion of a hybrid drive if a particular data point had not been written to in over N minutes, or since the last collation (explained later), but would write to the platters, and then during quiet cycles, it could do a collation. The collation would move data which was on the platters, but which did not have a pattern of large volumes of writes back to the SSD volume.

      And... I'd like a pony...

      --
      The CB App. What's your 20?
    3. Re:Every news source by mrbluze · · Score: 5, Funny

      I think Seagate wants you to buy both of them. Oh shit, you mean this could be.. no.. impossible.. a.. SLASHVERTISEMENT?
      --
      Do it yourself, because no one else will do it yourself. [beta blockade 10-17 Feb]
    4. Re:Every news source by NMerriam · · Score: 5, Funny

      Seagate is announcing two seperate products. One is a SSD and the OTHER is a 2TB hdd.


      Wow, I saw the headline in my RSS feed and misread it the same way everyone else did. I expected the next story to be about the new finance company Seagate was opening to provide mortgages on 2TB SSDs.
      --
      Recursive: Adj. See Recursive.
    5. Re:Every news source by Tubal-Cain · · Score: 4, Informative

      What you describe is called wear-leveling. On pure flash drives, the data that rarely changes gets written to the most worn sections of the drive.

    6. Re:Every news source by v1 · · Score: 3, Interesting

      basically using the SSD part of it as a giant buffer? Not a bad idea really. I could use that. I reboot my laptop maybe every three weeks, so a lot of my OS probably doesn't get reaccessed much after a restart. A lot of what's on my HDD is media - movies and other entertainment for when I'm stuck somewhere on the road. Again not stuff I need access to very frequently.

      My HD has 186gb usable, and I'm using 172 of it. (eek...) I bet I only access at most 20 gb of that most of the time. Even making a say, 32gb or 64gb buffer would work great for how I use the computer - I'd be running entirely off the SSD part most of the time.

      Most users could probably accommodate a dual drive anyway. One partition for the SSD and one for the HDD. Put your media and other things you don't need access to often but want to have on tap on the HDD.

      --
      I work for the Department of Redundancy Department.
    7. Re:Every news source by Free+the+Cowards · · Score: 3, Informative

      I really don't understand why everyone treats SSDs as being so fragile when writing to them. Yes, they have a limited write cycle. But so does your regular hard drive. The difference is that your SSD's cycle is guaranteed by the manufacturer, whereas your HD could blow up at any moment.

      With modern wear leveling algorithms, you can write to an SSD continuously at its maximum write rate for about fifty years before you wear it out. They are, if anything, much more suitable for rapidly changing data than a regular hard drive.

      --
      If you mod me Overrated, you are admitting that you have no penis.
    8. Re:Every news source by kestasjk · · Score: 2, Insightful

      With modern wear leveling algorithms, you can write to an SSD continuously at its maximum write rate for about fifty years before you wear it out. They are, if anything, much more suitable for rapidly changing data than a regular hard drive. Is that the whole SSD drive being written to, or just one commonly used piece? How long would it take to constantly write to a single byte before you ran out?
      --
      // MD_Update(&m,buf,j);
    9. Re:Every news source by networkBoy · · Score: 2, Interesting

      NOR flash is blazing fast writes and reasonably fast reads (approx equal in reads to PC100 SDRAM).

      NAND has roughly the same read speeds, but it's write speeds (as a previous poster has also stated) are highly optimized for block writes in a very *very* linear manner. i.e. your digicam will sequentially write files, block by block, and it will write them fast. You will have only partilly filled blocks at the end of a file, but that's ok.

      The moment you want to modify something that's already written things slow down quickly.
      It's a bummer, but that's how it works. Where NAND would shine is a transaction server where it's writing a continuous (and possibly high speed) stream of data, that will be written once, but then read from multiple times, by different clients, with high contention rates.

      -nB

      --
      whois gawk date unzip strip find touch finger mount join nice man top fsck grep eject more yes exit umount sleep dump
    10. Re:Every news source by jacquesm · · Score: 3, Funny

      **whoosh**

  2. Eee PC not a laptop ? by Mornedhel · · Score: 2, Insightful

    SSDs [...] won't be in laptops in the next few years Huh. I guess the Eee PC isn't a laptop anymore. (It wasn't a 128GB drive, but it was SSD all the same...)
    --
    This /.-related sig is a stub. You can help Mornedhel by expanding it.
    1. Re:Eee PC not a laptop ? by mrbluze · · Score: 2, Funny

      I've never seen it referred to as a laptop. It's only a laptop if it's heavy enough not to fall off your lap while you're watching porn.
      --
      Do it yourself, because no one else will do it yourself. [beta blockade 10-17 Feb]
    2. Re:Eee PC not a laptop ? by dal20402 · · Score: 2, Informative

      Or the MacBook Air, or the Lenovo x300.

    3. Re:Eee PC not a laptop ? by petermgreen · · Score: 3, Interesting

      maybe it's a regional thing, most people I talk to seem to use the term laptop very generally covering everything from the tiny "subnotebooks" all the way up to the 17 inch "desktop replacement" monsters.

      manufacturers avoid the term laptop nowadays because of the fact that using them on your lap is strongly discouraged due to heat related issues (both the possibility of a hot laptop burning you and the fact that being on a soft uneven surface can interfere with ventilation on some models)

      imo most laptops fit into one of a few categories

      * craptops: built with price and headline specs (cpu mainly) as the main design consideration theese are popular with first time laptop buyers. They come to regret it when they run into the reliability and build quality issues. I don't see theese going solid state any time soon.
      * ordinary decent laptops: (lattitudes, thinkpads macbooks) etc. Theese cost more than the craptops and that money mainly buys you better build quality. I see solid state being a build time option on theese in the near future but I don't see it being the default for cost reasons.
      * desktop replacements, high performance and big screens but heavy and bulky,
      * ultraportables: (smaller vaios, librettos, EEEPCs, OLPCs etc) many of theese are already using solid state drives.

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
  3. Oh, no.. Here comes the nostalgia again.. by jcr · · Score: 5, Funny

    I can't help it. I remember buying my first two gig drive for $780, back when the dollar was worth squat. Now of course, the value of the dollar is rapidly approaching diddly-squat.

    -jcr

    --
    The only title of honor that a tyrant can grant is "Enemy of the State."
    1. Re:Oh, no.. Here comes the nostalgia again.. by Detritus · · Score: 5, Informative

      Ha! I can remember having to order the installation of a new 220V electrical circuit to support the installation of a rack-mount winchester 450 MB hard disk drive. You needed at least two people to lift the drive enclosure off the floor. The new electrical circuit was needed to supply enough current for the drive to spin up. We used 10 MB removable hard disk cartridges that were about the size of a large pizza to store the operating system and user programs.

      --
      Mea navis aericumbens anguillis abundat
    2. Re:Oh, no.. Here comes the nostalgia again.. by Bluesman · · Score: 5, Interesting

      I remember getting the expensive 52Mb Supra hard drive for my Amiga 500, and being amazed at how much faster than floppies it was.

      An extra 2Mb of RAM came with that drive, for a system-wide total of 2.5Mb. Of course, with such a limited system, all I could do was run office and desktop publishing software, paint programs, 3-d modeling and ray-tracing software, and the latest games like Turrican, Lemmings, and the Indiana Jones adventure game.

      It's amazing to see how far we've come these past 18 years.

      --
      If moderation could change anything, it would be illegal.
    3. Re:Oh, no.. Here comes the nostalgia again.. by Gat0r30y · · Score: 4, Funny

      Ray Tracing software? 3-D Modeling? The latest games? I can't even afford to think what a system like that would cost nowadays.

      --
      Prediction: The real iPhone killer is going to be sex robots from Japan. Think about it.
    4. Re:Oh, no.. Here comes the nostalgia again.. by Miseph · · Score: 3, Funny

      It *nghflgthurnaaaaaaaaaaaaaaaaaaaaaahhhhhh* seizes me too!

      --
      Try not to take me more seriously than I take myself.
    5. Re:Oh, no.. Here comes the nostalgia again.. by oldenuf2knowbetter · · Score: 2, Informative

      That the best you got? I remember having a line of 10Mb drives connected to our Burroughs B5500. Each drive cabinet was the height and depth and about half the width of a washing machine. They had platters over two feet in diameter spinning on a horizontal axle. Every day or two we had to put them back into line as they precessed as the earth rotated. Great fun. Oh, we also had one of those IBM 1401 with a model 1405 drive which provided 10Mb in a cabinet about the size of a new side-by-side refrigerator/freezer. Good times.

    6. Re:Oh, no.. Here comes the nostalgia again.. by nbert · · Score: 2, Insightful

      It's amazing to see how far we've come these past 18 years.
      It's also incredible how little we archived during this period. It really amazes me that it takes more than 20 seconds to change your IP address (on windows) or 30 seconds to load the system preferences (in vista on hardware wich comes with it). It also applies to other platforms: Word 6.0 for DOS was snappier than Office 2008 on the Mac (comparing a 25 MHz 486 without a mathematical co-processor and a C2D running at 2GHz with a very advanced instruction set).

      Of course the benefits* are way higher than the downsides - I don't make coffee anymore after starting a complex task. Especially disk space and read/write times have improved significantly. But I'm still waiting way to much time for trivial tasks and compared to hardware achievements most new software performs pretty bad.

      *If it wasn't for the fact that MS changes the doc format every product cycle I'd stick to Office 97 - I don't see any innovation in newer versions - they just cause more trouble.
    7. Re:Oh, no.. Here comes the nostalgia again.. by morgan_greywolf · · Score: 2, Interesting

      You kids and your fancy Winchester drives. Why, in my day, all we had was tape! Giant reel-to-reel drives and huge spools, spinning all day! If someone wanted data, we had to go the cabinet and locate the tape for it. Why, I had to carry those tapes through 6 feet of snow, uphill both ways.

      Now you kids get off of my lawn!

    8. Re:Oh, no.. Here comes the nostalgia again.. by jacquesm · · Score: 2, Funny

      that's the best you can do ? Tape... hah, if only we had tape.

      All we had was chisels and hammers, and stone tablets, lots of stone tablets.

      Sequential writes were bad enough, but random ones, my back still hurts remembering.

      When punch cards came it was a great relief!

      tape... young whippersnappers...

  4. Me Too! by Gewalt · · Score: 5, Interesting

    The SSD from Seagate is a total "Me Too!" product. Seagate thinks they are in the "Mass storage" market, but they are not. They never have been. Their market is the one that includes "rotating magnetic platters". The only reason they are trying to break into this market (that they continuously decry as useless, futile, and too expensive) is because they are afraid of what "might" happen ten years down the road.

    It's so nice to see a company that fought this at every step pretend to embrace it.

    --
    Modding Trolls +1 inciteful since 1999
    1. Re:Me Too! by Anonymous Coward · · Score: 5, Funny

      So you're saying what? You think they lack artistic integrity? Are you some kind of indy storage manufacture that focused on SSDs before it was the cool thing to do?

    2. Re:Me Too! by bennomatic · · Score: 3, Insightful

      It's one thing to say, "the market's not ready, but we'll get into it when our customers are likely to be interested, cost-wise." It's another to try to undermine the market by saying it's just a bad idea and changing positions when you realize it's become a good enough idea that if you don't embrace it, it'll kill you.

      I'm all for adjusting to your environment, but there's a difference between being a leader and innovator, and a gadfly-turned-also-ran. Not saying I wouldn't buy their products, but even when they were saying, "never never never" (wish I could cite a source), I know it was BS BS BS.

      --
      The CB App. What's your 20?
    3. Re:Me Too! by code4fun · · Score: 4, Insightful

      Or, it could be they lost business deals from customers like Google who are switching to faster SDD drives. It would also explain the recent grumbles they had about suing flash companies on trying to get in their enterprise business.

    4. Re:Me Too! by skelly33 · · Score: 2, Insightful

      Agreed - waiting for the price to come down is something consumers do. Driving the price down is something competitors do. Waiting around for it to happen on the part of the mfr. is silly.

    5. Re:Me Too! by lupis42 · · Score: 2, Interesting

      I hate to say this, but that's horse dung. There are tons of places where SSD flash drives are in fact the norm. It's just that in all of those places things like Watts, BTUs, and Ounces are more important that Gigs. Thing is, the faster networks get, and the easier having a home fileserver becomes, the more that laptops become one of those places. Seagate can prognosticate that far in the future. They just want the changeover to come as slowly as possible, so that they can get every last dollar out of their existing investments in platter-based magnetic storage devices. Are you shocked? I for one, am not shocked.

    6. Re:Me Too! by matt21811 · · Score: 4, Informative

      Spot on. Making a hard disk for a competitive price is hard. Thats why there are only a handful of hard disk manufacturers. Making a circuit board with some chips on it can be done by hundreds of companies all over the world. I cant think of any reason to buy a Seagate SSD over any one of the other hundreds of competitors, especially when they all have the same electronics inside.

      Separately, it's nice to know that analysts agree with research I've done that it's only 4 years before SSD surpasses HD, at least in 2.5 inch drives. I've been comparing the relative price improvement of hard disk prices to flash and its pretty easy to estimate a crossover point.

      You can have a look at my data (charts) and conclusions here. http://www.mattscomputertrends.com/flashdiskcomparo.html

    7. Re:Me Too! by rrohbeck · · Score: 2, Interesting

      The SSD from Seagate is a total "Me Too!" product. So? They have lots of experience with the interface, firmware, low cost production, the market etc. Replacing rotating platters with Flash is easy.
      I wouldn't be surprised if they'd be shopping for a Flash supplier or at least a cooperation right now.
    8. Re:Me Too! by Firethorn · · Score: 4, Insightful

      The only reason they are trying to break into this market (that they continuously decry as useless, futile, and too expensive) is because they are afraid of what "might" happen ten years down the road.

      I'd say they're being smart. Right now Seagate DOES have market recognition for storage. A proper, forward thinking CEO(I know, rare), should always be thinking on how to adapt to evolving markets.

      Much like how, when IBM started, they were a tabulating machine company. If they had tried to stay that, they wouldn't be around today.

      Much like how, if you start digging into them, you'll find many oil companies are busily attempting to become 'energy' companies, diversifying into solar, wind, biological fuel production, etc...

      Sure, right now SSD doesn't make financial sense in most applications. But it's out there, it's selling. It doesn't take much work to look at a graph comparing SSD vs HD cost per gig for various form factor hard drives. It doesn't take much to look at computer usage and realize that the majority of laptop users aren't filling up their existing hard drives. It doesn't take much to look at the dropping cost of a usefully large SSD vs the more or less constant 'minimum cost' low capacity HD. Just looking at these factors a competent CEO will realize that Seagate could be relegated to special purpose needs, and maybe even bankrupt from the loss of the mass market.

      --
      I don't read AC A human right
  5. Price / Performance isn't always king by wolf12886 · · Score: 5, Insightful

    Technically speaking, if it were always about price vs performance, we'd all be running last generation AMD's, using CD-R's and the like. In reality, you don't pay proportionally more for extra performance, you pay EXPONENTIALLY more.

    For the average consumer, SSD's aren't yet the way to go, but for what I'd bet is a good proportion of the /. readership, a 20% boost in performance is worth a 200% increase in price, especially considering how cheap computing equipment is these days, compared to the utility it offers.

    1. Re:Price / Performance isn't always king by Enderandrew · · Score: 4, Insightful

      Last year when I built my budget rig, I bought a dual core X2 3600+ for 35$ and the cheapest comparable offering Intel has was $150, and benchmarks showed basically the same performance between the two.

      Intel has better performance at the top-end right now, but that doesn't mean they win performance-per-dollar.

      --
      http://blindscribblings.com - Tasty pop-culture in conceptual fashion.
    2. Re:Price / Performance isn't always king by Enderandrew · · Score: 2, Insightful

      Or conversely, overclock the X2 as well. I've got about a 15% overclock on mine, on air, without really pushing it, and that is on a cheap motherboard that doesn't offer my much in the way of options.

      I've seen the 2.0 Ghz X2 go up to 3.0 Ghz on air cooling alone. If you're giving the benefit of overclocking to one, you have to give it to the other.

      And one only costs five times as much as the other.

      --
      http://blindscribblings.com - Tasty pop-culture in conceptual fashion.
    3. Re:Price / Performance isn't always king by Auntie+Virus · · Score: 2, Informative

      while blank CDs cost about $40 for 50 WTF? Where are you buying these? Staples??? 50 Good quality White printable 700MB CDRs are $9.99 CDN where I shop.
      --
      Why yes, I *AM* new here. Why?
  6. I simply see market for a hybrid drive by poeidon1 · · Score: 3, Interesting

    which utilizes both SSD and a mechanical disk to get the best of both worlds in a way similar to processor caches L3 >> L2 >> L1. Ofcourse, current drives already use buffering but the buffer data gets lost when the drive is switched off.

    --
    They called me mad, and I called them mad, and damn them, they outvoted me. -Nathaniel Lee
    1. Re:I simply see market for a hybrid drive by poeidon1 · · Score: 3, Informative

      Just found out that hybrid drives are already in the market. http://www.engadget.com/2007/03/07/samsungs-hybrid-hard-drive-hhd-released-to-oems/

      --
      They called me mad, and I called them mad, and damn them, they outvoted me. -Nathaniel Lee
    2. Re:I simply see market for a hybrid drive by mlts · · Score: 3, Informative

      Vista offers a spec to drive makers called the ReadyDrive, or a hybrid hard disk which combined some flash memory with a mechanical hard disk, to allow the drive to immediately write contents somewhere permanent, which boosts performance and allows the drive to schedule the optimum way to write out data as opposed to writing one chunk, waiting for the platter to spin around for another segment, then back to the first.

      The only hybrid drive I see is an 80 gig seagate though, although there are likely more offerings.

    3. Re:I simply see market for a hybrid drive by irc.goatse.cx+troll · · Score: 3, Interesting

      Someone else posted something similar and to both of you I say: Why does this have to be a single drive? Why can't you do this today with 1 high storage drive(or raid) and 1 ssd?

      Obviously you'd need to write some good software to get full use of it, but the same is true for an all in one with any intellligence (i.e logfiles are low-use but deserve to be on solid state since it means not spinning up the disk for idle activity)

      It's not too different from the old scene setup of /archive on a multi-tb slow IDE raid and /incoming on a superfast scsi disk of only 100gb or so.

      New release comes out, it hits /incoming as fast as it can and everyone else rushes to grab it, all getting use of the fast disk. After a week demand drops dramatically as most people that want it already have it so it hits the slow but large storage.

      No reason you couldn't do similar on a desktop with one "fast&small" and one "slow&large". It's all about being able to define what goes where, and preferably having software take care of that for you.

      --
      Pain lasts, kid. Its how you know you're alive. Sometimes I think this growing up thing is just pain management-TheMaxx
  7. Re:2TB Hard Drive by Anonymous Coward · · Score: 2, Insightful

    I've told you a million times not to exaggerate...

  8. Summary and article fail at simple comparisons.... by NewbieProgrammerMan · · Score: 2, Informative

    A 128GB SSD costs $460, or $3.58 per gigabyte, compared to $60 for a 160GB hard drive...

    Is it that fucking hard to include the cost per gigabyte of the current hard drives ($0.375/GB for the example given)? Why quote one $/GB figure if you can't be bothered to include the other?
    --
    [b.belong('us') for b in bases if b.owner() == 'you']
  9. Analysts are dumb by bluefoxlucid · · Score: 3, Interesting

    SSD will never reach parity with hard disks because of the economics of spinning disk storage. Yes folks, a 160GB drive costs $60.

    SAMSUNG Spinpoint F1 HD103UJ 1TB 7200 RPM SATA 3.0Gb/s Hard Drive - OEM. Cache: 32MB. Form Factor: 3.5". $184.99

    Seagate Barracuda 7200.11 ST31000340AS 1TB 7200 RPM SATA 3.0Gb/s Hard Drive - OEM. Cache: 32MB. Form Factor: 3.5". $209.99

    Next year these will be 4TB, 8TB, 16TB? $100-$200 range. Call me on it; by December 2009 (i.e. in 2009, next year) it'll happen. Where will we see the SSD price point?

    1. Re:Analysts are dumb by Detritus · · Score: 2, Insightful

      What happens when the engineers run out of bright ideas to increase the storage density on magnetic media? Magnetic domains can only get so small before they become unstable.

      --
      Mea navis aericumbens anguillis abundat
    2. Re:Analysts are dumb by Serge_Tomiko · · Score: 2, Insightful

      Assuming past performance is indicative of future performance is a classic FAIL of analysts of all types.

      You have no idea what the future will hold. With the rising costs of metal, disk technology may one day become as expensive and obsolete as 4,000 pound solid steel cars are today.

      Economics can and do change every day. Keep an open mind.

    3. Re:Analysts are dumb by rrohbeck · · Score: 4, Insightful

      Actually there are reasons why SSDs may catch up to rotating disks:

      1. Rotating disks get closer to physical limits and designers are planning for some big technology changes that will have an effect on cost. Check out Mark Kryder's video presentation on future disk technologies at CMU (I don't have the URL handy.)

      2. SSD technology can go up with Moore's law for the foreseeable future.

      3. We're getting to the point where SSDs reach practical sizes. I don't need 1TB in my laptop - I could live with 64GB quite well (I only have 120GB right now.) So, in a year or two I can probably get an SSD for my typical usage pattern at a decent price. At that point the volume for SSDs will grow dramatically and rotating disks will be used mostly for very large capacity and/or very low $/GB. Less profitable => fewer engineering dollars => slower density growth. Just what happened to tape a decade ago.

    4. Re:Analysts are dumb by amyhughes · · Score: 3, Insightful

      For the majority of people 4TB, 8TB and 16TB are no more useful than 128GB. So, cost/capacity improvements in spinning discs will be relevant to a smaller and smaller number of people.

    5. Re:Analysts are dumb by rrohbeck · · Score: 2, Informative

      There are several SSDs with >100MB/s transfer rate available today, the transfer rate will go up with Moore's law too (as opposed to hard drive transfer rates) and there are architectural possibilities too (running more chips in parallel.) And those hard drive transfer rates are only applicable when you do linear transfers, as everybody with a fragmented drive found out the hard way. As opposed to SSDs, where it doesn't matter because of zero seek time.
      Finally, the interface has nothing to do with the recording technology. SSDs and HDs use the same interfaces.

    6. Re:Analysts are dumb by Znork · · Score: 2, Interesting

      I see you're not fighting with the wife and kids over whose material gets to stay on the PVR...

  10. $460 for 128G SSD? Hell Yeah! by StCredZero · · Score: 4, Interesting

    I'd buy a $460 128 gigabyte SSD in a laptop. Not to long ago these options were about $1000. If you do this right (and often it's been done wrong) you get better performance, much longer battery life, and enhanced reliability. With the right software monitoring of repeated writes, you could also know about hard drive failures coming in advance. That's fantastic, in my book. $460 is still a tad high, but I'd bite.

  11. Re:2TB Hard Drive by Penguinisto · · Score: 2, Informative
    Heh - I remember when Micropolis (yeah, I'm old, deal with it) sold 9 Gigabyte HDD's that were twice as tall to (IIRC) hold one hell of a tall stack of platters in it. It ran somewhat warm-ish if you really beat the crap out of it, but otherwise it wasn't much noisier or hotter than the 360MB (not "G", "M") disks that were out around the same time. The only real PITA was getting it to play nice with the other hardware.



    I remember my long-former managers happily paying nearly $10k each, for the damned things...

    /P

    --
    Quo usque tandem abutere, Nimbus, patientia nostra?
  12. We would disagree by postbigbang · · Score: 5, Interesting

    Spinning hard disks will go the way of tubes in ten years, more likely faster than that. Scaling the manufacturing up will drive SSD drive costs down. There are long-life reasons why:

    - SSDs aren't as vibration sensitive (both will not take a bullet, but only SSD can likely survive a normal drop of 2M on to concrete)
    - SSDs don't have the temperature/altitude constraints
    - SSDs don't have latency and no rise/shutdown time for green needs, in fact, they use hardly any power at all
    - SSDs are generally faster, although there are algorithms needed in flash to prevent bucket overuse because reads are almost infinite, but writes are not
    - SSDs take less in terms of precious metals and present fewer QA problems
    - No electromechanicals to wear out.

    The price point? Going down. It's an obvious solution to a long time problem. Magnetic versus flash storage will tend to favor flash, as magnetism decays sooner than flash will-- when flash is written to correctly.

    --
    ---- Teach Peace. It's Cheaper Than War.
    1. Re:We would disagree by bluefoxlucid · · Score: 2, Informative

      Tubes are in the expensive high-end hi-fi stuff (as well as some interesting transformer stuff-- because a 1:1.14 transformer winding can transfer a crisp clear square wave while a 1:3 will round and distort it), and are extremely important for building a good guitar amp. Classic rock versus modern day stuff, listen to something like ZZTop or Hendrix and you'll hear tubes. When they play soft it's clean or a little fuzzed; hard and loud and it becomes dirty. That essential sensitivity of a blues amp is something that can't be accurately modeled either (even variations in tube plate structure drastically change the type of overdrive).

      The price point of spinning disks goes down way faster than SSDs. Not to mentions SSDs can't keep up with long, sequential reads versus a good spinning disk (caveat: a good 8-channel SSD can do 128MB/s; you will have severe trouble implementing this).

    2. Re:We would disagree by Generic+Guy · · Score: 2, Interesting

      SSDs don't have latency and no rise/shutdown time for green needs, in fact, they use hardly any power at all

      While it's true, on average, they may use marginally less power, I think you'd be surprised at how much juice these SSDs can use up. Typical hard drives use most of their power spinning up the platter, and then momentum helps keep them going at a lower draw. SSDs also have a tendency to get rather warm, along with the CPU and RAM chips inside the machine. Overall, I still think SSDs are preferable, considering I'm currently filling out an RMA for my second dead HDD in a month.

      Personally, for me I find the biggest selling feature for SSD to be the beautious lack of noise, the lack of seek whine or odd ticking you often get with HDDs. I'd happily pay a bit of premium just because of that! (MMmmmm - a dead silent Home Theater PC or perhaps an incredibly quiet replacement TiVo drive.)

      --
      { - Generic Guy - }
    3. Re:We would disagree by postbigbang · · Score: 2, Interesting

      Were it new.... but flash has been around for a while. Write-cycle fatigue is well known, as are the work-arounds. As ROM, it's unmatched. As RAM, it's defeatable, but the defeats are the crux of many patents, and it's a patent war that will ensue, for a while.

      --
      ---- Teach Peace. It's Cheaper Than War.
  13. SSDs will probably take over in the consumr market by m.dillon · · Score: 4, Interesting

    For two reasons. First and foremost, low power consumption. Secondly, we have already passed the sweet spot in the storage capacity needed for the applications most people run, particularly on laptops. Add to that the fact that current HD form factors are an extremely good fit for SSD units, and the writing is on the wall.

    So what will happen is pretty obvious. Laptops are going to push SSD storage into the mainstream, giving it the critical mass needed to start the research bandwagon rolling, and 5-10 years after that happens hard drives will become the 'new' tape storage and most production systems will be using SSDs.

    Even more pointedly, with power costs being the premium concern for data centers these days, and the hard drive being the only thing left in the computer that can't be engineered down to near 0 power consumption when idle (short of spinning it down, which has its own problems), my expectation is that large commercial concerns will see a huge cost benefit to using SSD storage despite the higher front-end cost of purchasing it.

    -Matt

  14. Tricky miss by symbolset · · Score: 2, Insightful

    The false dichotomy is that it's an either/or thing.

    There will be SSD components with high speed and low power and their price/GB will decrease very quickly. Largest capacities will always be expensive. For a long time they will cost more than magnetic media, but it probably won't always be so. Their speed and reliability will improve as vendors build out the drive intelligence that abstracts the physical media from the logical media and parallelize atomic access with internal RAID to compensate for the slowness of individual cells. These products will sell to users who are interested in their benefits and the manufacturers will make lots of money. Ultimately the speed of random reads and writes of SSD media will be limited only by the interface as solid state components are "always on" and each block of data is as accessible as any other.

    Magnetic media will continue to drop in price as well. As storage increases today's hard drives will find their way to the recycling center in record time. The optimal price/performance will continue to improve as will maximum capacity. Speed will not increase as much, particularly with random reads and writes, because the data is still stored on a rotating physical object and a physical read/write head must move to the correct track and wait for the data block to fly under the head before data can be read or written. These products will continue to sell well for a long time to users interested in their benefits and the manufacturers will continue to make lots of money.

    Both will be popular for a long time. There are other technologies in the works also.

    Ultimately at 60MB/s it takes 1,000,000 seconds (11.5 days) to write 60tB to a (currently theoretical) rotating platter drive. At 6tB/second (interface TBA) it takes 10 seconds to write the same data to a solid state device. The ultimate winner in this one is clear, but it will be a long time.

    Let me be the first to say: "that's a lot of porn."

    --
    Help stamp out iliturcy.
  15. Oblig Simpsons by nxtr · · Score: 3, Funny

    Hutz: All right gentleman. I will take your case. But I will require a thousand dollar retainer.
    Bart: A thousand dollars. But your ad says "no money down".
    Hutz: Oh, they got this all screwed up. [corrects ad with felt-marker]
    Bart: So you don't work on a contingency basis?
    Hutz: No, money down. Oops, I shouldn't have the Bar Association logo here either.

  16. strange. I'd very much consider.... by CFD339 · · Score: 2, Interesting

    ...paying $400+ for a 128gb SSD to replace the standard sata drive in my laptop as long as the performance was truly better and the battery life was that much better.

    --
    The problem with quotes on the internet, is that nobody bothers to check their veracity. -- Abraham Lincoln
  17. Dashing the dreams of /.ers since 1999 by marxmarv · · Score: 2, Informative

    In fact, wouldn't it be great if the drive could be smart about it and--over time--identify files that were mostly read-only (iPhoto archives, MP3s) and migrate them to the flash storage area where fast, low-power reads would be a benefit. No. Actually, it'd be awful. The drive has absolutely no business knowing anything about filesystems. That's the OS's job, specifically delegated to the filesystem driver.

    It's not impossible to implement that functionality with a dumb SSD and HDD. The easy part is unionfs -- done. The hard part is determining with sufficient accuracy what files are unlikely to be written again -- a first cut could just consider some directories, MIME types and/or file extensions more or less likely to be rewritten than others. The ugly part: file metadata has to be present for both file sets at all times (or at least all directories which are split across both devices), metadata might be changed frequently, the HDD must be on for as little time as possible, and writing to flash must be avoided as much as possible. The only way to satisfy all those constraints is by reading and maintaining a complete write-back cache of the HDD's inodes and dirents in RAM at mount time, flushing dirty entries whenever the HDD spins up and writing through whenever the HDD is on. At 144 bytes apiece a cache for a typical homedir/archive disk could eat up a sizable chunk of RAM.

    While we're dreaming, database engines could even be optimized to read only from the SSD-portion of a hybrid drive if a particular data point had not been written to in over N minutes, or since the last collation (explained later), but would write to the platters, and then during quiet cycles, it could do a collation. The collation would move data which was on the platters, but which did not have a pattern of large volumes of writes back to the SSD volume. An equal amount of battery-powered RAM as cache and journal for a traditional HDD would under most real workloads beat RAM+SSD or HDD+SSD. If you really wanted to identify (manually or otherwise) cold tables and load them into flash SSDs, the database engine will probably still load and cache them in main memory anyway (costing all of a few extra milliseconds), and any RAM not used to cache those tables can be used to speed up temporary tables or for dynamic caching. (compare Amdahl's Law)

    And... I'd like a pony... NOT YOURS

    The usual structure of a storage hierarchy is that each level contains a fast, small subset of the next level. A consequence of this is that at the steady state the final level contains a complete copy of everything. Poor write endurance makes flash SSDs poor participators in this sort of hierarchy.
    --
    /. -- the Free Republic of technology.
  18. Cost/IOs/s by treat · · Score: 2, Insightful

    For many applications, what matters is price per IO operations per second. Sometimes price per IO operations per second per U of rack space or per watt is what matters.

    Flash will beat hard drives there much sooner than it will beat hard drives in simple $/GB.

    Flash has fast reads and slow writes. Sun is promising flash drives with 25% of the space reserved for bad block remapping, and a huge amount of supercapacitor-backed write cache. They are promising to release this in SFF HD form factor with a SAS interface, and SO-DIMM form factor with a presumably proprietary interface.

    Even if Sun breaks its promise, as is typical for them, someone else will come out with the product.

  19. SSD Performance by DDumitru · · Score: 5, Informative

    is very dependent on the application. In particular it depends on the mix of linear vs random operations and the mix of reads and writes.

    For 100% read applications SSDs tend to be similar in performance to hard disks when reading linearly, and a lot faster than hard disks when reading randomly. This shows up in linear read speeds of 100 MB/sec for a typical Flash SSD which is "close" to a hard disk. For random 4K reads, Flash SSDs can stomp any hard disk. Most disks are in the 10,000 4K read IOPS range where 15K SAS drives are in the 250 range or 40x slower. So for applications that are 100% read SSDs can be as much as 40x faster, although the average is usually in the range of 15x to 20x.

    When you start writing to Flash things get interesting. Flash is really designed for large, linear, aligned, writes. With most drives, you can get maximum write throughput only if you write exactly aligned with the drives internal erase blocks. Thus you can write exactly 2 megabytes on exact 2 megabyte drive boundaries and get 100% of the theoretical write throughput of the drive. Unfortunately, no application acts like this, so you are at the mercy of the file system and Flash controller to turn your smaller, probably random, and probably mis-aligned writes into what the drive can handle. The net impact of this is that good Flash SSDs have 4K random write IOPS in the 120s which is 1/2 the speed of a 15K SAS drive. I have measured Flash SSD with 4K write IOPS with values like 135, 120, 64, 43, 24, 13, 4.0, and 3.3.

    This is why Flash SSD performance is so hard to judge. The random write performance can suck up the available "drive time" and dig a system deep into dirty buffer flushing. We talked with one Dell laptop user that described their system becoming "unusable" while an Outlook indexing operations was randomly updating a big file. Unusable in this case was 2+ minutes for to bring up task manager.

    These random writes also have a real impact on the wear of the drive. Every time you seek a write, you basically chew up a write/erase cycle, even if the write is only 4K long. If you look at a drive that claims 50 GB/day for 10 years, this is 50 GB of linear writes on exact erase block boundaries. If you write 4K randomly, the 50 GB really means 25,000 4K writes or 100 Megabytes of random writes.

    The solution to this is to not write randomly to the drive. There are file systems designed for Flash that address these issues. These are typically called "Log File Systems". Unfortunately, there is no generally available file system really designed for performance. In Linux the LogFS options are really tuned for small memory small storage systems and for hardware where the flash chips are directly accessible. They do help drive wear a lot, but they are just not tuned for Gigabytes of space or database crunching performance.

    Another solution is my companies product called MFT (Managed Flash Technology) which is a software block mapping layer that runs on the host. It gives you the random write performance benefits and wear benefits of a LogFS while allowing you to use whatever file system you wish. MFT was developed on 2.6 Linux and has been ported to Windows. With MFT, the same drives that do 25 4K random write IOPS usually measure over 10,000. The linear speed of the drive is still equal to a hard disk, but the random speed is now closer to symmetric with reads and writes. Thus jobs like updating databases can literally run 20x faster than the fastest hard disks.

    In the end, Flash SSDs will find specific markets initially. I can say with certainty that they won't get used for off-line backups or storing/edit large quantities of HD video. But give them databases or file systems with lots of small files, and they can really smoke a hard drive.

    1. Re:SSD Performance by DDumitru · · Score: 2, Interesting

      We are constantly adjusting market positioning. There should be a "laptop" version for single drive usage at around $150 list. Check back with our website in about a week to see new stuff.

      Our pricing goals are to "follow the drives down", so as drives get cheaper we want our layer to follow them.

      And we have talked with Samsung and others (and will continue those conversations). Then again, you know how "really big companies" work.

  20. Time to stop treating them as disks. by Animats · · Score: 2, Insightful

    The next step is to stop treating them as "disks". We tolerate the library and OS overhead of getting to a block on a disk drive because access times on disks are so long. But solid state memory devices can be accessed in microseconds. We need a different model for these devices.

  21. Mac OS X already does that... by mario_grgic · · Score: 3, Informative

    With hot file adaptive clustering ( http://developer.apple.com/technotes/tn/tn1150.html#HotFile )

    Basically, read only often accessed files are moved to the zone on hard drive where the access to files is fastest.

    It would not be hard to adapt this behaviour to move the files onto SSD portion of the disk at all.

    --
    As the island of our knowledge grows, so does the shore of our ignorance.