|
发表于 2004-1-28 21:22:12
|
显示全部楼层
最初由 fishfeather 发表
我不记得是不是加上了CP936
于是我重新编译了一遍,
现在的错误如下
mount:fs type not supported by kernel
modprobe: modprobe:can't locate module nls_iso8859-1
modprobe: modprobe:can't locate module nls_iso8859-1
modprobe: modprobe:can't locate module nls_iso8859-1
modprobe: modprobe:can't locate module nls_iso8859-1 [failed]
you should no be reading this error message. it means that an un forseen error took place in /etc/rc.d/rcsysinit.d/S40mountfs.which exited with a return value of 96
我在编译的时候将ISO8859-1也直接编译进了内核,但怎么会出错呢?
BTW,如何查看当前使用的内核包含了哪些模块,以及怎么查看编译进当前内核的内容?
cat /proc/ksyms | grep -i 'nls_iso8859'
你怎么编译的内核? |
|