Solid State Drives - Fast, Rugged, and Expensive 215
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?"
Huh? (Score:5, Funny)
Re:Huh? (Score:5, Informative)
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)
Re:Huh? (Score:4, Funny)
Re: (Score:2, Funny)
It only seems that way because you mistyped the link. Try this one [wikipedia.org].
Re:Mods, Bad Mods, and Current Moderators (Score:5, Funny)
Re: (Score:2, Funny)
Re: (Score:2, Informative)
Re: (Score:2, Informative)
the executor (Score:5, Funny)
I know Darth Vader had his own SSD, but that's probably not what you're talking about.
Re:the executor (Score:5, Funny)
Re: (Score:2)
Got one, love it (Score:5, Informative)
Re: (Score:3, Interesting)
Re: (Score:2)
At least from what I've read thats what I gather.
Re:Got one, love it (Score:5, Informative)
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.
Re: (Score:2, Interesting)
Where is this applicable? (Score:4, Interesting)
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)
Re: (Score:2)
Re: (Score:3, Informative)
http://www.storagereview.com/php/benchmark/bench_sort.php [storagereview.com]
Compare the Western Digital Raptor WD1500 No NCQ to the Western Digital Scorpio WD2500BEVS with NCQ (250 GB SATA). The Scorpio consumes a lot less power, but isn't that much quieter. The Raptor has about 2.5x the performance.
SSD wins on noise and power, and the Raptor wins on price. Depending on the application, either could win in
Re: (Score:3, Interesting)
Re: (Score:3, Informative)
Re: (Score:2)
Re:Where is this applicable? (Score:5, Insightful)
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.
Re:Where is this applicable? (Score:5, Informative)
Re: (Score:2)
5 ms is 5 thousandths of a second, you could achieve 200 I/Os per second. Also that assumes that seek times are constant for each I/O, which is not the case.
Re:Where is this applicable? (Score:5, Informative)
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.
Re: (Score:2)
http://www.mattscomputertrends.com/flashmemory.html [mattscomputertrends.com]
This means, if the two trends continue over time, it will actually become hard to justify buying a hard disk instead of flash, especially the smaller ones the cost a lot more per gig.
Re: (Score:2)
Of course, it's a RAID0 array with 2 reasonably fast drives in it, but it's still much much much cheaper than what SSDs are running these days.
Re: (Score:3, Insightful)
Re: (Score:2)
If you are one of those home users whose computer only accesses a single file at a time on the perfectly defragmented HDD, then no, you probably wouldn't see much difference.
Dan East
Re: (Score:3, Interesting)
Re: (Score:2)
Re: (Score:2)
Hopefully an outlier (Score:2, Insightful)
Re: (Score:2)
I've got a D420 in front of me (haven't snagged a '30 to trade up yet) with the 32GB SSD and it's great. No, it's not as fast as the D630 in proc-heavy work but it's great for general office use. Ever try to delete a crap-ton of emails from a multi-GB PST file and then compact it? way less painful now
I have to say the D430 behaves better (faster) with the SSD and battery life is at least somewhat impro
I use them (Score:5, Interesting)
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.
Re: (Score:2)
I suppose the power issue is important if you're taking the "turn off that light if you're not using it!" approach to the global warming crisis. Not sure that's a good approach, though.
laptops, dummy (Score:5, Interesting)
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.
Re: (Score:2)
Believe it or not, the advantages of an SSD in a portable computer have occurred to me.I've actually considered getting an SSD for my tablet. But there are too many technical, cost, and reliability issues. In particular, there's the limited number of write cycles you can
servers too (Score:2)
Server heat generation is a HUGE problem in large server farms. Cooling and heat shielding between dense server racks cost a lot of money, and failure to handle the cooling and insulation can cause hardware death on a pretty massive scale. Having just gone through the pain of upgrading a data center that was growing fast and packing more and more hardware into a smaller and smaller amount of space, I can attest to t
Re: (Score:2)
Re: (Score:2)
Amazingly, I think he answered your question before you even asked it when he said "I never have to worry about getting paged due to the inevitable mechanical failure of magnetic drives."
Yes, he does. All the *important* data on these systems is housed on "the 6TB RAID-6s on each server". I'm pretty sure they're not made out of CF drives.
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
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.
I'm confused as to where the benefit is here. Given the extra people-time involved in your custom-build CF card setup, there's not going to be any cost-savings over just having the server ship from the factory preconfigured with two drives in RAID1 - and all t
Re: (Score:3, Informative)
There's also the inherent awesomeness of booting from flash.
Re: (Score:3, Informative)
It is true that eventually cf cards
First-hand, practical expericence... (Score:3, Informative)
Yes. Transcendent 4GB 266x Compact Flash card, fast, silent, installed Ubuntu 7.04, currently 1.4 GB free.
Price for the card + card to ide bridge was about two 80GB HDD drives.
Only problem was that I had to make my own drive mount first, because all I got was a board with a Compact Flash slot and a IDE connector.
If you are happy with a few GB of disk space, go for it. If you want to store big amount of data, wait. The price will fall.
similar storage, different form factor (Score:4, Informative)
Specs [eeeuser.com].
offtopic (Score:2, Interesting)
Like Digital Cameras (Score:5, Interesting)
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.
Re: (Score:2)
First hand (Score:5, Informative)
# 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
Re:First hand (Score:4, Informative)
No, those are cached reads, not hitting the drive at all. The man page for 'hdparm' says -T "is essentially an indication of the throughput of the processor, cache, and memory of the system under test".
Re: (Score:2)
The first number is entirely using cache- both what's on the drive and any available system ram. Max theoretical, downhill, wind-at-your-back, instantaneous speed.
The second one is measured transfer speed. The 55MB/s is a "real" number in that you can read that much real data from the platter in that time. I do a lot of drive tests (running an a 4yr old linux cluster) and 55Mb/s is j
It just boggles my mind... (Score:4, Interesting)
What the heck is going on here?
Re: (Score:3, Interesting)
We're not considering the full system performance here. We're trying to figure out why something that has a seek time that's effectively zero isn't even maxing out the interface. A RAMDisk (those funny boards G
Re: (Score:2)
Whether you can process the data quickly enough is irrelavent when you're dealing with a medium theoretically limited by nothing but c
Your problem is your assumptions about flash memory. Comparing it to system RAM is totally invalid. The medium DOES make a difference, and the write speeds aren't comparable. I couldn't tell you exactly why, but this technology isn't just system memory that doesn't lose state when turned off.
Re: (Score:2)
Because you're making idealistic assumptions. Low density NAND modules usually quote 2ms block erase time and 300-500u
DRAM Based SSDs (Score:2)
Re: (Score:2)
Re: (Score:2)
And, the MTBF is.. (Score:2, Interesting)
Re:And, the MTBF is.. (Score:5, Insightful)
So far it's a mixed bag... (Score:5, Informative)
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)
I wish my SSD worked like that... (Score:2)
Anybody know how these really differ from the older counterparts that are in say my Sansa e280? I've already worn out a couple sectors on it in under a year, which annoys the hell out of me. Although that might have just been SanDisk creating a drive that will run
Give me RAM (Score:3, Insightful)
I've been using Flash longer than most... From wiring minuscule capacity EEPROMs into embedded circuits, to squeezing OSes down to 8MBs for firewalls. Floppies are a no-go for important systems.
They're low power, quiet, and have high speed seeking, but I don't really care. What I want most in a drive is seriously high throughput... That probably means RAM, with a battery back-up. In the mean time, HDDs keep getting faster and quieter.
Re: (Score:2)
and I had use Gigabyte's i-RAM before, hot as hell.
Re: (Score:2)
Sure it is. Keeping DRAM refreshed requires, what, about 1watt? What's more, though, I believe it costs you less energy on writes than NAND, so depending on the workload, it could be a better option.
Not sure what to say about that. 4 PC-266 DIMMs shouldn't get seriously hot. Perhaps the PCI form factor just means that you had it stuffed in a very tight spot, with little o
Re: (Score:2)
C//
Re: (Score:2)
Data recovery from SSDs? (Score:3, Interesting)
I have an EEE with a solid state disk drive (Score:4, Insightful)
3 months real-word experience with SSD (Score:5, Informative)
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
Re: (Score:3, Funny)
Now maybe Vista is to blame, but the whole system will hang now and then for 10 secs or more.
No, that's the Windows Vista Minus Pack - first introduced on Windows 98, the Minus Pack includes assorted features such as:
Puppy Linux (Score:3, Insightful)
MacBook Pro booting Leopard from SSD (Score:2)
http://www.ryanblock.com/2007/11/the-first-macbook-pro-with-a-64gb-ssd/ [ryanblock.com]
http://www.youtube.com/watch?v=HIUa0mwUwW8 [youtube.com]
It takes 20 seconds to boot to the desktop, half of that is the time before it actually starts booting from the disk (gray apple).
I have one (Score:2)
After a month or so of using the SSD, I can say it is a success. I don't need much space on my laptop, just room for the OS. I no longer have to worry so much about dropping my laptop. The already incredible battery life of the P7230 is e
I love my SSD! (Score:4, Interesting)
Great for DB indexes (Score:2)
Is it? (Score:3, Funny)
Re:you left impractical off the list (Score:5, Interesting)
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.
Re: (Score:2)
Re: (Score:3, Informative)
I also have a D630 with the stock battery and I get just over 4 hours with a normal hard drive thanks to using RightMark's CPU utility to lower the voltage by 30% from the factory setting. You should try it in combination with the SSD and the thing will run for days on an extended battery. (your CPU might not be stable at 30% lower like mine but you'll be able to lower it some)
Re: (Score:3, Insightful)
SSD's have a short life span due to cell memory, and they aren't immune to shocks damaging them. laptop hd's will take all kinds of poundings, only a direct solid hit during a r/w would possibly damage them
Re: (Score:3, Interesting)
SSD's have a short life span due to cell memory
The larger the drive, the more spread out the wear, the longer it will ast. By my calculations [slashdot.org], a 1 GiB NAND Flash as a TiVo's video drive rerecording the same data every 30 minutes would last 570 years.
If I've made a mistake in those calculations, I'd appreciate a correction before I feel compelled to cite them again.
Re: (Score:3, Informative)
I on the other hand am basing my assumptions on real world experiences working with industrial equipment that uses CF cards for hard drives in mobile fleet equipment.
in the real world i've seen a 10% failure rate on CF cards (which are tougher then SSD's i might add) over 12 months WITHOUT any write action at all.
Re:you left impractical off the list (Score:4, Informative)
1,000,000 writes/bitfailure / 139.8 writes/year = 7153 years/bitfailure
This quote is from a recent Intel 2Gb NAND chip; [intel.com]
That said, I agree that NAND is reliable and is most certainly _the_ replacement for mechanical hard drives.
Re: (Score:2)
Re: (Score:3, Informative)
My source for 1,000,000 writes before failure was Wikipedia, contemporaneous with the posting.
That was your first mistake;-)
Not sure where the Wiki is getting its numbers from maybe reference [5]? [dataio.com] an old (2003) Toshiba marketing pamphlet (for some reason hosted by a chip programmer company [Data-io]).
I would like to see a real datasheet claiming 1,000,000 writes.
Even Mtron is only claiming 140 years [mtron.net] for their SSD with its "advanced wear-leveling technology" (they reiterate 100,000 cycles for an individual chip).
Re: (Score:3, Interesting)
Yes they are, for all intents and purposes. If you don't believe me see this story [digitaljournalist.org] about a CF card that survived the collapse of the WTC.
Re: (Score:3, Informative)
Re: (Score:2)
That makes them very, very cool to use for dedicated application servers. The company I work for sells a fai
Re: (Score:2)
Just the same as adding more R
Invoking Godwin's Law, kinda sorta (Score:2)
Re: (Score:2)
Wait, I know. Are you dropping running computers out of cargo aircraft at 60k feet?