-1

sorry but I am just very new to ubuntu and i can't get the answer via search or google, because there are too many options and nothing seems to help me with my problem.

I have one hard disk in my small notebook. I've made a new partition to install Linux and I can still open my folders on C:/, where windows is actually installed.

Now i want to make a link on my desktop for example from my music folder from windows. How can i do that? I tried some ways, but after a reboot the system always claims that the link doesnt work anymore.

What can i do? Thx

roxy
  • 1
  • try this... it works perfectly for me http://askubuntu.com/questions/739400/create-a-link-to-a-folder-in-windows-partition – Simone Testa Feb 27 '16 at 11:39

2 Answers2

0

For linking folders on Windows to the Ubuntu subsystem use:

ln -s windowsPath linuxPath
sotirov
  • 3,169
David
  • 1
0

The link doesn't work anymore after a system reboot because you have to mount again the drive C:/ after start up. When you open the drive C:/ from inside of nautilus for example, this it automatically mounts it and your link will work again.

To make it to be mounted automatically see at start up this answer.

Radu Rădeanu
  • 169,590