|
|
我已经完成了所有的编译工作,重起机器了,却出现以下错误:
Checking file systems
fsck.ext2: Filesystem has unsupported feature(s) (/dev/hda7)
e2fsck: Get a newer version of e2fsck!
File system errors were encountered that would be fixed automatically. This system cannot countinue to boot and will therefore be halted until those errors fixed manually by a System Administrator [FAILED]
/dev/hda7是我编译LFS的分区,是从Fedora3的分区中划来的.这个分区本来是ext3,为了编译LFS,我特意用tune2fs将其转成ext2的.
我回到Fedora3,键入 e2fsck -y /dev/hda7, 显示
/dev/hda7: clean, 138278/1321920 files, 627979/2640676 blocks
不知我现在该如何? |
|