红联Linux门户
Linux帮助

vmware12中ubuntu15.10的vmware tools失效,导致不能复制粘贴文件

发布时间:2016-04-15 10:12:42来源:linux网站作者:ShawnShepard

异常关机和重新划分分区导致的vmware tools失效,不能复制粘贴文件以及自动适应窗口分辨率,无论怎样重装vmware tools或open-vm-tools均无效。


最后发现有效的方法如下:

1) sudo apt-get autoremove open-vm-tools

2) Install VMware Tools by following the usual method (Virtual Machine --> Reinstall VMWare Tools)

3) Reboot the VM

4) sudo apt-get install open-vm-tools-desktop

5) Reboot the VM, after the reboot copy/paste and drag/drop will work!


本文永久更新地址:http://www.linuxdiyf.com/linux/19788.html