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
可以避免出现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
本文介绍了一种通过安装open-vm-tools来解决Ubuntu13.04开发版与VMware Workstation版本不兼容的问题的方法。该方法能够避免Linux内核版本与VMware Workstation版本不兼容导致的编译问题,实现更加便捷、快速的使用体验。
1132

被折叠的 条评论
为什么被折叠?



