2
I need to create a junction "test" on J:\
(which is a Windows partition) which should refer to K:\folder1\folder2\folder3
(mapped network drive).
I cd into J:\
and ran the command mklink /J k:\folder1\folder2\folder3 test
but it returned the error:
Local volumes are required to complete the operation.
Can't I create a junction for mapped network drives?