Setting up Windows 7 with a solid state drive
Yesterday I purchases an OCZ Vertex 2 3.5" solid state drive. Now to to anybody who knows about solid state drives (and I assume you do if you are reading this blog) you know that they are very limited in storage size.
What I did to overcome the size limitations was pick up a Western Digital Caviar Black 1TB drive and run all of the software I don't deem to be important enough off of that. This allows me to have 1.1TB storage, with 120GBs of that being super fast SSD memory.
Here is a step by step setup process for anyone interested in doing this:
Installing the New Drives
- If you bought a new hard drive mirror the old disk onto the new one.
- Install the new SSD and HDD into your computer.
- Install the operating system onto the Solid State Drive
The rest of the guide will be Windows 7 specific but you can adapt to other versions of Windows such as XP very easily.
- Open my computer, right click and go to Manage.
- Click on 'Disk Management"
- Your second drive should be listed here under its factory name (WDCB97954...)
- Right Click in the area at the bottom for Disk 1 and click "Mark Partition as Active"
- Rename the Disks as you see fit. I called mine SSD (C:) and Data Storage (Z:)
You now have two active disks. But the SSD is still set as your primary disk and will fill up very quickly if we don't do something about that.
- Go to start and type "REGEDIT"
- Find "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\"
- With the "CurrentVersion" Key selected you should be able to see some registry values in the browser on the right. Click through the values such as "CommonFilesDir" and change the C:\ to the name of your second drive such as Z:\

Setting up programs to use Both Drives
I use Steam to buy and play games. When I got my SSD one problem I was faced with that not all my games would fit on the SSD. A work around found was to install onto both drives, with different games installed on each drive. I also compiled two batch files to manage which drive steam was loaded from.
- Open notepad.exe and type the following
That should live on the SSD and a mirror version with different drive letters on the Hard Drive like so:TASKKILL /F /IM "steam.exe"
cd c:\
cd Program Files (x86)
cd Steam
start Steam.exe
TASKKILL /F /IM "steam.exe"Save the file as "filename.bat" file name being what ever you want it to be. Then make shortcuts to both and you are ready to go. When you click on one of the shortcuts, it will end the running copy of steam and open the new one. Now you can have your most played games on your SSD and your less played games on the HDD.
cd Z:\
cd Program Files (x86)
cd Steam
start Steam.exe
Thanks for reading!
If your so smart wit computers how do i turn on my computer screen on my laptop?
ReplyDeleteWhat kind of a question is that? I don't even...
ReplyDelete@ The stoned dragons : Sounds like a broken laptop you have there.
ReplyDeleteim amazed with the complex of this tutorial¿?
ReplyDeletebut even more with the windows 7 compatibility and drivers library... thanks for the info
following
love the blog and the ads ;)
ReplyDeleteSeriously: very informative post. Great stuff. Very practical and useful information.
ReplyDeleteDefinitely following :)
Nice post! It's very informative.
ReplyDeletevery cool bro... this should be useful
ReplyDeleteNice post, even though I don't own W7, looks helpful for those that do
ReplyDeleteI'm really really liking your tutorials. Your blog is very helpful and I will most certainty recommended it to all my tech friends.
ReplyDeleteI'd love to get a solid state drive, but the price is still too high for my wallet.
ReplyDeleteso useful that I'm going to save this post for when I eventually get an SSD :)
ReplyDeletefollowed!
Will this also affect where saved documents are stored? Do I need to copy my Users profile to the HDD as well for this to work? I want to save and edit documents on the secondary HDD.
ReplyDelete