|
我在原来分区的基础上重装了windows,安装了grub,开机后有三个选项linux,
failsafe, windows。按c键后在grub下运行命令 root (hd0,4)
kernel /boot/vmlinuz xxx root=/dev/hda5 ro
initrd /boot/initrd.img-xxxx
boot回车后 (一开始直接选linux后也会出现)
出现faied to check filesystem.do you want to repair the errors?(y/n)
选择y后,提示:
will read-only check consistency of th
e filesystem on dev/hda6
reiserfs-open:the reiserfs superblock
cannot be found on /dev/hda6.failed to
open the filesystem.
if the partition table has not been cha
n
ged,and the partition is valid and it
realy contains a reiferfs partition,th
en
the superblock is computed and you nee
d
to run this utility with --rebuild-sb
[failed](选择n后直接提示failed)
***an error occured during the file system check
***dropping you to a shell;the system will reboot
***when you leave the shell
give root password for maintennance
(or type control -D for normal starup):
输入密码后的提示是:
(repair filesystem)1#
输入cd / ,ls之类的命令都可以看到相关的内容,但是输入fsck后就又出现了(repair
filesystem)1#只是#前的数字增加了1,数字一直增加,就是带上参数-a以及
dev/hda5这样的参数后也不行。我的分区格式是xfs的,现在的问题也就是系统一直
repair filesystem 终止不了,请问各位该怎么办?
多谢! |
|