Samsung's Solid-State Disk Drive Unveiled
Iddo Genuth writes "After unveiling their upcoming hybrid hard drive, Samsung — along with a number of other manufacturers — is planning to begin shipping solid-state drives during 2007. Unlike the upcoming hybrids, solid-state drives should work with windows XP as well as Vista." The drives will be introduced in 1.8- and 2.5-inch form factors for notebooks. While streaming performance can't equal that of hard disks, Samsung claims that random-access performance is more important and that (e.g.) Vista users would see a 4x speedup in many key operations. Pricing was not announced.
Could someone tell me why one type of drive wouldn't work with a specific version of Windows? Shouldn't they be able to write drivers for that?
Adventures in Shaanxi
Coupled will fuel cell technology, mobile computing is finally going to live up to its potential.
And I love this William Gibson quote from 1991:
It wasn't until I could finally afford a computer of my own that I found out there's a drive mechanism inside- this little thing that spins around. I'd been expecting an exotic crystalline thing, a cyberspace deck or something, and what I got was a little piece of a Victorian engine that made noises like a scratchy old record player. That noise took away some of the mystique for me; it made computers less sexy. My ignorance had allowed me to romanticize them.The difference between stupidity and genius is that genius has its limits.
If it's done right, then it'll be handy. IIRC, linux uses free pages of memory for disk cache, and if an application needs more pages, it just invalidates the disk cache pages, and allocates them to the app.
If Windows caches applications into free memory pages during disk idle times, it'd probably make a huge difference, so long as it doesn't take memory away from the currently actively running applications.
Why aren't you encrypting your e-mail?
There is also a daemon on Mac OS X that dynamically prebinds applications that have not been prebound. One condition of prebinding is that all the Libraries must be dynamically linked and prebound themselves. If one dependant library is not prebound, then the whole thing gets marked as something "not to prebind."
To see the actual programs on Mac OS X, do a /usr/bin | grep prebinding
ls
I've always wondered about this. Most modern flash seems to get 100k writes (many more reads). Fast flash is on the order of 13MB/s write.
With load balancing, you wouldn't notice a failure until all the locations were rewritten just shy of 100,000 times. So the drive will "fail" in once you've written 40GB of data 99,999 times, or almost 4PB of write ops. At 13MB/s, that's just under 10 years of 100% duty cycle writes. If you presume you'll read that data once at 20MB/s, and you allow only an 82% duty cycle overall (to make the math easy), then your drive should last 20 years.
I don't know about you, but I don't have any 20 year old computers or drives. The computer I had 20 years ago (PS/2 model 30, iirc) used 720k floppies, and a 20MB hard drive was a $400 option. Wait, check that. I do have a copy of Windows 1.04 on floppy disk here. It fits on three 720k floppies.
Is it just my observation, or are there way too many stupid people in the world?
The usual way they construct it is like this:
1. Fill your drive 95%
2. Trash the remaining 5%. Your disk will now die in 1/20th of the time, that is a matter of months
IMO even that theoretical problem could be solved by active swapping, that is using some of your write cycles to move information internally. If you spent 100 of your 100k cycles doing that noone would notice. So when you're trying to trash those 5%, those 5% would swap places with the other 95%, even though there's no free space. For all I know maybe they do already, but if it was a problem that is the solution (this was sooo obvious. I bet it's patented).
Live today, because you never know what tomorrow brings