|

楼主 |
发表于 2010-7-25 14:56:26
|
显示全部楼层
谢谢你的关注!
我的机器在开机之后的情况大致如下:
首先自检,然后load...., 再就booting...
之后就挂载/proc, /dev...
然后就checking root filesystem...,在这个时候就出错了,报错如下所示:
fsck.ext3: No such file or directory while trying to open /dev/sda3
/dev/sda3:
The superblock could not be read or does not describe a correct
ext2 filesystem. If the device is valib and it really contains an ext2
filesystem, and you might try running e2fsck with an alternate
superblock
e2fsck -b 8193 <device>
另外我的分区是
/dev/sda1 /boot ext3
/dev/sda2 swap ext2
/dev/sda3 / ext3
/dev/sda4 extended
/dev/sda5 /home ext3
/dev/sda6 /data ext3 |
|