My machine has a SSD (fairly small) and a Hard disk (large). I want to have windows and a couple of programs on the SSD but I want to have the documents folders (such as my documents and my downloads) on the HD. I also want the default install directory pointing at the larger HD. Can anyone advise or point me to a relevent guide? Thanks.
Solution:
If you install your programs on the HD, you will loose the random access advantage of the SSD though. Most of the commonly-used OS files (kernel and DLLs) should be in memory by the time you start the applications, so it is more useful to install programs on the SSD as well.
You can install individual programs on the HD by changing the installation directory during the setup process. If the program is already installed, you can move their directory to the HD while the program is not running and create a junction (NTFS 5 on Windows 2000 and above) or symbolic link (NTFS 6 on Vista and above) in the original place to point to the new location. A junction (or symbolic link) is like a shortcut, but works at a lower level. Link Shell Extension can help you create them (and move the files).
You can also move your entire Program Files folder to another partition and mount the latter as the “Program Files” folder. But this is rather risky and harder to maintain.