💻 Software
Windows7 hardlink over two different drives
Fresh5 days ago
Mar 15, 202622902 viewsConfidence Score0%
0%
Problem
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: 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 reaso…
Error Output
C:\Users\sandro>mklink /H _vimrc D:\sandro-desktop\.vimrc
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Windows7 hardlink over two different drives
Low Risk
A hard link is a file system feature that cannot cross a file system boundary. You can't hard link files on C: to D: because they are separate file systems. They might each contain the same type of file sytem (eg. NTFS) but they are separate file sy…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix