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."

4 of 237 comments (clear)

  1. great scot! by rarel · · Score: 5, Funny

    This sucker's electrical. But I need a nuclear reaction to compress the data to the 1 terabyte of capacity I need.

  2. 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
  3. 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)
  4. 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.