现在的位置: 首页 > 综合 > 正文

Open Virtual Machine Tools

2013年09月19日 ⁄ 综合 ⁄ 共 305字 ⁄ 字号 评论关闭

Open Virtual Machine Tools 是继承于Workstation 7.1 VMware Tools源代码, 可以用来替换VMware Tools. 
可以避免出现Linux kernel版本与Vmware Workstation 版本不兼容的一些问题. 更加方便快捷.
如安装了Ubuntu 13.04开发版之后, 使用Vmware Workstation自带的Vmware Tools自动安装, vmhgfs就无法编译通过使用.
而通过安装 open-vm-tools就可以解决此问题.


# apt-get install open-vm-tools
# modprobe vmhgfs
# mount -t vmhgfs .host:/ /mnt/hgfs

抱歉!评论已关闭.