几天一直因为装不上vm tools而苦恼,其实有其他的替代方案,只是搞不定的话心里一直有个疙瘩
之前使用的是VMware7装的Ubuntu14.04 64位的,安装vm tools时错误一大堆,查了很多资料无果,只能使用共享剪贴板功能,我的目标是需要开启共享文件夹
今天上午搜了一下最新版的VMware,找到了10,而且是中文版,便装上打算再试试,装完后,之前VMware7报的那些错误倒是没有了,反而有几个新错误,而且安装完之后连最基本的共享剪贴板功能都没有了,继续查资料,终于在google中找到了答案
--------------------------------------分割线 --------------------------------------
推荐更新文章:2016年4月29更新
VMware虚拟机 Ubuntu 16.04 安装 VMware Tools
在安装之前先解决这篇文章的问题,安装 VMware Tools 时报 客户机操作系统已将 CD-ROM 门锁定,并且可能正在使用CD-ROM 见
--------------------------------------分割线 --------------------------------------
1 - Run: apt-get install dkms linux-headers-$(uname -r) build-essential psmisc
2 - Run: git clone https://github.com/rasa/vmware-tools-patches.git
3 - Run: cd vmware-tools-patches/patches
4 - Remove every folder except "vmhgfs".
5 - Get the last version of VMwareTools clicking on VMWare Bar > VM > Install/Reinstall VMWare Tools. It will open a virtual CD containing the "tar" file.
6 - Copy VMwareTools-9.2.4-1398046.tar.gz to "vmware-tools-patches" folder.
7 - On "vmware-tools-patches" folder, run: ./untar-and-patch-and-compile.sh
重新启动后,分辨率可自适应,剪贴板可正常使用,输入lsmod | grep vm可看到vmhgfs,但是在共享目录也就是/mnt/hgfs中,提示该文件夹不是目录
在网上查说是VMware10的Bug,在10.0.2版本中修复了,正在下载,明日再试。
重新启动后,分辨率可自适应,剪贴板可正常使用,输入lsmod | grep vm可看到vmhgfs,但是在共享目录也就是/mnt/hgfs中,提示该文件夹不是目录
在网上查说是VMware10的Bug,在10.0.2版本中修复了,正在下载,明日再试。
Creating a new initrd boot image for the kernel.
update-initramfs: Generating /boot/initrd.img-3.13.0-24-generic
initctl:未知任务: vmware-tools-thinprint
Unable to start services for VMware Tools
Execution aborted.
一盆冷水啊,查了一些资料,跟打印有关,反正我也不用打印功能,干脆删掉吧
root@ :/etc/init# rm vmware-tools-thinprint.conf
重新启动服务
root@ :/etc/vmware-tools# ./services.sh restart
Stopping VMware Tools services in the virtual machine:
Guest operating system daemon: done
VMware User Agent (vmware-user): done
Blocking file system: done
Unmounting HGFS shares: done
Guest filesystem driver: done
VM communication interface: done
Checking acpi hot plug done
Starting VMware Tools services in the virtual machine:
Switching to guest configuration: done
VM communication interface: done
Guest filesystem driver: done
Mounting HGFS shares: done
Blocking file system: done
VMware User Agent: done
Guest operating system daemon: done
查看共享目录