1

So I am running Windows 7 as my only OS. I have two hard drives on my computer. The first one is a 74GB Western Digital 10K RPM Raptor. The second one is a 1TB Seagate Barracuda (couldn't remember if it was a 7200.12 or some other decimal after the 7200). The OS in installed to the Raptor and I am just using the Barracuda for storage. With this setup, in case you couldn't guess already, the Raptor fills up quick and I am constantly having to maintain file locations. And although it is nice to have that quicker boot time and program loading, the time spent maintaining the drive makes me waste more time overall. So I am looking for a way to try to keep it clear while still keeping up system loading speeds. A performance hit on games and such is easily acceptable and as long as I can guarantee a 5GB space on the Raptor, I can always just temporarily move the disc image there.

So I am figuring that having games installed like Boarderlands and Mass Effect, as well as having large files such as linux distro DVD disc images in My Documents, I probably should be moving my personal files and Program Files directories to the Barracuda. I currently have folders on the Barracuda for this, but this means routinely copying files over and I can't really do anything with the Program Files folder that already exists. The best I can do is remember to designate the install directory of any program installation to the alternative install directory, which I can't seem to get to ever work right with Steam.

With that in mind, is there a way that is not too drastic to let me just change some folders and system settings once and everything works fine afterwards for my setup? I have considered just reinstalling Windows 7 to the Barracuda but that would defeat the purpose of the Raptor except for running disc images off of. I am also heard a bit about being able to use symlinks to fix this, but I have also heard that symlinks in Windows are not necessarily the same and not as well supported on Windows. An example a friend mentioned was something about how if you have a symlink in Windows on a small hard drive to a large hard drive and the contents the symlink points to is larger than the small hard drive's capacity, then Windows will think the smaller hard drive is full. So is there a fix/workaround that will let me use symlinks across hard drives without the issues or is there a better solution I am not being told about, not mentioning, or not thinking of?

3 Answers 3

1

or is there a better solution I am not being told about, not mentioning, or not thinking of?

Moving "Program Files" is too much of a hassle, it's not supported by Microsoft. Just use some discipline when you're installing applications and change the location they're installed to. I mean, that's what the "Choose Installation Location" dialog box is for. For your specific complaint with Steam, see here.

As far as moving your "My Documents" folder, right click on on and choose "Properties" and then the "Location" tab.

2
  • Thanks, especially for the source links to the Microsoft and Steam articles. At least I can move My Documents. I guess I have some reinstalling to do. Can I also move my personal account's user directory?
    – grg-n-sox
    Commented May 15, 2010 at 2:58
  • You can change the location of your user profile: windowsxp.mvps.org/userpath.htm - whether it is a good idea or not is up for debate. Commented May 15, 2010 at 23:09
2

Link Shell Extension

You can use "Link Shell Extension" to move some directories to slower drive and create Directory Junctions in-place. It's transparent for the application and you don't need to reinstall them, just give the directory junctions (symlinks) the same name.

Then you can use Total Commander instead of Explorer to work with (move/delete) directory junctions, it knows & correctly handles them.

Total Commander + NTFS Links

As an alternative, you can create NTFS junctions from Total Commander as well.

One-time setup:

  • create Utils\ntfslinks directories inside Total Commander directory;
  • download NTFS Links to Utils\ntfslinks, unpack the RAR archive. Result: you have the Utils\ntfslinks\ntfslinks.exe program inside Total Commander directory;
  • setup it as external command: edit usercmd.ini in TC config directory and add this:
[em_CreateNtfsLink]
button=Utils\ntfslinks\ntfslinks.exe
menu=Create NTFS Link, Alt+F9
cmd=%COMMANDER_PATH%\Utils\ntfslinks\ntfslinks.exe
param="%WL" "%T\" /i=ntfslinks.ini
  • restart Total Commander;

  • open the Total Commander's configuration dialog and bind "em_CreateNtfsLink" command to some hotkey (e.g. Alt+F9) in the "Misc > Redefine hotkeys (Keyboard remapping)".

  • alternatively, you can add a button to Total Commander (read the "Program Setup" topic in program's CHM documentation);

Junction creation:

  1. move the directory (e.g. from the left pane to the right one);
  2. when file moving completed, select the moved directory at new place and press the hotkey (e.g. Alt+F9)
  3. press OK - voila! A junction has been created where the directory existed before step 1
-1

You REALLY don't want to move your profile to another drive. This will slow down your main system. Your best bet is to just install all large programs which you don't need the latency for onto the slower drive. Do NOT move your program files folder by editing the registry it will cause major problems.

While you can play all these games trying to remember to install to a specific drive and remember not to install to one or the other the REAL solution is just to get a drive which can actually handle your data. Personally I suggest just throwing your drives into raid 0 and you have a nice huge single drive and a decent chance that some of your data will run fast.

1
  • After I had another Seagate die on me within a year in this same computer, I think I'll opt out of the RAID 0. I also could get another drive, but with Western Digital cornering the 10k RPM consumer hard drive section of the market, they are not the cheapest drives on the market. I'll just do some reinstalling of applications.
    – grg-n-sox
    Commented May 15, 2010 at 3:02

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .