升级后出现的问题
发表于 : 2005-08-18 22:39
我用的是kubuntu 上级了KDE,结果开机出现
VFS:can't found ext3 filesystem on had3
不过跳过之后可以正常使用,不知何故
VFS:can't found ext3 filesystem on had3
不过跳过之后可以正常使用,不知何故
yongyi 写了:It's because we build ext2 into the -386 kernel. mkinitrd always tries to mimic
the behaviour of the kernel that's currently running. Therefore it will include
whatever fs modules that the current kernel contains in the order that they were
loaded. So any initrd built under the -386 kernel will have ext3/ext2 at the top.
这是因为我们建立了 ext2 进了 386 内核。mkinitrd 总是尝试模拟正在运行中的内核的行为。因此,它将包含所有当前内核包括于载入顺序中的 fs 模块。所以,任何一个在386 内核下建立的 initrd 都将有 ext3/ext2 显示在上面。
ext2 is built-in because d-i wants to (or used to at least) use ext2 initrd images.
ext2 是 built-in ,因为 d-i 想要(或惯常)使用 ext2 initrd 镜像。
If you really want to get rid of this message then we should arrange for our
boot loader to specify rootfstype instead of using auto-probing.
如果你确实想除去这个提示,我们应该安排我们的 boot loader 指定 rootfstype,而不是使用 auto-probing。
For anyone who has found this bug looking for an answer:
This error message is harmless and can be safely ignored.
对于找到此 bug ,正寻找答案的人:
这一错误提示是无害的,可以安全地略过。
默认要载入ext2/ext3文件系统模块,但你的分区不是,于是告诉你没找到。仅此而已。firehare 写了:ext3其实就是ext2文件系统上加了日志功能而已
yongyi 写了:默认要载入ext2/ext3文件系统模块,但你的分区不是,于是告诉你没找到。仅此而已。firehare 写了:ext3其实就是ext2文件系统上加了日志功能而已