Samsung's Hybrid Hard Drive Exposed
Erica Campbell writes "Samsung is preparing to release a new
Flash memory-assisted computer hard drive
that boasts improved performance, reduced energy consumption, a faster boot time, and better reliability. The new hybrid hard drive will be released around the same time as the upcoming Windows Vista operating system and will be one of the first hardware designed specifically to benefit from it."
Wonderful idea for the manufacturers, flash drives only get so many read/write cycles before they go T.U. Not so good for the consumers.
Looks like Samsung and Microsoft designed this together.s /HardDiskDrive_20050425_0000117556.htm
http://www.samsung.com/Products/HardDiskDrive/new
It was on display at WinHEC in April 2005.
Sorry, don't know how to link to one of the Caches, but here is the text of the article:
Samsung's HHD prototype
Samsung is preparing to release a new Flash memory-assisted computer hard drive that boasts improved performance, reduced energy consumption, a faster boot time, and better reliability. The new hybrid hard drive will be released around the same time as the upcoming Windows Vista operating system and will be one of the first hardware designed specifically to benefit from it.
Samsung's HHD - faster boot and resume on Vista
In mid-May 2006, Samsung unveiled a prototype hybrid hard drive (HHD) at WinHEC, the Windows Hardware Engineering Conference. Samsung's prototype HHDs have a buffer of 128 or 256 MB, much larger than the 8-16 MB of cache in current hard drives. This new buffer differs from the existing cache buffer on hard drives not only in size but also in structure, composition, and qualities. Conventional cache is made out of volatile memory that is erased when the drive is powered down. HHDs add another layer of cache consisting of Flash memory that is non-volatile and can be accessed quickly when the drive is powered on. Adding a large buffer to a hard drive can also reduce the drive's power consumption, thereby increasing the battery life, and reducing the time required for the system to resume its operation after suspension. Indeed, boot or resume time will occur about twice as fast as conventional hard disk drives, saving 8-25 seconds, and laptop batteries will provide 20 - 30 minutes more power. Another added bonus of the HHD is the improved reliability due to less mechanical wear and tear.
Samsung and other manufacturers are currently pursuing Solid State Drive (SSD) technology (to be covered in an upcoming TFOT article). Currently Flash prices are too high to allow SSDs to replace standard hard drives of any reasonable size and, although Flash prices are continually falling, it will be several years until such a drive will become affordable to most users. Here enters the near-term solution for enjoying improved performance at a reasonable price - the hybrid hard drive, combining the low cost and large storage capacity of conventional hard drive technology with quick and low-power Flash memory.
Apart from the reduction in Flash memory prices, hard drive manufacturers such as Samsung believe that we are about to undergo a major storage revolution in the next few years due to the upcoming release of Windows Vista. This new operating system from Microsoft will introduce three new performance-enhancing technologies: SuperFetch, ReadyBoost, and ReadyDrive. According to Microsoft, "SuperFetch understands which applications you use most, and preloads these applications into memory, so your system is more responsive". Windows ReadyBoost allows users to use a removable Flash memory device such as a USB thumb drive to improve system performance. ReadyBoost retrieves data stored on the Flash memory more quickly than data stored on the hard disk, decreasing the interval until the PC responds. Windows ReadyDrive enables Vista-based PCs equipped with an HHD to boot up faster, resume from hibernate in less time, preserve battery power, and improve hard disk reliability.
Hard drive platters won't have to spin as much
Hard disk platters are components of hard disk drives that consist of circular rigid disks that store magnetic data. While the platters in conventional hard drives rotate most of the time, thereby consuming a great deal of power, the platters in HHDs are usually at rest, as if they were off. In HHDs, incoming data is generally written to the Flash buffer and any saved documents are saved to the buffer, instead of being written to the hard drive each time. Only when the Flash buffer is almost full or when the user accesses a new file that is not stored on the buffer, will the HHD platter rotate or "spin up". Thus, the battery power of laptops with HHDs is preserved, extending battery life.
To learn more about Samsung's hybrid hard drive technology, TF
The number of read/write cycles is now typically sufficient to write at full speed 24/7 for 3-4 years.
"Who is the Journal of Quantum Physics going to believe?" --Stephen Hawking
Vista does support this - ReadyBoost - but USB2 isn't nearly as fast as SATA 300.
Who knows how much benefit it really provides, but it sets the direction. Nice for the software to be ahead of the hardware.
What would be neat is if you could swap out flash drives in the event of a failure. Or upgrade the flash drive capacity. I'd be more interested in that than a permanently integrated flash drive. You're correct to be skeptical of its lifespan.
Well then, good news for you: Vista supports a feature called ReadyBoost, which can use just about any flash memory device (e.g. a cheap USB thumb drive) as a cache to improve performance.
$x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
$x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
Not true. If you write to ALL of the writable adressable area of a flashram , you will not get over 200,000 full writes on average despite the lies. In fact, the parts fail in 2 or 3 weeks of lab benchtests.
The flash fanatics keep modding down these facts to -1 for some insane reason here.
Flash has LIMITED write life.
The devices spread the data around to hide the limited write cycle life, and uses error correction to hide the limited write cycle life.
At some point its worthless.
Flash is idiotic for a backing store (virtual memory) based hard drive. And atomic-commit algorithms and other safety mechanisms for structure preservation and corruption avoidance such as "Journaling" only make the chatter worse.
All the disk chatter destroys the lifespan of the flash part.
Worse... flash is SLOW for lots of non-paralell-capable individual 512 byte requests, which typically are not spread across multiple flash parts.
True, a megabyte read can be fast in flash, but lots of random 512 byte reads or writes are far slower than a modern hard drive STILL in 2006. (15,000 rpm scsi from 7 diff manufacturers for example).
But the article is about hard drives... still.. its hopeless and foolish.
people who use their computers a lot will have data corruption earlier... all due to flash problems