Link to home
Start Free TrialLog in
Avatar of IT Guy
IT GuyFlag for United States of America

asked on

In Server 2003, is there a way of moving a folder from the C: drive to the E: drive & setting up a shortcut so that whenever a program looks for data on the C: drive, it is automatically redirected?

In Server 2003, is there a way of moving a folder from the C: drive to the E: drive & setting up a shortcut so that whenever a program looks for data on the C: drive, it is automatically redirected to the E: drive?

I know how to create a shortcut, but will creating a shortcut on the C: drive actually properly redirect any programs that may be installed in (or under) this folder along with any data, .dll's, executable, etc. that the different installed programs may need to access?

If so, how can this be done? Is there a program that I can purchase that will allow this to be done, or is there a way of doing this through Windows? I don't want to get into doing things like uninstalling & reinstalling programs, making registry hacks, etc. I am working on a customer's production server and need to make sure everything is done right.
Avatar of George Sas
George Sas
Flag of Denmark image

Well , it can be done in windows also but depends what software we are talking about.
What is the program and why you wanna move it ? Maybe there is another solution to your problem.
Avatar of IT Guy

ASKER

There are actually a number of different programs installed. I'm not sure of exactly what programs they are.
It sounds like you're out of disk space.  If this is the case you can't just move program files since there are dll files and registry entries to consider.
You can just move the paging file from your system drive to an alternative drive , this will free up some space.
There might be another way ... a bit more tricky .. did not tested but might work.
You can mount an extra disk as a folder on your system drive.
You could try to mount it this way and try for example :
You want to move let's say ProgramX located on C:\Program Files\ProgramX.
Try to boot in safe mode.
Rename the C:\Program Files\ProgramX into ProgramY.
Mount the extra disk as C:\C:\Program Files\ProgramX
Copy the files into the new ProgramX folder.
Boot normally.
See if it works.

Worths a try if your system space is so critical.
ASKER CERTIFIED SOLUTION
Avatar of chqshaitan
chqshaitan
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial