Opened 10 years ago
Last modified 10 years ago
#14463 new defect
Symlinks in shared folders don't work after upgrading to 5.0.2
Reported by: | fastest963 | Owned by: | |
---|---|---|---|
Component: | shared folders | Version: | VirtualBox 5.0.2 |
Keywords: | Cc: | ||
Guest type: | Linux | Host type: | Windows |
Description
I'm running CentOS 7 as a guest on a Windows 10 host machine. When using 5.0.0 or the test build, 5.0.1, symlinks work fine but once I upgraded to 5.0.2, they stopped working.
The symlink is relative to 2 directories up and was created in Windows 10 as follows: mklink /D rpclib ..\..\node-rpclib
I tried downgrading the Guest Additions from 5.0.2 to 5.0.0 and that didn't fix the problem so it seems related to the VirtualBox 5.0.2 program itself since after downgrading to 5.0.0 it went back to working
Here's the VBox.log from 5.0.0: http://gobin.io/mTII Here's the VBox.log from 5.0.2: http://gobin.io/ZJuK
Let me know if you need any more information.
Change History (2)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
The links are no longer broken but they are not the same as 5.0.0.
[vagrant@james-desktop node_modules]$ ll ... lrwxrwxrwx 1 vagrant vagrant 0 Jul 1 07:22 rpclib -> ..\..\node-rpclib
In 5.0.3:
[vagrant@james-desktop node_modules]$ readlink -f rpclib /opt/admiral-dev/node-rpclib
In 5.0.0:
[vagrant@james-desktop node_modules]$ readlink -f rpclib /opt/admiral-dev/auth-api/node_modules/..\..\node-rpclib
Please check if this build fixes the problem: https://www.virtualbox.org/download/testcase/VirtualBox-5.0.3-102224-Win.exe