How to Create a Junction in Windows 7
Create a junction in Windows 7 using the MKLINK command.
mklink /j source-path target-path
As an example, create a junction called C:\Volatile that resides on the S: drive.
mklink /j C:\Volatile S:\Volatile
Create a junction in Windows 7 using the MKLINK command.
mklink /j source-path target-path
As an example, create a junction called C:\Volatile that resides on the S: drive.
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 [...]