View Single Post
Posts: 118 | Thanked: 45 times | Joined on Dec 2009 @ Germany
#4
Originally Posted by DaSilva View Post
It should work with a simple symlink like

ln -s /home/user/MyDocs/cities /path/to/your/maps

I used something like that for QStarDict... which is also in /home/user/MyDocs/
Your "ln" command should switch the arguments to do it the way I want.

I want /home/user/MyDocs/cities to be a link to a directory I specifiy - lets say /path/to/your/maps.

But ln -s /path/to/your/maps /home/user/MyDocs/cities is not possible because /home/user/MyDocs/cities is a vfat file system, which is a file system that does not support symlinks.

So is there another way to do it - e.g. with the help of a config file?

Last edited by emesem; 2010-01-03 at 11:43.