There are two main "hybrid" storage technologies that combine
NAND flash memory or SSDs with the HDD technology: dual-drive hybrid systems and solid-state hybrid drives.
Dual-drive hybrid systems Dual-drive hybrid systems combine the usage of separate SSD and HDD devices installed in the same computer. Performance optimizations are managed in one of three ways: • By the computer user, who manually places more frequently accessed data onto the faster drive. • By the computer's
operating system software, which combines SSD and HDD into a single
hybrid volume, providing an easier experience to the end-user. Examples of hybrid volumes implementations in operating systems are ZFS' "hybrid storage pools",
bcache and
dm-cache on
Linux, Intel's Hystor and
Apple's
Fusion Drive, and other
Logical Volume Management based implementations on
OS X. • By chipsets external to the individual storage drives. An example is the use of
flash cache modules (FCMs). FCMs combine the use of separate SSD (usually an
mSATA SSD module) and HDD components, while managing performance optimizations via host software,
device drivers, or a combination of both. One example is Intel
Smart Response Technology (SRT), which is implemented through a combination of certain Intel chipsets and Intel storage drivers, is the most common implementation of FCM hybrid systems today. What distinguished this dual-drive system from an SSHD system is that each drive maintains its ability to be addressed independently by the operating system if desired.
Solid-state hybrid drive Solid-state hybrid drive (SSHD) refers to products that incorporate a significant amount of NAND flash memory into a
hard disk drive (HDD), resulting in a single, integrated device. The fundamental design principle behind SSHDs is to identify data elements that are most directly associated with performance (frequently accessed data, boot data, etc.) and store these data elements in the NAND flash memory. This has been shown to be effective in delivering significantly improved performance over the standard HDD. The term SSHD is a more precise term than the more general
hybrid drive, which has previously been used to describe SSHD devices and non-integrated combinations of
solid-state drives (SSDs) and hard disk drives. An example of an often confused dual-drive system being considered an SSHD is the use of laptops which combine separate SSD and HDD components into the same 2.5-inch HDD-size unit, while at the same time (unlike SSHDs) keeping these two components visible and accessible to the operating system as two distinct partitions. WD's Black2 drive is a typical example; the drive can either be used as a distinct SSD and HDD by partitioning it appropriately, or software can be used to automatically manage the SSD portion and present the drive to the user as a single large volume. ==Operation==