|
|
刻了一张盘,按照手册装的
分区是
/dev/hda1 /boot
/dev/hda2 ntfs
/dev/hda3
/dev/hda5 swap
/dev/hda6 /
/dev/hda7 /home
/dev/hda8 /data
/dev/hda9 fat32
/dev/hda10
装好后,重启,启动过程中出现这个错误:
* ...........
* ..........
* checking root filesystem
ext2fs_check_if_mount: No such file or directory while determining whether /dev/root is mounted.
fsck.ext3: No such file or directory while tyring to open /dev/Root
/dev/ROOT:
The superblock could not be read or does not describe a correct ext2 filesystem. If the device is ralid and it really contains an ext2 filesystem (and not swap or ufs or something else).
then the superblock is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
* Filesystem couldn't be fixed: ( [!!]
Give root password for maintenance
(or type control-D to continue):
我以为安装可能出错了,就又重装了一遍,结果还是这样。请各位帮我看看。 |
|