Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Solid State Drives - Fast, Rugged, and Expensive

Posted by Zonk on Wed Nov 14, 2007 07:03 PM
from the pick-one-quality-speed-or-price dept.
Nick Breen writes "Are solid state drives becoming a reality? Loyd Case over at ExtremeTech has written an article concerning the current state of SSD with a comparison between a Samsung 64GB SATA and a Super Talent 32GB SATA. While they showed impressive speed rates when placed against a hard disk drive, the occasional sporadic statistic (and high cost) indicate they're not quite ready for the mainstream. Dell and Alienware have been shipping laptops with SSDs for months now, and Apple may be rolling out one of their own next year. Is the time of the solid-state drive almost at hand? Does anyone have any first-hand, practical experience with SSD?"

Related Stories

[+] Hardware: TB-Sized Solid State Drives Announced 130 comments
prostoalex writes "Several companies have announced solid state hard drives in excess of one terrabyte in size. ComputerWorld describes one from BitMicro that's just 3.5". Their flash drive will support up to 4 Gbps data transfer rate. From the article: 'SSDs access data in microseconds, instead of the millliseconds that traditional hard drives use to retrieve data. The BitMicro E-Disk Altima 4Gb FC delivers more than 55,000 I/O operations per second (IOPS) and has a sustained data transfer rate over 230MB/sec. By comparison, a fast hard drive for example will run at around 300 IOPS.'" Ah, the speed of tech. Seems like only last month we were talking about 500GB drives.
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.

Solid State Drives - Fast, Rugged, and Expensive 25 Comments More | Login /

 Full
 Abbreviated
 Hidden
