Link to home
Start Free TrialLog in
Avatar of CBADET
CBADETFlag for France

asked on

Virtual directory

Hi,

I Have a space disk on a Windows 2003 server.

Is it possible to move a directory to another disk (on then same server in my case), and to 'mount' the directory to the new place (like mount command on Unix).


Thanks
Avatar of Syed Mutahir Ali
Syed Mutahir Ali
Flag of United Kingdom of Great Britain and Northern Ireland image

If i am understanding you properly ; you mean to create symbolic links kind of thing ?
You can use NTFS Junction Points to create what you are after ;

http://technet.microsoft.com/en-us/sysinternals/bb896768.aspx

The above link will have the full information on using Junctions in NTFS file system.
ASKER CERTIFIED SOLUTION
Avatar of Mikey_TT
Mikey_TT
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
Avatar of CBADET

ASKER

Hi,

Thanks a lot.
Junction program (sysinternals) is good.