Slashdot Mirror


The 1 Terabyte SSD Arrives

An anonymous reader writes "Over recent years Solid State Drives (SSDs) have moved from luxury to affordable additions to one's PC, but mechanical hard drives are still king when it comes to capacity. That was until the revamped Colossus LT series Solid State Drive came along this week. With up to 1TB, the drive offers offers massive storage capacities of the level normally not seen in SSDs. While 1TB of SSD space hits right at the heart of the traditional hard disk market, it comes at a high price — at around $4,000 for the 1TB model, these drives are in the realm of aspirational rather than practical."

10 of 237 comments (clear)

  1. Re:Yay by XPeter · · Score: 5, Informative

    You can get 60GB for under $120? Damnit, I considered an SSD recently and 30/40GB was £100 for the cheapest ones. Didn't get it in the end because of reports of degrading performance over time. That'd be one hell of a downer if you'd bought something that large and expensive!

    No, you can't.

    http://www.newegg.com/Product/ProductList.aspx?Submit=ENE&N=2010150636%201421439415&name=60GB

    The lowest price for a 60GB SSD is $140, and that's from a no-name company. If you want quality for that spec, your wallet will be taking a hit of about $200

    --
    "The difference between genius and stupidity is that genius has it's limits" - Albert Einstein
  2. Not 400x by radaos · · Score: 4, Informative

    Maths fail in article. $4000 / $100 != 400x

  3. Re:I'll wait a while. by aicrules · · Score: 3, Informative

    I think maybe it's something like this: http://www.brighthub.com/computing/hardware/articles/43400.aspx

    But since he's so mysterious about it, perhaps it's not.

  4. Re:Welcome back to the 90s by Gruturo · · Score: 4, Informative

    I guess I could pull out a stack of punch cards 1 km tall and claim it's got 1 TB storage capacity too, thus having 'caught up' with HDDs.

    This being Slashdot, I'd expect better of you :-)
    A 1km-tall stack of cards, which, according to Wikipedia are 0.178mm thick and can storage 64 bytes with the most efficient coding, results in a measly 342.89 megabytes (assuming 1 megabyte= 2^20, which is admittedly uncommon when quoting storage, esp when a vendor does it. They'd use the 10^6 version, so 359.55 megabytes (I'm aware of the kibibyte/mebibyte etc scale, but I don't like using it))

    For a full terabyte you're looking at slighly over 3058km worth of stacked punch cards (or 2781.25 km if using the storage vendors' definition)

    (Disappointingly, Wolfram Alpha was no help doing the above calculations)

    --

    Vacuum cleaners suck. Kings rule.
  5. Re:I can seem some enterprise paying for this. by fuzzyfuzzyfungus · · Score: 4, Informative

    The only real "enterprise" case for SSDs(besides just making the boss's laptop quieter and more responsive for a few hundred bucks extra) is IOPS.

    As a mass storage option, SSDs are pretty pitiful. As you note, even 15k RPM SAS stuff, hardly the cheap seats, is substantially cheaper per gigabyte. If you can step down to 10K RPM, or even the nicer grade of 7200RPM SATA(SAS/SATA compatibility can be quite convenient), the difference gets even starker.

    If you are talking IOPS/$, though, SSDs passed the "economically viable" point some time ago and were last seen running for a location somewhere between "not even fair" and "Good God, man, it's like curb-stomping a puppy!" in their competition with even the zippiest of mechanical drives.

  6. Affordable by Mr_Silver · · Score: 3, Informative

    Over recent years Solid State Drives (SSDs) have moved from luxury to affordable additions to one's PC

    When I can get a 1TB 3.5" SATA drive for £61.33 (approx $94.58), I'm not sure how something which is 42 times more expensive can be considered "affordable".

    Maybe I have a different definition of the word.

    --
    Avantslash - View Slashdot cleanly on your mobile phone.
  7. Re:I'll wait a while. by Colonel+Korn · · Score: 4, Informative

    They are Windows 7 and Linux users. TRIM seems to just ameliorate temporary.

    Your friends aren't benchmarking. Welcome to subjective perceptions. As quantitative data has proven conclusively (see anandtech.com, pcper.com, etc.), TRIM does truly prevent lost performance over time.

    --
    "I zero-index my hamsters" - Willtor (147206)
  8. Re:I'll wait a while. by hoggoth · · Score: 5, Informative

    That article was low on logic and common sense.

    The article's take-away that SSDs slow down over time may be right, however the reasoning behind the explanations doesn't even make sense.

    > "Because they have a two-part write/erase cycle, unlike the single write cycle of mechanical hard drives, they wear out at least twice as fast as their spinning counterparts."

    Umm, what? SSD writes are done in two stages, yes, but that has absolutely nothing to do with the way a traditional hard drive does writes. So how could you say SSD's wear out "twice" as fast as traditional drives because they have to write twice? It could be that an SSD could write a thousands times more or a thousand times less than a traditional hard drive before wearing out because they are completely different technologies.

    > "This isn't helped by the architecture of most SSDs. Usually, data is laid down within a block of available memory, meaning that it might not take up all the available space--yet will still write to all of it"

    Does the author think traditional hard drives write to byte-addressable boundaries? Hard drives write blocks and sectors too and have wasted slack space at the end of their blocks too.

    > "Defragmenting or "defragging" a SSD takes up many write/erase cycles... which shortens the lifetime of an SSD, even if it's also cleaning up the drive."

    No, defragging is not cleaning up an SSD drive. There is no reason to defrag an SSD because their is no latency getting to a further sector.

    > "it's a delicate balance, how often you should defrag your SSD for optimum performance and lifetime"

    How about "NEVER"?

    > "Only defrag when necessary!"

    Argh!

    --
    - For the complete works of Shakespeare: cat /dev/random (may take some time)
  9. Re:I'll wait a while. by obarthelemy · · Score: 4, Informative

    google: why do ssd get slower over time. first answer: http://www.anandtech.com/show/2738/8

    no comment

    --
    The Cloud - because you don't care if your apps and data are up in the air.
  10. Re:I'll wait a while. by gmack · · Score: 5, Informative

    That seems written by someone who really has little to no idea how SSD drives work. It should take years to see problems caused by flash wearing out even under intense use.

    The actual problem involves the way modern SSD drives write your new data to an unused portion of the disk before erasing the old flash to improve speed. If the drives think they are full then you are stuck waiting for the old blocks to be cleared before you can write your data.

    TRIM was added to fix this problem by letting the OS tell the drive when blocks become unused but it only works on very recent drives and new operating systems. You are out of luck on that front if your running XP or a Linux kernel older than 2.6.33 but on the upside the problem only affects write speed.