thingy wrote:
> Nathan Mercer wrote:
> > thingy wrote:
> >
> >>>>http://www.tgdaily.com/2006/07/26/sa...unces_4gb_ssd/
> >>>>
> >>>>Now that is one for me....probably be silly money though....
> >>>>
> >>>>
> >>>>
> >>>>Still the price will drop....
> >>>>
> >>>>Get two, one for boot one for /var....
> >>>>
> >>>>
> >>>>
> >>>>regards
> >>>>
> >>>>Thing
> >>>
> >>>
> >>>Why would it be silly money? 1Gb flash drives are under $100 already?
> >>>
> >>
> >>Performance and number of writes....my undertsnading is the stuff that
> >>goes into cameras has a quite limited amount of writes, which is good
> >>enough for cameras but not good enough for an OS partition, especially
> >>logging....so existing cards might be OK for static partitons like /usr....
> >
> >
> > FWIW Windows Vista ReadyBoost & ReadyDrive
> > http://www.microsoft.com/whdc/system...celerator.mspx has an
> > algorithm that chunks data up as its written to the flash media to
> > ensure that the device doesn't wear out
> >
> > We are smart about how and when we do our writes to the device. Our
> > research shows that we will get at least 10+ years out of flash devices
> > that we support.
> >
> > Regards
> > Nathan
> >
>
> Ah ok.....thought maybe this was substantially better stuff, rather than
> a work around, however effective.....
>
> and what about fragmentation? and its in he background cleanups, turned
Not a problem the unique write gathering algorithm optimizes
performance and wear patterns and doesn't suffer from frag
> off for these drives?
correct
> 10 years+ is a decent safety margin.....given the rate of change after
Some of the projected device wear test we have done put it out to 1823
years (!) depending on device size, variant, and usage patterns
> or 3 I'd expect the wearing out to be no longer an issue.....
Yes I think you're likely to have lost your device or the storage space
will be irrelevant by then
> Quite why you could not do this in hardware on the disk itself I dont
> know....
We do actually do both.
ReadyDrive is the Hybrid Hard Drive where Nonvolatile cache (NV Cache)
is added to the hard disk drive which allows data to be read and
written while platter is spun down
Also improves battery life and startup speed as data in cache persisted
when powered down. Other benefits are Performance (Faster boot, faster
hibernate/resume) Reliability (vibration and impact doesn't affect NV)
and reduced noise
and then ReadyBoost if for Expanded Memory Devices with works with
External USB keys, SD cards, Compact Flash, internal PCIe cards
Its all about avoiding the disk bottleneck, the slowest thing in a PC,
the thing that really hasn't changed much in the last 10 years -
ReadyDrive/ReadyBoost allows fast reads to satisfy page faults when
page is not in main memory. These are up to 10x faster than random HDD
reads because the latency for USB Flash Drive ~0.8 mSec
This is a cool technology that improves performance and reduces power
usage for Windows Vista Mobile PCs
And "they" claim MSFT doesn't innovate...
Cheers
Nathan