So basically, I want my /home/brian/Documents and other profile specific folders on my Linux partition to open to my /media/win7/Users/Brian/Documents folders on my Win7 partition when I click on them, if that is possible. I appreciate any and all help.
EDIT: Figured it out. Simple ln command.
- Code: Select all
ln -s /path/to/real/file/or/folder /path/where/you/want/the/link
