💻 Software
Redirect folder on one HDD to a folder on another HDD
Fresh5 days ago
Mar 15, 202652055 viewsConfidence Score0%
0%
Problem
This may be a simple question but I couldn't find any answers - folder redirection usually refers to redirecting profile folders only. I have two hard drives in my laptop: (an SSD) and (a regular hard drive). I'd like to keep some files on but transparently access those files through the drive. For…
Error Output
C:
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Redirect folder on one HDD to a folder on another HDD
Low Risk
Junctions (also called symbolic links or reparse points) allows you to do that. You can use mklink in the command prompt (with /D for directory) to create them: This will be transparent to applications - that is they will see it as a regular folder.…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix