代码: 全选
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
代码: 全选
vi /etc/fstab
/dev/sda10 ext3 /
/dev/sda11 ext3 /home
/dev/sda8 ext2 /boot
/dev/sda9 swap
接着,我试着挂载分区:
代码: 全选
mount -t ext3 /dev/sda10
代码: 全选
special device /dev/sda10 does not exist
高手们救救我吧。