|
|
我是Linux新手,好不容易把系统配置好,用上没一天,遭遇停电。来电了,启动的时候出现错误信息:
- The superblock could not be read or does not describe a correct ext2 filesystem,if the device is valid and it really contains on ext2 filesystem,then the superblock is corrupt,you might try running e2fsck.
复制代码
于是,我运行:- e2fsck -b 8193 /dev/sda10
复制代码
提示:
- no such file or directory while trying to open /dev/sda10
复制代码
于是:,得到:
/dev/sda10 ext3 /
/dev/sda11 ext3 /home
/dev/sda8 ext2 /boot
/dev/sda9 swap
接着,我试着挂载分区:
提示:- special device /dev/sda10 does not exist
复制代码
然后,心急如焚,挂载其他的几个分区,也是“does not exist”
高手们救救我吧。 |
|