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

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

一、检查基础设置 

 

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

 

二、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了,再不行,砸电脑!

 

在这里插入图片描述

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