Quote:
|
Originally Posted by Aqualung
Thanks. How do i do that?
|
The ntfs-config tool should set this up for you.
Quote:
|
Okay. Will that work for the Desktop folder as well?
|
I've never tried that particular set up, can't think of a technical reason it wouldn't work. It'd be kinda weird, you'd end up with linux short cuts on your window's desktop and vice versa. It'd be funny looking but not harmful.
Quote:
|
Also, I assume I have to replace User w/my username etc. Better yet, it looks to me that I have to give this symlinks command a closer look to figure out the syntax...
|
For all the dry details:
The cliff notes go something like this:
ln is the (filesystem) linker (not to be confused with the program linker (ld)).
The is -s flag less it to make a soft link (also called a symlink), the other option is a hardlink. A symlink functions a lot like a window's shortcut, but can be used completely interchangeably with the original file. A hard link pretty much amounts to giving a second file name to an existing file.
The format of the locations is the thing you want to link to first, and where you want the link to appear second.