Read RSS Reed
search...

Mountpoints Windows XP

November 27th, 2009

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


Tags: , , ,



One Response to “Mountpoints Windows XP”

  1. Ilsa- Haremswaechterin des Oelscheichs Says:

    Thanks for telling me, I got it easily, other wise I have to look for a movie download of this thing

Leave a Reply