|
楼主 |
发表于 2004-12-10 10:27:20
|
显示全部楼层
原先开机有如下问题。
*Mounting proc at /proc... [ ok ]
*Mounting sysfs at /sys.... [ ok ]
can't create lock file /etc/mtab~849: Read-Only file system [ !! ]
*Mounting devpts at /dev/pts... [ ok ]
*Starting devfsd...
/sbin/rc: line 271: /sbin/devfsd: No such file or directory [ !! ]
*Activating (possible) swap.
*Remoting root filesystem read-only (if necessary) [ ok ]
*Checking root filesystem... [ok ]
ext2fs_check_if_mount: No such file or directory while determing whether /dev/hda4 is mounted.
fsck.ext3: No such file or directory while trying to open /dev/hda4
/dev/hda4:
The superblock could not be read or does not describe a correct ext2 filesystem. If the device is valid 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 couldnt be fixed [ !! ]
Give root password for maintenance
我用LiveCD进去后,
#mount /dev/hda3 /mnt/gentoo
#cp -L /sbin/devfsd /mnt/gentoo/sbin/
#umount /mnt/gentoo
#reboot
这后就有这个问题。 |
|