前段时间有一个线程可以解决同样的问题:
Can’t create symlinks in virtualbox shared folders.现在它关闭了(为什么?).所以我开始一个新的,因为我现在有这个问题,无法找到解决方案.
原文链接:https://www.f2er.com/windows/369202.html简短的问题描述:通过在一个共享文件夹中创建/放置符号链接的注册,会发生错误:
root@devmv:/var/www/sandBox/zf1sandBox# ln -s /lib/ZendFramework/ZF1 ZF1 ln: creating symbolic link `ZF1': Protocol error
我已经尝试以不同的方式激活我的共享文件夹“workspace”的符号链接:
C:\Windows\system32>VBoxManage setextradata "Dev VM" VBoxInternal2/SharedFoldersEnableSymlinksCreate/var/www 1 C:\Windows\system32>VBoxManage setextradata "Dev VM" VBoxInternal2/SharedFoldersEnableSymlinksCreate/var/www/ 1 C:\Windows\system32>VBoxManage setextradata "Dev VM" VBoxInternal2/SharedFoldersEnableSymlinksCreate/workspace 1 C:\Windows\system32>VBoxManage setextradata "Dev VM" VBoxInternal2/SharedFoldersEnableSymlinksCreate/workspace/ 1 C:\Windows\system32>VBoxManage setextradata "Dev VM" VBoxInternal2/SharedFoldersEnableSymlinksCreate/M:\workspace 1 C:\Windows\system32>VBoxManage setextradata "Dev VM" VBoxInternal2/SharedFoldersEnableSymlinksCreate/M:\workspace\ 1
我没有像我这样的错误
C:\Windows\system32>VBoxManage setextradata devvm VBoxInternal2/SharedFoldersEnableSymlinksCreate/workspace 1 VBoxManage.exe: error: Failed to create the VirtualBox object! VBoxManage.exe: error: Code CO_E_SERVER_EXEC_FAILURE (0x80080005) - Server execution Failed (extended info not available) VBoxManage.exe: error: Most likely,the VirtualBox COM server is not running or Failed to start. C:\Windows\system32>VBoxManage setextradata "Dev VM" VBoxInternal2/SharedFoldersEnableSymlinksCreate/workspace 1 VBoxManage.exe: error: Failed to create the VirtualBox object! VBoxManage.exe: error: Code CO_E_SERVER_EXEC_FAILURE (0x80080005) - Server execution Failed (extended info not available) VBoxManage.exe: error: Most likely,the VirtualBox COM server is not running or Failed to start.
但它仍然无法正常工作.
我还安装了Oracle VM VirtualBox Extension Pack(可以下载here).但它根本不想工作.
如果有人可以提供帮助,那就太好了.
谢谢
System parameter: Host: Winwows 7 64Bit Guest: Debian 6.0.6 64Bit VirtualBox: 4.2.6
编辑:
一些其他信息:
C:\Windows\system32>VBoxManage getextradata "Dev VM" enumerate Key: GUI/LastCloseAction,Value: shutdown Key: GUI/LastGuestSizeHint,Value: 720,400 Key: GUI/LastNormalWindowPosition,Value: 390,158,1424,819,max Key: GUI/LastScaleWindowPosition,Value: 640,345,640,480,max Key: GUI/MiniToolBarAlignment,Value: bottom Key: GUI/SaveMountedAtRuntime,Value: yes Key: GUI/ShowMiniToolBar,Value: yes Key: VBoxInternal2/SharedFoldersEnableSymlinksCreate/M:\workspace,Value: 1 Key: VBoxInternal2/SharedFoldersEnableSymlinksCreate/M:\workspace\,Value: 1 Key: VBoxInternal2/SharedFoldersEnableSymlinksCreate/var/www,Value: 1 Key: VBoxInternal2/SharedFoldersEnableSymlinksCreate/var/www/,Value: 1 Key: VBoxInternal2/SharedFoldersEnableSymlinksCreate/workspace,Value: 1 Key: VBoxInternal2/SharedFoldersEnableSymlinksCreate/workspace/,Value: 1
因此,配置更改已保存.但它们不起作用.