问题描述
我使用带有 Ubuntu 14.01 映像的 Virtualbox 4.3.20。主机操作系统是 Windows 8.1。双向拖放以前可以工作,但现在从以前的版本升级到这些版本后就不行了。我能做些什么来解决这个问题?
最佳方案
“拖放”是在 Virtual Box 5.0 中引入的来宾添加。有一些限制:
\\n
At the moment drag and drop is implemented for Windows- and X-Windows-based systems, both, on host and guest side. As X-Windows sports different drag and drop protocols only the most used one, XDND, is supported for now.VirtualBox Manual
\\n
除此之外只有拖动&支持不使用管理权限运行的简单文本或文件管理器的文件和目录的删除。
仅适用于 Linux 来宾的 Virtual Box “Drag’N’Drop” 的初步实验版本是 introduced in version 4.2 。
次佳方案
根据发行说明:\n https://www.virtualbox.org/wiki/Changelog-4.2
“添加了对从主机到 Linux 客户机的 Drag’n’drop 的实验性支持。计划支持更多客户机和 guest-to-host。”
我没有看到任何更新的发行说明表明状态已更改。
因此,Drag ‘n’ Drop 仅适用于 1 种方式。尝试仅启用“主机到访客”。此外,由于这个原因,仅使用共享文件夹并以这种方式来回移动文件可能会更有效。
第三种方案
你搞好了没
sudo apt-get install virtualbox-guest-dkms
确保virtualbox在内核更新后不会中断?