I’ve searched a long time for creating mount points in Windows XP. Now I found the solution. Junction is a tool from microsoft to do that.
How to create Mountpoints in Windows XP:
Use junction to list junctions:
Usage: [-s]
-s Recurse subdirectories
Examples:
To determine if a file is a junction, specify the file name:
junction c:\test
To list junctions beneath a directory, include the –s switch:
junction -s c:\
To create a junction c:\Program-Files for “c:\Program Files”:
C:\>md Program-Files
C:\>junction c:\Program-Files “c:\Program Files”
To delete a junction, use the –d switch:
junction -d c:\Program-Files

December 7th, 2009 at 8:35 am
Thanks for telling me, I got it easily, other wise I have to look for a movie download of this thing