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

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-09
  • 2021-09-05
  • 2021-07-02
  • 2022-01-08
  • 2021-12-26
猜你喜欢
  • 2021-12-04
  • 2021-05-14
  • 2021-10-06
  • 2021-12-21
相关资源
相似解决方案