一、在VMware Workstation中安装Linux AS5系统,然后再安装VMware Tools,会报下列错误,但不影响Linux的正常使用:
Mounting local filesystems: [FAILED]
Mounting HGFS filesystems: [FAILED]
Mounting other filesystems: [FAILED]
这是由于VMware的一个新功能设置问题造成的报错,此功能是为了使Guest(VM)和host(现实机)能够更好的传输文件所设置的,参考VMware菜单Help中的Shared Folders Settings Panel,可以理解这个功能。
解决方法:
在VM——Setting中的Option页中,设置Shared Folders,使之enable 就可以了,这个功能能把host上的目录mount到Guest上的/mnt/hgfs目录,实现共享访问,非常不错。
二、在安装过程中如果出现以下错误:
The following VMware kernel modules have been found on your system that were not installed by the VMware Installer. Please remove them then run this installer again.
Vmci
Vmxnet
Vmblock
Execution aborted.
解决方法:
# cd /lib/modules/2.6.24-23-generic/misc
# rm vm*
# cd /tmp/vmware-tools-distrib
# ./vmware-install.pl
三、鼠标自由切换问题
在windows 2003中利用vmware构建了一个linux虚拟机,且在linux虚拟机中同时安装了vmware tools,但不知为什么还是不能将鼠标在多个系统之间自由的切换,只能通过按“ctrl+alt”来进行切换,这样切换效率低且很麻烦,为什么会出现这种情况?
解决方法:
1. 安装vmware-tools
2. 编辑配置文件
#vi /etc/X11/xorg.conf
找到并修改内容:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "vmmouse" #使用vmware提供的鼠标驱动,解决“鼠标有效边界混乱”问题。#
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "Imps/2" #使用Imps/2协议,解决“鼠标滚轮失效”问题。#
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
3. 复制vmmouse的驱动
找到vmmouse驱动,/usr/lib/vmware-tools/configurator/XOrg/7.1/vmmouse_drv.so ,
# cp /usr/lib/vmware-tools/configurator/XOrg/7.1/vmmouse_drv.so /usr/lib/xorg/modules/input
4) 更改权限
# chmod 644 /usr/lib/xorg/modules/input/vmmouse_drv.so
5) reboot


真没搞懂呢
@卢松松 ??? 隔行如隔山嘛,你写的关于网站设计的,我搞不懂!哈哈
这个虚拟机很不错,我现在就是在windows7下面安装XP用的,呵呵。。
@卢松松 你们两是互相搞不懂对方。。。
@网络砖家
虚拟机很好用,win7也很好用!