Host: Ubuntu 18.04
It wont open in a shared folder a symlink to folder made on the host machine.
on the host execute in the virtualbox shared folder
Code: Select all
ln -s target_folder link_folder
Code: Select all
link_folder
Moderators: Hacker, petermad, Stefan2, white
Code: Select all
ln -s target_folder link_folder
Code: Select all
link_folder
I believe you misread the report.ghisler(Author) wrote: 2020-04-30, 07:58 UTC Links usually contain the absolute path with the drive letter. TC cannot know which drive the target is, e.g. drive c:\ on the target could be \\targetpc\mydata on the other PC.
You overlooked the followingghisler(Author) wrote: 2020-05-04, 13:24 UTC Total Commander checks with SetCurrentDirectory whether a directory is accessible. You may not have the necessary rights to do this, then TC will fail to switch to the directory.
There are rights to the folder. The Windows Explorer opens the folder with no problems. I believe it is a TC bug.
For "SetCurrentDirectory".Why do you need the execute rights for a directory ?!?