Open Virtual Machine Tools

来源:互联网 发布:剑三正太脸型喵太数据 编辑:程序博客网 时间:2024/05/29 04:08
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
原创粉丝点击