当前位置:网站首页>Installation and use of VMware Tools and open VM tools: solve the problems of incomplete screen and unable to transfer files of virtual machines
Installation and use of VMware Tools and open VM tools: solve the problems of incomplete screen and unable to transfer files of virtual machines
2022-07-04 18:35:00 【Cute Chu】
Image download 、 Domain name resolution 、 Time synchronization please click Alibaba cloud open source image station
stay VMware Workstation A new virtual machine has been created on the , Installed Ubuntu 10.04 Version of iso, Two problems were found after the creation :
(1) The virtual machine interface can't fill the whole screen , It's very anti human .

(2) The host and virtual machine cannot copy and paste each other at will , Whether it's a file or clipboard .
One 、 install VMware Tools
First, let's install the official tools VMware Tools, But in the software VMware Tools The installation icon is gray . This is because VMware It will automatically detect CD In the image file VMware Tools Installation package , If it is not detected, it will appear gray and cannot be installed .

Shut down the virtual machine , Turn on virtual machine settings .

Set the virtual machine to CD/DVD、CD/DVD2 And floppy disk are set to automatic detection .

Restart the virtual machine , The gray words are lit .
If that doesn't work , Then refer to this article for configuration .
Click on the install VMware Tools.

VMware Will automatically virtual a CD out , Inside is Vmware tools Software for . At the same time, a prompt will pop up at the bottom , Tell the user VMware Tools How to install . Seeing this prompt indicates that the CD has been loaded successfully .

open VMware Tools The path of , Copy the contents to another directory .

take tar Packet decompression , Use the following instructions to install vmware-install.pl.
sudo perl vmware-install.plYou can customize the configuration according to the prompts during installation , I go straight back here default 了 .
After successful installation , First, you can see the full screen display of the virtual machine !

Two 、 Solve the problem of data transmission between host and virtual machine
I thought it was installed VMware Tools Then you can drag and drop files and transfer them to each other at will , It still doesn't work . Then open the virtual machine settings .

stay “ Options ” Tab , find “ Client isolation ” Options , Make sure both hooks are on .

If it still doesn't work , No need VMware Tools, change to the use of sth. open-vm-tools Tools . In some versions of Linux in ( for example Kali),VMware Tools Sometimes you can't successfully complete the relevant functions .
open-vm-tools Simply put, it's open source VMware Tools, Has been officially recognized . Official website of open source code .
If you want to install open-vm-tools, Be sure to delete VMware Tools, Otherwise the two will conflict . The uninstaller is tar After decompressing the package /bin In the catalog vmware-uninstall-tools.pl.
sudo vmware-uninstall-tools.plInstall the new open-vm-tools-desktop. Note here , With a graphical interface ubuntu loading open-vm-tools-desktop, There's no graphical interface ubuntu loading open-vm-tools.
sudo apt-get open-vm-tools-desktopIf this happens error.

Solve it like this . First change the source , open ubuntu An application of software & Updates, If you can't find this application, you can search it in the system, and you can find .

choose Ubuntu Software tab , stay Download from Choose from others.

find China, Select one of the sources , Here I chose Alibaba cloud , spot Choose Server.

Update source address .
sudo apt-get update
After the update is complete , Install again open-vm-tools Tools .
sudo ap-get install open-vm-tools-desktopreboot
It's a success !!!
Link to the original text :https://blog.csdn.net/baidu_38797690/article/details/124191747
边栏推荐
- 【2022年江西省研究生数学建模】冰壶运动 思路分析及代码实现
- [system disk back to U disk] record the operation of system disk back to U disk
- NBA赛事直播超清画质背后:阿里云视频云「窄带高清2.0」技术深度解读
- [system analyst's road] Chapter 7 double disk system design (structured development method)
- celebrate! Kelan sundb and Zhongchuang software complete the compatibility adaptation of seven products
- Reptile elementary learning
- 股价大跌、市值缩水,奈雪推出虚拟股票,深陷擦边球争议
- android使用SQLiteOpenHelper闪退
- .NET ORM框架HiSql实战-第二章-使用Hisql实现菜单管理(增删改查)
- Clever use of curl command
猜你喜欢
随机推荐
DB engines database ranking in July 2022: Microsoft SQL Server rose sharply, Oracle fell sharply
一、C语言入门基础
LD_ LIBRARY_ Path environment variable setting
LD_LIBRARY_PATH 环境变量设置
【2022年江西省研究生数学建模】冰壶运动 思路分析及代码实现
俄罗斯 Arenadata 发布基于PostgreSQL的产品
蓝桥:合根植物
Is it safe to open an account online? is that true?
【Hot100】32. 最长有效括号
Make a grenade with 3DMAX
TCP两次挥手,你见过吗?那四次握手呢?
People in the workplace with a miserable expression
Introduction of time related knowledge in kernel
为啥有些线上演唱会总是怪怪的?
Russia arena data releases PostgreSQL based products
uni-app与uviewUI实现仿小米商城app(附源码)
How to test MDM products
78岁华科教授冲击IPO,丰年资本有望斩获数十倍回报
[system disk back to U disk] record the operation of system disk back to U disk
Achieve animation effect through event binding









