On Thu, Jun 17, 2010 at 11:03 AM, ABSDoug <absd...@yahoo.com> wrote:
> I've never heard this term "Symlink". I'm off to Google, but if you care to 
> elaborate, please feel free!
>

i didn't notice that you are not familiar with the symbolic link solution.
actually, it's the simplest way.
i should have mentioned it in the first place.

$ man ln

and you'll have a rough idea about it.

let's say you winxp "C:" partition is mounted to "/media/xp" .
and the iTunes dir being sth like "c:\document and settings\user\...\iTunes" .
to link it to somewhere under \home, you do

$ ln -s "/media/xp/document and settings\user\...\iTunes"
"$HOME/path/to/your/destination"

such links are frequently used to share config files.

you can make symlinks between files or dirs.
be careful about the trailing slash. it's the same set of rules with mv and cp.

there's also a "--bind / --move" option for mount (check out the man page)
but symbolic links are totally enough for your case.


Tao


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktim5h428ia_yaicchucpk5bkdornfr7w48xja...@mail.gmail.com

Reply via email to