From command prompt with Administrator privilages:
c:\>mklink /h c:\dirA c:\Users\Piotr\dirB
Access is denied.
I'm on Vista x64. Using /j or /d instead of /h works. What's the problem?
Related:
|
From command prompt with Administrator privilages:
I'm on Vista x64. Using Related: |
|||
|
|
|
Hard links can only be used for files, not directories. References: MSDN: Hard Links and Junctions, <1>, and <2> |
||||
|
|
|
You can use the |
||||
|
|
|
I had the same issue: check that the file or folder that you are trying to create doesn't already exist (c:\dirA). |
|||||||
|
|
As far as I know hard links are allowed for files only, not directories. http://technet.microsoft.com/en-us/library/cc753194(WS.10).aspx |
|||
|
|