|
发表于 2003-6-24 22:41:01
|
显示全部楼层
the filesystem is ext3,but when the os is booting,it reads "Filesystem type is ext2fs,Partition type 0x83"
so i think perhaps the config is not quite right.
your fstab tells us that your / partition is ext3,and in the help file of xconfig ,there is a paragraph as follow:
Be aware however that the file system
of your root partition (the one containing the directory /) cannot
be compiled as a module, and so this may be dangerous.
but your config file reads:
CONFIG_EXT3_FS=m
so i think you should configure your kernel again,and make the CONFIG_EXT3_FS=y
in addition,why do you insist on using the dma, can you shut off dma,and see if the old kernel can boot correctly? |
|