Alienware Puts 64GB Solid-State Drives In Desktops
Lucas123 writes "In the face of Seagate's announcement this week of a new hybrid drive, Dell subsidiary Alienware just upped the ante by doubling the capacity of its desktop solid-state disk drives to 64 GB. Dell has remained silent on the solid-state disk front since announcing a 32-GB solid-state option for its Latitude D420 and D629 ATG notebook computers earlier this year. Now, Alienware seems to be telling users to bypass hybrid drives altogether. 'Hybrid we consider to be a Band-Aid approach to solid state,' said Marc Diana, Alienware's product marketing manager 'Solid state pretty much puts hybrid in an obsolete class right now.'"
can s/o comment on the durability of these (presumabily flash-based) devices? What if the OS decides to write stuff to certain sectors all the time?
how long are solid state drives suppose to last? Compared to the hard drive?
I would pay the extra price for solid state disks on my computer tomorrow, but I can't help but be a bit nervous about the limits of flash memory in terms of the number of times a cell can be written to. On a well exercised machine, how do they pro-actively monitor this and/or avoid corrupting data when one of those cells can't reliably flip bits anymore? I'm not too stressed about it if I get a corrupt picture on my digital camera because of that, but I use my computer for real work.
Best,
Comment removed based on user account deletion
funny, I was checking out the Dell choices the other day since finding out my company has a discount.
They offer a 128GB solid state drive option on their XPS M1730 notebook.
I don't know how long they've offered that but it seems that Dell does have that option.
Earth to Lumpy:
:-D
Flash drives have had wear-leveling as standard for several years.
Now, back to your utra-scuzzy crap kickers.
A couple years ago (Fall 2005) I did my senior engineering project in college using embedded Linux devices which utilized 512MB flash drives (CF) as the only storage mechanism. The devices were basically Soekris boards with Debian and some highly custom WiFi drivers/software designed for mesh networking research. After my project, I was hired on by the research institute which funded the project, so I got to play with these things for a while. Nearly every mesh node that used flash ran into "hard drive" issues within a year (we suspected the failure frequency was directly related to how often we used the devices). Most of the time it was simply the MBR becoming corrupt which you could fix by mounting the card on a Linux computer, chroot'ing and re-running LILO; but in a few cases we had to replace the entire card due to corruption. These devices had fairly typical usage patterns of a normal desktop/laptop (booted daily), and we were no where near the 3-5 year estimates most people give flash drives.
Sadly, PS/2 was yet another victim of USB, which doesn't care what you plug into it, the electrical slut.
I recently switched my home servers to using a sandisk 4G flash for / (with variable directories moved to disk; /home, /opt, and parts of /var such as /var/logs). The system now loads in about a 1/3 of the time. I have also seen that it is quieter (the regular disks sleep when not in use and the fan that ran all the time now runs infrequently ), and the temp dropped 5 degrees. I would expect that my electricity usage has dropped (as evidenced by lower heat).
All in all, I have no doubt that within a year, flash will be the rage.
I prefer the "u" in honour as it seems to be missing these days.
You could run Windows well on flash without too much trouble, use a ramdrive and redirect TMP and TEMP to that and disable swap, set your browser to use TMP for cache or disable it altogether. Turn off timestamping on file access and it's even better. By that point if your flash has 500K writes before average failure then you have a drive that will last many years, probably longer than your average HDD.
There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
Unfortunately I didn't have the opportunity to investigate it much further (and I no longer work for that research institute). From what I recall, we partition the cards into two volumes. The first volume was set to read-only and contained static OS files (eg. /etc, /lib, /[s]bin...) and we had a second partition for logging (which obviously could and did fill up). I believe the read-only volume was larger than the space actually used so we never filled the cards completely; it's probably fair to estimate we hovered around 60-85% most of the time. All the CF cards were off-the-shelf components bought in one big purchase (so it may have been related to that batch); they were typical cards you'd throw into a camera and I'm unsure what speed they were.
When I was hired on, I was actually developing embedded devices which would work over the mesh network provided by the mesh nodes mentioned above, so I didn't get to try larger cards, etc. (but that's an interesting theory and would have been good to test). I would also have been curious to just leave one node on for the whole time (not rebooted like the other nodes) and see if it failed around the same time.
Sadly, PS/2 was yet another victim of USB, which doesn't care what you plug into it, the electrical slut.
OK, don't kill this BEFORE you read it....
Since it's so easy to get "old" data off of a hard drive once it's written, have the ultra-security experts looked at RAM based drives for storing data that should never be recovered at a later time? If you just used a regular disk to boot your OS fully configured into a RAM-based drive, then run the machine from there you could theoretically have a non-recoverable data storage unit. Long-term files would be written to a USB FLASH drive. No "ghost image" to be read back off a magnetic device and looked at, just pull the plug and BAM, your "history" IS really history (inside the computer, anyway).
Does flash technology leave a phantom image after it's erased like magnetic storage does?
Our company manufactures embedded devices that run off CF cards (typically the cheapest 512M we can source). In five years the only failures have been attributed to bad CF cards themselves. Now, each time we receive a difference batch of cards, we scrutinize them under many days of stress testing.
Now think about this. You saved some electricity by switching to flash, as well as heat output. What happens when Google does a cost benefit and sees how much power they could save across their entire cluster farm in both energy usage and heat, and swaps everything out. It's going to be a great energy conservation benefit, as well as help bring down the cost of flash (economy of scale).
are you aware of how they do their set-up? All of their work system have ramdisk that are loaded from elsewhere. As long as the system does not go down, the ramdisk is valid. Somehow I doubt that they will change their ram disks.
Yes, Windows memory requirements basically quadruple with virtual memory turned off(which is rally what it is - no different than using system ram for video, for instance, and just as much of a speed killer).
Windows is a frighteningly bloated beast. But I'm pretty much preaching to the choir here I suspect.
The way to deal with the swap file is a ramdisk. 3 gigs for Windows(assuming you're NOT stupid enough to be running Vista) and the remaining 1 gig windows doesn't usually access is the swap file. Problem solved. You just tricked Windows into using real ram instead of the hard drive.(as it should have been)
It nearly quadruples speed in XP, btw.
Since wear leveling has been addressed (repeatedly) in reply i'll skip it.
Instead let's talk about how your 3 year old U320 drive will kick the crap out of bla bla bla.
In raw transfer speed probably. SSDD do fall behind by varying degrees in raw transfer. However, raw transfer is rarely the most important aspect of a hard drive.
Far more important is seek time. That's why your fancy SCSI drives spin at 10k or 15k RPM. The 4mS average seek gives them a bid advantage over the 7-10mS in standard desktop hard drives. What's the seek time on SSDDs? Generally around 100uS or 0.1mS. So if you sacrifice 2/3 of your drive capacity (1TB vs 150-300GB for 15k) to halve your seek time what would you sacrifice to improve it by at least an order of magnitude?
Random seek is critically important for most servers and also for many home uses. In testing with SSDDs windows boot time improved by about 20-30% depending on the situation. App load times also showed substantial improvements. Try throwing a sizable DB on a SSDD and you'll be amazed at the performance even without caching.
So yes. For raw backup, very high data rate streaming, etc. Your SCSI drives might win out. For the majority of applications SSDD > U320 15K SCSI.
You can get rich if you own a politician, but you have to be rich to buy one in the first place.