More | Login
Keybindings Beta
Q W E
A S D
Loading ... Please wait.
  • Huh? (Score:5, Funny)

    by ScrewMaster (602015) on Wednesday November 14, @07:05PM (#21356281)
    What exactly is a "sporadic statistic"?
    • Re:Huh? (Score:5, Informative)

      by Tackhead (54550) on Wednesday November 14, @07:10PM (#21356343)
      > What exactly is a "sporadic statistic"?

      A statistic that is neither a lie nor a damn lie.

      They appear very sporadically. (For values of "sporadically" approaching epsilon, at least 19 times out of 20)

      [ Parent ]
  • the executor (Score:5, Funny)

    by User 956 (568564) on Wednesday November 14, @07:06PM (#21356303) Homepage
    Does anyone have any first-hand, practical experience with SSD?

    I know Darth Vader had his own SSD, but that's probably not what you're talking about.
    • Re:the executor (Score:5, Funny)

      by Tavor (845700) on Wednesday November 14, @07:09PM (#21356335)
      Yeah, but the seek time on the Executor is horrible! Ever try to find one worker on the port side, when you are on the bridge? Not to mention the random A-Wing events causing the whole drive to crash!
      [ Parent ]
  • Got one, love it (Score:5, Informative)

    by Anonymous Coward on Wednesday November 14, @07:10PM (#21356351)
    I've put one 32GB 1.8" IDE SuperTalent SSD in my Thinkpad X40, to replace that ever-failing 1.8" mechanical Hitachi crap, and formatted it with Reiser4 + cryptcompress. I LOVE IT. Fast, silent, more battery life, and, best of all, reliable. It was worth every buck.
        • Re:Got one, love it (Score:5, Informative)

          by Abalamahalamatandra (639919) on Wednesday November 14, @08:10PM (#21357015)
          That doesn't sound right to me - I believe, unless I'm mistaken, that the controller on the drive levels writes across the entire drive, regardless of the partitioning scheme in place.

          So even if your drive has, say, four partitions and one is written to a lot more than the others, that doesn't matter because the controller considers the entire flash space for write leveling.
          [ Parent ]
  • Where is this applicable? (Score:4, Interesting)

    by RiotXIX (230569) on Wednesday November 14, @07:18PM (#21356439) Journal
    I was going to buy a small one (15GB?) and put my linux partition on it (PC, so mobile benefits don't matter), but figured not too because of the fact that the number of times you can re-write is less. But according to "Because of these wear-leveling techniques, and the fact that a modern NAND device can sustain up to one million write cycles, the overall lifetime of an SSD can be decades. So losing capacity due to flash write cycles is probably not an issue", the option is now still back on.

    But the re-write times are twice as slow! (ok I can live with that). But the read times are faster...as a home user, WHERE is this going to benefit me? Will I notice a diffence in 'vim file' or playing/streaming music?

    I could maybe see if I were using a laptop, but I don't get how this would benefit me.

    Thanks for taking the time to answer if anyone can persuade me different.
    I might just get it for the cleanness of having a small segregated linux drive - really that's the best reason I can see.
    • Re:Where is this applicable? (Score:4, Insightful)

      by beavis88 (25983) on Wednesday November 14, @07:20PM (#21356463)
      For me personally, the biggest benefit would be silence. My hard drives are easily the loudest part of my machines.
      [ Parent ]
    • Re:Where is this applicable? (Score:5, Insightful)

      by tlhIngan (30335) <slashdotNO@SPAMworf.net> on Wednesday November 14, @07:34PM (#21356611)

      But the re-write times are twice as slow! (ok I can live with that). But the read times are faster...as a home user, WHERE is this going to benefit me? Will I notice a diffence in 'vim file' or playing/streaming music?


      Actually, if you do any sort of multitasking, you'll probably notice it's a lot "snappier" (apps load faster, switching apps doesn't seem to take so long, etc). Or if you're a typical home user with decent RAM but still have all the usual crapware loaded, WIndows won't feel so slow. Or you don't defragment your disks and let your disk get horribly fragmented...

      The deal with SSDs is that they can manage their peak datarates all the time. With disks, the smaller the I/O transfer, the slower the disk becomes. If you have a disk with a 5ms seek time, you're limited to 20 I/Os per second. If you read maybe 16 sectors each (8kiB), it means your disk throughput is on the order of... 160kiB/sec. Seeks are taking a lot of time compared to the actual time it takes to read the disk.

      An SSD has negligible seek time, so reading those 160kiB off an SSD won't take noticably longer than reading 160kiB in one read (the overhead of doing the transaction over the ATA bus is the biggest overhead).

      You won't use an SSD if you need high throughput, where you're basically doing huge writes or huge reads (i.e., media center media disks, video capture/production, etc). But a home user that's doing a lot of little random I/O will notice that the entire system feels "snappier" as the I/O is mostly seek-bound, not throughput-bound (small I/O). This applies as time goes on as most people don't defragment their disks (you don't have to, or should, with an SSD, since wear-levelling may still not put it contiguously on the flash media), so even a heavily fragmented disk will still feel fast with an SSD.
      [ Parent ]
    • Re:Where is this applicable? (Score:5, Informative)

      by timeOday (582209) on Wednesday November 14, @07:53PM (#21356827)

      WHERE is this going to benefit me?
      Did you look at the "real world" benchmark results [extremetech.com]? The Samsung SSD drive destroyed the traditional drive by 400%-500% in 6 tests (including OS startup, app loading, gaming) and was about equal in the other two (media center and video editing).

      Unless you know of some special reason why sustained write speed is critical, you should probably be looking more closely at access time, where SSD blows mechanical drives out of the water.

      No doubt, mechanical drives still rule capacity/price, but with the growth rates of the two technologies over the past several years, SSD could take over soon.

      [ Parent ]
  • I use them (Score:5, Interesting)

    by Lord Ender (156273) on Wednesday November 14, @07:22PM (#21356487) Homepage
    Both my home server and several systems in use at work boot from compactflash drives. Our production servers run Ubuntu LTS, and are basically VMware Server boxes--the actual apps run off of guest OSs that live on the 6TB RAID-6s on each server.

    All in all, I've had seven servers running off of SSDs for about eight months, and they have worked like a charm. I never have to worry about getting paged due to the inevitable mechanical failure of magnetic drives.

    Also, SSDs are NOT expensive! A CF-to-IDE adapter costs $15, and a 2GB CF card costs about $30. Two gigabytes is more than enough to boot an OS and start a RAID. Don't waste your money on a 64GB CF card. The CF+RAID hybrid approach is the way to go.
      • laptops, dummy (Score:5, Interesting)

        by DreadSpoon (653424) on Wednesday November 14, @08:16PM (#21357091) Homepage Journal
        There's a reason that these things are commercialls available only in laptops right now. In a laptop, you boot up a lot (or resume from hibernation a lot, which is equally disk-intensive), so disk seek and read times are incredibly important. Plus, power savings are a huge benefit when you're running a system that has a limited power source. The SSDs generate less heat, which is also hugely important when all your circuitry is compacted into the smallest amount of space possibility, and it allows either for the system to be cooler (hot laptops suck, even typing on them can be uncomfortable) or allow for other components like the CPU and RAM to be sped up since they get a greater share of the system's safe heat generation capacity. The reduced noise is great - try being in a meeting with 20 laptops all with fans whirring away. Finally, the greater lifetime of an SSD (modern hard disks fails way sooner than a modern SSD will, in general) means that the machine doesn't need a new disk with a new OS install and possibly a bunch of lost data on anywhere near as frequent a basis.

        Less power and less noise are good for servers and desktops, and the faster seek times can really make a different in performance for many common workloads, but the biggest benefit of SSD is that they make laptops suck way less.
        [ Parent ]
  • Like Digital Cameras (Score:5, Interesting)

    by JonathanR (852748) on Wednesday November 14, @07:25PM (#21356529)
    I think solid state drives will be like digital cameras. The price and usability (read size) will appear not to be mainstream enough, that is, until you've just made that "big" investment in the latest incarnation of the superseded technology.

    It happened to me. I bought a new (not that expensive) film SLR about 18 months prior to digital cameras having sufficient resolution/cost ratio to supersede film for everyday use. Coming from a generation where cameras tend to last almost a lifetime (having been used to my father's Minolta SR-T 101, purchased about the time I was born). The concept of a camera becoming almost obsolete in that short timeframe was a bit annoying, at the time.
  • First hand (Score:5, Informative)

    by Anonymous Coward on Wednesday November 14, @07:28PM (#21356549)
    I have first hand experience with SSDs as I have bought one of the Samsung 64 GB SATA SSDs. In terms of writing performance, they're approximately on par with regular hard disks, as far as I can tell. Disk reads, however, are very good. To give you a vague idea of the read speed, Windows XP on this drive boots to login screen without the black logo screen appearing at all. Additionally, for those who are interested, here's what Linux's hdparm has to say about it:

    # hdparm -tT /dev/sda1 /dev/sda1:
      Timing cached reads: 7352 MB in 2.00 seconds = 3679.72 MB/sec
      Timing buffered disk reads: 168 MB in 3.01 seconds = 55.86 MB/sec
  • It just boggles my mind... (Score:4, Interesting)

    by JustNiz (692889) on Wednesday November 14, @07:29PM (#21356563)
    It just boggles my mind how modern solid-state electronics organized for parallel I/O can be less than a factor of 10 times faster than an inherently serial and decidedly ancient-sounding "mechanically moved heads over a magnetized spinning disk" approach.
    What the heck is going on here?
  • So far it's a mixed bag... (Score:5, Informative)

    by BUL2294 (1081735) on Wednesday November 14, @07:42PM (#21356711)
    Basically the reviews on Anandtech [anandtech.com] & Tom's Hardware [tomshardware.com] have drawn some interesting conclusions... In terms of write performance, some are significantly worse than most notebook HDs, but all are better in terms of read performance. The idle of SATA SSD drives are significantly worse than UDMA ones (0.5w vs. 0.05w).

    Basically, do your research... How much speed you'll get depends on how they bank the flash chips. More banks of lower density chips will yield a higher transfer rate--but uses more power. (Good luck finding how any one brand of SSD drive is banked...) Tom's Hardware found that the Samsung 64GB SSD offered double the transfer rate than their 32GB SSD. Anandtech found the Transcend & Super Talent SSD's to be extremely weak offerings. But then again Anandtech found the MTRON 32GB SSD far superior to most other drives they tested.

    Basically SSD drives help with bootup times but in mixed tests, only the MTRON SSD drives are near Raptor speed, but I found only one retailer that even sells them--and a 32GB one for $2336.95 [google.com]!!!
  • SSDs (Score:4, Informative)

    by phoophy (1189235) on Wednesday November 14, @07:49PM (#21356771)
    Been using arrays of 4 and 8 32GB SSDs as both RAID0 and RAID5, off hardware RAID controllers and as Linux softraid, to push seek time to near 0 and throughput as far as possible. Bottom line is, they're significantly faster than "real" disks. We've found MTrons to be faster than Samsungs, generally 20 to 40%, and the MTron seek times are significantly better (they probably don't write-balance check as often under heavy usage). Only reliability problems I had were with another brand (neither Samsung nor MTron).
  • by Tracy Reed (3563) <treedNO@SPAMultraviolet.org> on Wednesday November 14, @08:40PM (#21357261) Homepage
    And I really like it. This laptop is great. I have a desktop with dual 24" displays for doing work so I don't need a laptop for that. What I do need is something ultra-portable to do email, read slashdot, occasional ssh into a remote machine while on the road, terminal into a box while at the datacenter, etc. And this thing fits the bill. The solid state disk has caused no problems so far but allows things like 10 second boot times and no noise and little heat. The prices of SSD will come down, the densities will go up, and SSD drives will proliferate.
  • by barre (48638) on Wednesday November 14, @09:01PM (#21357473) Homepage
    I've been using a Sandisk 32 GB SSD on a Dell Latitude D630 running Vista for about 3 months now. This wasn't cheap, and even with an early adopter mindset, this is a big disappointment; it does indeed reads much faster (about 30 times), but writes at least 3 times slower than the same D630 running a SATA. My typical usage involved web/email, Microsoft Office, photography/photoshop, compiling large projects, etc.

    Quiet is great, more battery is fine, and I hardly ever reboot using Vista almost instant-sleep feature, but installing software or writing large files is *painful*. Moreover, you should plan for a lot of physical memory: you do *not* want to see your system paging for virtual memory.

    Now maybe Vista is to blame, but the whole system will hang now and then for 10 secs or more. Is it indexing something, writing whatever system logs to disk, who knows, but a a few other users have reported the same issue with this SSD on Dell forums. No driver update has been released either since the SSD option was out. This is also probably not coincidental that SSD vendors emphasize read speed but remain somehow quiet about the write speed (or lack thereof).

    I, for one, am switching back to a 7200 RPM SATA. This is *not* ready for prime time, even if Samsung claims slightly better write speed on its 64 GB; *do* check the user forums (say, Dell), and you will find a lot of frustrated users. This was worth a shot, and I'll eventually consider that technology again in 10 months.

    Hope this helps
    • by Corf (145778) on Wednesday November 14, @08:10PM (#21357023) Journal
      I am currently typing this on one of them newfangled Asus Eee PCs. 4gb worth of Hynix HY27UG088G5M chips through a Silicon Motion SM223 controller. The only moving parts on this thing are the keys and this near-worthless little sideways-blowing fan. It's fast, reliable, shock-resistant, and pretty durn cheap.

      Specs [eeeuser.com].

      [ Parent ]
    • Re:you left impractical off the list (Score:5, Interesting)

      by PoliTech (998983) on Wednesday November 14, @08:20PM (#21357111) Homepage Journal
      "they seriously are not that much tougher then a laptop hd."

      I would like to see a citation for that claim. From my team's research, SSDs are much much tougher than any spindle HD. But toughness may not be a factor for you when evaluating SSDs, (it wasn't for us).

      Our test SSD laptops have also demonstrated much improved battery life. On a D630 we are seeing four and a half hour battery life with standard stock batteries. That's a two hour increase. Use larger cell count batteries and battery life will just get better. A laptop equiped with an eight cell battery and a secondary battery licated in the Optical drive bay, we have experienced eight hour-plus battery life.

      Our boot times are also improved with SSD. Since we also encrypt, (and if anyone has used encryption on a Windows domain then they have likely experienced a hit with login times) we were most impressed with the performance improvement of encrypted SSD, when compared to a traditional HD on the same equipment. Write times are not as much improved, but there is no negative impact either.

      Our experiences have been good enough that we are planning to order SSD on all new laptops for next year. The improvement in Battery life alone is worth the price of admission. Toughness, and increased write speed are icing on the cake.

      [ Parent ]
    • Re:And, the MTBF is.. (Score:5, Insightful)

      by BlueParrot (965239) on Wednesday November 14, @08:40PM (#21357267)
      While storing it as an ultra-small magnetic dipole moment in a piece of rust on a rapidly spinning platter which will be irreversibly damaged from just a speck of dust sounds like a sane idea ?
      [ Parent ]