装完lfs已经一周了,但有个问题始终搞不定,各位帮忙看看,谢了先!
好像是启动错误,当启动到checking file systems 时就有:
fsck.ext3: No such file or directory while trying to open /dev/hda7
/dev/hda7:
The superblock could not be read or does not describe a correct ext2 filesystem. If the device is valid and it really contains an ext2 filesystem (and not swap or ufs or something else), then the superblock is corrupt, and might trying running e2fsck with an alternate superblock:
e2fsck -b 8193 <devevice>
可是我的根文件系统的确是ext3的,我用其它的内核可以搞定的,那应该是内核配置的原因了,
可我在内和配置中已经选择了ext3和ext2了,各位,这是什么原因呢?/?
最初由 phinux 发布 装完lfs已经一周了,但有个问题始终搞不定,各位帮忙看看,谢了先!
好像是启动错误,当启动到checking file systems 时就有:
fsck.ext3: No such file or directory while trying to open /dev/hda7
/dev/hda7:
The superblock could not be read or does not describe a correct ext2 filesystem. If the device is valid and it really contains an ext2 filesystem (and not swap or ufs or something else), then the superblock is corrupt, and might trying running e2fsck with an alternate superblock:
e2fsck -b 8193 <devevice>
可是我的根文件系统的确是ext3的,我用其它的内核可以搞定的,那应该是内核配置的原因了,
可我在内和配置中已经选择了ext3和ext2了,各位,这是什么原因呢?/?
把ext3改成auto是启动过了这一步,但在checking file systems 下面有两行could not determine the file system,然后在刚转入runlevel 2是就不动了,估计是根分区根本就没挂载
对了,kj501兄,为什么要在内核中只选择ext3??我有点想不通啊