Windows7 hardlink over two different drives
Posted
by
Sandro
on Super User
See other posts from Super User
or by Sandro
Published on 2011-02-09T05:12:46Z
Indexed on
2011/02/09
7:27 UTC
Read the original article
Hit count: 746
I am trying to create a hardlink on my C drive that points to a file on my D drive. I open up a terminal with Administrator privileges and try the following:
C:\Users\sandro>mklink /H _vimrc D:\sandro-desktop\.vimrc
The error that I get is: The system cannot move the file to a different disk drive.
When I try a softlink I get the issue that for some reason changes to the link contents aren't reflected on the targeted file.
Thank you!
© Super User or respective owner