|
楼主 |
发表于 2004-5-24 12:35:10
|
显示全部楼层
多谢版主提醒,我在升级内核前已经按照内核升级时的文档的要求,升级了我的系统里软件了,
o Gnu C 2.95.3 # gcc --version
o Gnu make 3.79.1 # make --version
o binutils 2.12 # ld -v
o util-linux 2.10o # fdformat --version
o module-init-tools 0.9.10 # depmod -V
o e2fsprogs 1.29 # tune2fs
o jfsutils 1.1.3 # fsck.jfs -V
o reiserfsprogs 3.6.3 # reiserfsck -V 2>&1|grep reiserfsprogs
o xfsprogs 2.6.0 # xfs_db -V
o pcmcia-cs 3.1.21 # cardmgr -V
o quota-tools 3.09 # quota -V
o PPP 2.4.0 # pppd --version
o nfs-utils 1.0.5 # showmount --version
o procps 3.2.0 # ps --version
o oprofile 0.5.3 # oprofiled --version
我的系统中的软件如下:
[root@chensong root]# gcc --version
gcc (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
[root@chensong root]# make --version
GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
Built for i386-redhat-linux-gnu
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000
Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Report bugs to <bug-make@gnu.org>.
[root@chensong root]# ld -v
GNU ld version 2.13.90.0.18 20030206
[root@chensong root]# fdformat --version
fdformat from util-linux-2.11y
[root@chensong root]# depmod -V
module-init-tools 0.9.14
[root@chensong root]# tune2fs
tune2fs 1.32 (09-Nov-2002)
Usage: tune2fs [-c max-mounts-count] [-e errors-behavior] [-g group]
[-i interval[d|m|w]] [-j] [-J journal-options]
[-l] [-s sparse-flag] [-m reserved-blocks-percent]
[-o [^]mount-options[,...]] [-r reserved-blocks-count]
[-u user] [-C mount-count] [-L volume-label] [-M last-mounted-dir]
[-O [^]feature[,...]] [-T last-check-time] [-U UUID] device
root@chensong root]# fsck.jfs -V
fsck.jfs version 1.1.4, 30-Oct-2003
processing started: 5/24/2004 12.22.0
[root@chensong root]# reiserfsck -V 2>&1|grep reiserfsprogs
reiserfsprogs 3.6.4
[root@chensong root]# xfs_db -V
xfs_db version 2.6.0
[root@chensong root]# cardmgr -V
cardmgr version 3.1.31
[root@chensong root]# quota -V
Quota utilities version 3.11.
Compiled with RPC
Bugs to mvw@planets.elm.net, jack@suse.cz
[root@chensong root]# pppd --version
pppd version 2.4.1
[root@chensong root]# isdnctrl 2>&1|grep version
isdnctrl version 3.1pre4
[root@chensong root]# showmount --version
showmount for nfs-utils 1.0.5
[root@chensong root]# ps --version
procps version 3.2.0
[root@chensong root]# oprofiled --version
oprofiled: oprofile 0.5.3 compiled on May 23 2004 21:13:22
在编译内核的时候,从终端里显示的内容看所有关于ext3的东西好像全部都是[M],是给做成了模块了吧?那请教下一步要怎么办呢,要重新编译内核把ext3做成模块吗?具体的步骤和重新编译内核时的步骤一样吗?感谢版主!!!!!感谢诸位了!!!!还有一件事情,我好像 也把那个patch-2.6.6.bz2也给
bzip2 -dc patch-2.6.6-bz2 | patch -p1 make oldconfig make && make modules && make modules_install && make install 了,不知有没有和这个有点关系? |
|