LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux Mint (https://www.linuxquestions.org/questions/linux-mint-84/)
-   -   How do I create a shortcut of my windows files on the desktop? (https://www.linuxquestions.org/questions/linux-mint-84/how-do-i-create-a-shortcut-of-my-windows-files-on-the-desktop-742251/)

caa1980 07-23-2009 10:40 AM

How do I create a shortcut of my windows files on the desktop?
 
I have installed Linux Mint 7 using Wubi. The Windows files are located at /host hence /host = c:\. How can I Make a shortcut of my windows vista username folder. C:\users\<Username>\ or /host/users/<Username>/ to the desktop? That way i can get quick assess to my files. I also need them to be read write (/host folder already is so the shortcut would need to be as well).

penguiniator 07-24-2009 05:05 AM

Assuming you have the proper entry in your fstab file to mount whatever partition C:\ is on to /host:
ln -s /host/users/<Username>/ ~/Desktop/Windows

will create a symbolic link to your Vista username folder on your desktop named Windows.


All times are GMT -5. The time now is 12:25 PM.