Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I have a 90GB SSD but 90GB soon gets filled up. My users folder alone is 26GB. To get round this I use Symlinks (read the How-To Geek article for more).

Is there any way to make a separate SSD and HDD work like a hybrid so that frequently accessed files are moved to the SSD automatically? This would be a nice addition to Windows 8 but I'm not holding out my hopes.

I guess ReadyBoost is a bit like this but its more designed for USB sticks I think. I did try installing Windows 7 with the SSD as a readyboost but didn't really notice any much improvement over just using the HDD.

share|improve this question

2 Answers

up vote 6 down vote accepted

Given that hybrid hard drives like the Momentus® XT never really took off (there is only on manufacturer, so tier 1 OEMs will not use them, plus current drives and only cached reads anyway), it looks like there are limited options for SSD hard drive caching, an add in SATA card or a software solution.

Unfortunately, none of the current options can make normal hard drives perform like SSD's. At best you get performance somewhere between SSD & HD and at worst you get performance which is even lower than the HD on it's own.

On the plus side, if you are upgrading an old SSD then using that old SSD to cache your large storage drive could be an excellent option. SSD caching seems to benefit much less from newer, faster SSDs so you get most of the caching benefit from older, relatively slow SSDs.

Add-in SATA cards

One option is an add-in SATA card which can provide this functionality. I believe there are enterprise level solutions for this, but as they are well out of my price range I haven't researched them. The HighPoint RocketHybrid 1220 is much more affordable though, and there is a nice article about this on Tom's Hardware Guide.

My experience with the Add-in SATA card option.

Having seen the Add-in SATA card option in action, I have to say that I'm not impressed with the Marvell 88SE9130 based card that I bought. HyperDuo was incredibly unreliable, the software kept crashing and the performance was rarely higher than the underlying hard drive on its own, even after hours of optimisation.

Even just using the card as a 6Gbps SATA III port resulted in worse performance with an Adata S511 than just using the on-board 3Gbps SATA II ports.

Intel Smart Response Technology (may require a motherboard upgrade)

Another option is to upgrade to a motherboard with an Intel Z68 chipset, or newer chipset that supports Intel Smart Response Technology. Again, THG has a nice article providing an overview of what we can expect of the SSD caching capabilities of this chipset.

My experience with the Intel SRT option.

Having recently had the opportunity to play with a Z68 based motherboard, I'm even less impressed with Intel Smart Response Technology than I was with HyperDuo!

Smart Response Technology can only cache a Windows boot drive, so you can't have an SSD Boot drive and then use SRT to cache another drive in your system. Even then, you have to install Windows on the hard drive, install drivers, then SRT and then add the SSD. At this point, if you are lucky then you will see a new "Accelerate" tab on RST application. If not then you may have to start the whole process from scratch to try and get it to work.

Alternative software caching options

The latest option is a non-Intel software caching solution, like Dataplex, which is bundled with the OCZ Synapse SSD. Unfortunately, this solution (like Intels SRT) currently only supports caching a single boot drive, so the only benefit is that it doesn't require a Z68 motherboard.

Unfortunately, I have yet to see a review from a site whose methodology I trust, so I can't tell how this option compares with SRT or the add-in card option.

share|improve this answer
Cool thanks I'll check those articles out. My SSD is quite new. Intel x25-m I think it is. I'm planning to upgrade proc and motherboard soon anyways so this Z68 could work well for me if its any good. – Paul Johnson Jun 7 '11 at 11:26
Note that the Momentus XT drives only used SSD for read caching, not for accelerating writes. – Sean Reifschneider Jul 10 '11 at 19:13
1  
Would be awesome if there was software to use a "manual" cache. Choose a folder and the software will copy it to the ssd and symlink this folder to the ssd. Would be kind of awesome if someone did this in a very user friendly manner... – sinni800 Jul 11 '11 at 12:37
@sinni800 - In this answer to another question, I mention that SSD Boost Manager and Folder2Junction look promising. – Mark Booth Jan 4 '12 at 14:21
Your claim that hybrid drives (like Momentus XT) never really took off is based on what? The first gen drives were of course test-rats but second gen 750GB Platter + 8GB SSD is a much better option these days. And as I've read there will be a FW upgrade to also speed up disk writes although I'm not sure I'd like that... It will wear SSD down significantly, lower read cache capacity and probably be more prone to power failure errors. In real life all we want is a snappy system. Loading of apps/files... – Robert Koritnik Jan 17 '12 at 23:43
show 3 more comments

There are a few options:

  1. Intel's newest chipstes, the Z68, have a technology called Smart Response Technology which does exactly that. It uses an SSD as a cache for frequently read files, and for small writes. This only workd on the Z68, though.
  2. DiskKeeper is making a piece of software called Express Cache which does essentially the same thing as the Intel solution. It is only available for OEMs, though, so you would have to get it with a machine.
  3. Several RAID card manufacturers have launched or announced products which allow you to use an SSD as a cache for an RAID array.
share|improve this answer
Beware of the RAID cards, be sure to read the fine print... The Adaptec MaxCache setup only uses the SSD for read caching and doesn't accelerate writes. – Sean Reifschneider Jul 10 '11 at 19:15

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.