Link to home
Start Free TrialLog in
Avatar of colsontime
colsontimeFlag for United States of America

asked on

Link to server 2008 Shares

I need to create a link from a 2003 server share to a 2008 server share that is transparent to the user without setting up a DFS.  I can do it in the reverse 2008 > 2003 with MKLINK but i need it to go from 2003 folder to a 2008 folder. Linkd will only do "local" files/folders.

So when a user clicks on there normal share on the 2003 server they are actually viewing the share on the 2008 server.

Ideas?
Avatar of Michael Knight
Michael Knight
Flag of United States of America image

MKLINK doesn't come with XP/2003 but M$ provides junction which provides the same functionality. I think Junction was formerly a sysinternals tool:

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

ASKER

I believe you can only junction on the local NTFS partition. I need this to be across a UNC path:

from:  D:\share  to  \\remoteserver\share

You could probably also do it with a mapped drive.
I need it to be transparent to the end user.
Wouldn't mapping \\remoteserver\share to a network drive on the 2k3 box then junctioning it work?
Effectively making the share a local drive therefore "junctionable"? (dunno if that'd work)
ASKER CERTIFIED SOLUTION
Avatar of Michael Knight
Michael Knight
Flag of United States of America 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
The winbolicLink program did exactly what I needed.
excellent.