0

I'm setting up a new rig dual booting Linux and Windows with an SSD + HDD filesystem. I have Linux set up how I want:

Under Linux:

  • / is a partition on the SSD.
  • /home is a partition on the SSD.
  • /var is a partition on the HDD.
  • /mnt/data is a partition on the HDD. I'll call this the data partition.

~/Downloads, ~/Documents, ~/Pictures, ~/Videos, etc, are directories mounted from corresponding directories on the data partition.

What I want to do is map the Windows 7 user sub-directories to the corresponding directories on the data partition.

Essentially I want to symlink C:\User\me\Downloads to D:\Downloads.

What's the best way to go about relocating these directories to another drive?

Oliver Salzburg
  • 89,072
  • 65
  • 269
  • 311
Emma
  • 195

3 Answers3

0

I think you can remove downloads folder in c:/users/$USERNAME and replace it with a windows link (.lnk) file leading to wherever you want.

It did work for me with My pictures as far as I recall.

Also, you can notice that folders in your documents folders (e.g. My music, My pictures, My videos) are already links leading to another folders living in your user folder.

That is why I think it should work.

0

In the properties of C:\User\me\Downloads (right-click / Properties in explorer) there should be a tab called Location (German: Pfad) where you can move the location of the folder. I would recommend renaming the target location first and moving the contents back at the end as I'm not sure what Windows does if the target location exists.

Scz
  • 463
0

if You want to make such link transparent for whole filesystem, then use ntfs junction point http://en.m.wikipedia.org/wiki/NTFS_junction_point I have successfully remapped my Documents folder to another partition.