Vmware7自带的tools,在debian5和centos5上都可以正常安装,在debian6上就不ok了,
下面是解决方案。
1. 添加源
deb http://debian.uchicago.edu/debian/ squeeze main contrib
deb-src http://debian.uchicago.edu/debian/ squeeze main contrib
2. 安装open-vm-tools
apt-get update
apt-get install open-vm-tools open-vm-source
这时会报如下错误,属于正常情况
Loading open-vm-tools modules: vmhgfsFATAL: Module vmhgfs not found.
vmmemctlFATAL: Module vmmemctl not found.
vmsyncFATAL: Module vmsync not found.
3. 解决上面的问题
module-assistant auto-install open-vm -i
如果没有装X的话,上面就够了。
如文件共享已经可以用了
mount -t vmhgfs .host:/ /mnt/hgfs
4. 如果装X了
apt-get install open-vm-toolbox