Linux中VMware启动报错:could not open /dev/ vmmon:no such file or directory

来源:互联网 发布:网络预警包括哪两种 编辑:程序博客网 时间:2024/05/02 17:19
VMware 提示

VMware Workstation Error:
Could not open /dev/vmmon: No such device.
Please make sure that the kernel module `vmmon’ is loaded.
Press “Enter” to continue…

一 . 请确认你的vmmon模块已经加载,你可以在终端里运行ntsysv,将vmware服务选上,重起一下;或,直接在终端里运行这个命令:

          /etc/init.d/vmware start

运行结果:
[root@localhost www.linuxidc.com]# /etc/init.d/vmware start
Starting VMware services:
   Virtual machine monitor                                 [确定]
   Virtual machine communication interface [确定]
   Blocking file system                                        [确定]
   Virtual ethernet                                       [确定]
   Shared Memory Available                          [确定]
[root@localhost www.linuxidc.com]# 

二 . 请重新运行vmware-config.pl,让它重新编译vmmon等模块linux


from : http://www.linuxidc.com/Linux/2012-01/52195.htm

0 0
原创粉丝点击