g2p / bcache-tools

bcache-tools, part of the bcache hybrid storage project (features, debian packaging)
http://bcache.evilpiepirate.org/
GNU General Public License v2.0
119 stars 46 forks source link

Improving the performance of my secondary HDD #22

Closed sameersbn closed 9 years ago

sameersbn commented 9 years ago

Hi,

Recently I purchased an SSD and started using bcache to speed up my secondary HDD. My entire linux installation and home directory is setup on the SSD and I have set aside a 20GB partition for bcache.

My secondary storage has multiple partitions all of which are setup as backing devices and are used to store various types of file, virtualbox disk images, etc. which are seldom accessed.

I would like to know if bcache would really be effective in my setup, say for example to speed up the virtual machines since the HDD partitions are being cached using bcache? Considering that my virtual machine image sizes would be between 8 - 16 GB, would I need to perform some level of tuning to achieve a noticeable performance improvement.

Lastly, should I be noticing a marked improvement in the HDD write operations or would I need to turn on "write back" mode?

Please do share your inputs.

Thanks and Regards