How to Create a Junction in Windows 7
Create a junction in Windows 7 using the MKLINK command.
mklink /j source-path target-path
Example: create a junction named C:\Volatile to the S:\Volatile folder.
mklink /j C:\Volatile S:\Volatile
Create a junction in Windows 7 using the MKLINK command.
mklink /j source-path target-path
Example: create a junction named C:\Volatile to the S:\Volatile folder.
mklink /j C:\Volatile S:\Volatile
RSS feed for comments on this post. TrackBack URI
[...] Server 2008. These are setup within Windows Virtual PC. I store all VHDs on the secondary drive and created junctions from the primary drive to the VHD [...]