I have C:\HardDrive1\name\ and D:\HardDrive2\name. I want to make (at least read-only) access to these folders at I:\name (for example). Is this possible at Windows? Also I'm interested is there UNIX way to do it?
| |||
feedback
|
|
| |||||
feedback
|
|
On Windows 7 and Vista, there is the command line utility Some things to keep in mind:
If you delete the real directory, the junction/symbolic link will be an empty directory from now on.
Usage: First, create the folder(s) the junction(s)/symlink(s) will point to, in this example,
Or, on XP using
| |||||||||||
feedback
|