Blogger Information
Blog 291
fans 0
comment 0
visits 352537
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
VMware Tools和open-vm-tools的安装与使用:解决虚拟机不全屏和无法传输文件的问题
Original
3206 people have browsed it

镜像下载、域名解析、时间同步请点击 阿里云开源镜像站

在VMware Workstation上新建了一个虚拟机,安装了Ubuntu 10.04版本的iso,创建好后发现了两个问题:

(1) 虚拟机界面并不能填充满整个屏幕,使用起来十分反人类。

file

(2) 主机和虚拟机不能随意相互复制粘贴,无论是文件还是剪贴板。

一、安装VMware Tools

首先我们安装一下官方的工具VMware Tools,但是软件中VMware Tools的安装图标是灰色的。这是因为VMware会自动检测CD镜像文件中的VMware Tools安装包,检测不到时就会显现灰色无法安装。

file

关闭虚拟机,打开虚拟机设置。

file

将虚拟机设置中的CD/DVD、CD/DVD2和软盘三个选项均设置为自动检测。

file

重启虚拟机,灰色的字就被点亮。

如果上述方法不行,那就参考这篇文章再配置吧。

点击安装VMware Tools。

file

VMware会自动虚拟一个光盘出来,里面是Vmware tools的软件。同时底部会弹出一个提示,告诉用户VMware Tools怎么安装。看到这个提示说明光盘加载成功。

file

打开VMware Tools的路径,将里面的内容复制到别的目录下。

file

将tar包解压缩,使用下面的指令安装vmware-install.pl。

  1. sudo perl vmware-install.pl

安装时会可以根据提示进行自定义配置,这里我都直接回车default了。

安装成功后,首先可以看到虚拟机全屏显示了!

file

二、解决主机与虚拟机数据互传的问题

本来以为安装了VMware Tools后就可以随意实现拖拽文件互传了,结果还是不行。于是打开虚拟机设置。

file

在“选项”选项卡中,找到“客户机隔离”选项,确保两个勾都是勾上的。

file

如果还是不行,那就不用VMware Tools,改用open-vm-tools工具。在一些版本的Linux中(例如Kali),VMware Tools有时候并不能成功完成相关功能。

open-vm-tools简单来说就是开源的VMware Tools,已经被官方认可。开源代码官网。

如果想装open-vm-tools,一定要先删除VMware Tools,否则两者会冲突。卸载程序是tar包解压缩后的/bin目录下的vmware-uninstall-tools.pl。

  1. sudo vmware-uninstall-tools.pl

安装新的open-vm-tools-desktop。这里注意,有图形化界面的ubuntu装open-vm-tools-desktop,没有图形化界面的ubuntu装open-vm-tools。

  1. sudo apt-get open-vm-tools-desktop

如果出现了这样的error。

file

这样解决。首先换一个源,打开ubuntu的一个应用software & Updates,这个应用找不到的话可以在系统里搜一下能搜到。

file

选Ubuntu Software选项卡,在Download from中选择others。

file

找到China,选择其中一个源,这里我选了阿里云,点Choose Server。

file

更新源地址。

  1. sudo apt-get update

file

更新完成后,再安装open-vm-tools工具。

  1. sudo ap-get install open-vm-tools-desktop

reboot

终于成功了!!!

原文链接:https://blog.csdn.net/baidu_38797690/article/details/124191747

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post