|
在启动时出错,错误信息抄录如下:
fsck.ext3:No such file or directory while trying to open /dev/hda9.
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 you might running e2fsck with an alternate superblock:
exfsck -b 8193 <device>
Fsck could not correct all errors, manual repair needed Give root password for maintenance:
还在在启动的前面出现了个错误,无法启动devfsd
*Starting devfsd...
/sbin/rc:line 317: /sbin/devfsd No such file or directory
我将这个内核换到其他系统,可以启动,而且除了主分区不同外其他都一样的,而fstab是从主系统复制过去的。 |
|