Hi, I have a lot of symlinks in my home directory like
$HOME/Python -> /Src/Python Now, I'd like to not mount /Src on default.How can I set up my system (using autofs ?) to automatically mount /Src if such a symlink is accessed
like cd $HOME/Python Many thanks for a hint, Helmut

