解决vmtools已安装但还是不能共享文件、复制粘贴

环境:win10专业版+VMware12.5.2 build-4638234+Ubuntu16.04

我换了个固态,新装win10重装虚拟机+ubuntu。这么熟练的事,折腾老子一天了,不知道为啥。反复重装vmtool,换vmware版本,下各种插件。。。擦!网上一大堆都试过了还是没成功的来看这里。

一、检查基础设置 

解决vmtools已安装但还是不能共享文件、复制粘贴_第1张图片

 

解决vmtools已安装但还是不能共享文件、复制粘贴_第2张图片

注意:宿主机(win10)下面先得把share文件设置成共享文件。如下图

解决vmtools已安装但还是不能共享文件、复制粘贴_第3张图片

 

二、Vm-tools 正常安装多次无果

并且 vmtools重装之前要完全卸载!!

步骤如下:

sudo vmware-uninstall-tools.pl

Uninstall just open-vm-tools

sudo apt-get remove open-vm-tools

This will remove just the open-vm-tools package itself.

Uninstall open-vm-tools and its dependencies

sudo apt-get remove --auto-remove open-vm-tools

This will remove the open-vm-tools package and any other dependant packages which are no longer needed.

Purging your config/data too

If you also want to delete your local/config files for open-vm-tools then this will work.

sudo apt-get purge open-vm-tools

Or similarly, like this open-vm-tools

sudo apt-get purge --auto-remove open-vm-tools

三、检查vmware-tools自启动

比如360这种是否把它屏蔽了。

四、最后运行vmware-tools补丁

终端输入

git clone https://github.com/rasa/vmware-tools-patches.git

再 reboot 

应该是OK了,再不行,砸电脑!

实在不行,换个高版本吧,别激动别激动。

——————————————————————————————————————————————————————

根据评论区提醒:win和虚拟机之间拖动文件,有时WMware没识别成功鼠标拖动文件消息,多晃动一下。

你可能感兴趣的:(LINUX)