Solid State Drives - Fast, Rugged, and Expensive
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?"
What exactly is a "sporadic statistic"?
The higher the technology, the sharper that two-edged sword.
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.
The theory of relativity doesn't work right in Arkansas.
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.
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.
A slashdotter who didn't build his own computer is like a Jedi who didn't build his own lightsaber.
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.
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:
/dev/sda1 /dev/sda1:
# hdparm -tT
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
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.
You're off by a factor of 10 there, 1sec/5ms=200 I/O's per second which still gives only 1.6MB/s for totally random reads for 8KB blocks.
There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
Basically the reviews on Anandtech & Tom's Hardware 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 !!!
Windows 3.1x calc: 3.11 - 3.10 = 0.00
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).
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.
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.
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.
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 ?
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
Funny should be given a positive score, I personally consider a funny comment at least as valid in the conversation as an insightful or informative, and the current scoring system just leads to mislabeled posts.
I agree with TFA that SSD is most useful if you need the ruggedness and the read speed. I have a 16GB Samsung 1.8" SSD in my fujitsu P1510D. It's a marriage made in heaven! I am a Biologist, and use my P1510 in the field. The SSD gives piece of mind, one less thing to go wrong. In fact, almost right after I swapped in my SSD, I (yes accidentally) dropped my computer about three feet to the floor. After checking to see that screen and case wasn't cracked, I just knew it was fine, and of course it booted right up. I also work in some high altitude locations, and I find the the machine boots at higher altitudes now. (perhaps hard drives cut out at high altitude because there's not enough air to keep the head off the platter?) Finally, the P1510 uses hard to find and extremely expensive micro-DIMMs, so upgrading the memory is prohibitively expensive. That was my biggest gripe with the little machine, it was slow because I couldn't get the 1GB it really needs. This, coupled with the incredibly slow 1.8" hard drive made it kind of annoying. I still can't do much about upgrading RAM, but the read speed of the SSD allows me to just close applications, and re-open them when I need them (nearly instantaneously), so I never have more than two applications open at a time. The most telling test I've done is with Allway Sync, which I use to synchronize the files on my little laptop with my desktop. Running "Analyze" (version checking files) on my home folder used to take about about a minute, now with the SSD it's somewhere between 10-15 seconds. Sure, I wouldn't put it on a MySQL server or the like, but for my laptop, the whole experience is just so much better. I would recommend one to anyone who can use the ruggedness and read speed.