在Fedora core 5下装Vmware tools

本文介绍在IBMT40笔记本上使用VMware虚拟机安装Fedora Core 5,并详细记录安装VMware tools的过程及遇到的问题。针对无法找到合适的vmmon模块问题,提供了具体的解决方案,包括安装必要的软件包、更新内核等步骤。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

为了配合学习,在IBM T40的笔记本上用虚拟机VMware装了Fedora core 5,装好后想装VMware tools,这样显示效果会比较好,能到达1024*768的分辨率

安装VMware tools  步骤如下
1 点击VMware tools菜单里面的安装虚拟己工具

2 然后进入FC5里面,打开光盘就看见有2个虚拟机工具的软件

3 挂载
mkdir /mnt/cdrom
mount -t iso9660 /dev/cdrom /mnt/cdrom
cp *.* /mnt/cdrom
cd /mnt/cdrom
tar zxvf VM*.tar.gz
cd VM*
./VM...PL
这样会一直往下装,按照提示就可以了
但是装到后面会遇到一个问题

Trying to find a suitable vmmon module for your running kernel.

None of the pre-built vmmon modules for VMware Workstation is suitable for your
running kernel. Do you want this program to try to build the vmmon module for
your system (you need to have a C compiler installed on your system)? [yes]

Using compiler "/usr/bin/gcc". Use environment variable CC to override.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]

The path "/usr/src/linux/include" is not an existing directory.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]

很多人在这里不知道怎么办,我也是,于是在google上找解决办法

其实解决办法很简单
首先是安装必要的软件
[root@netyang ~]# yum -y install gcc gcc-c++ kernel-devel
然后更新kernel
[root@netyang ~]# yum -y update kernel
检查一下

这样子就可以了,郁闷的就是更新的速度太慢了,只能慢慢等了

更新好后,按照前面的方法装就可以了

装好虚拟机工具后重启计算机,发现显示效果非常好了
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值