On 5 Jan 2003, Adam Manock wrote:

> 
> mount: error 16 mounting proc 
> Creating block devices 
> Creating root device 
> mkrootdev: label / not found 
> Mounting root filesystem 
> kmod: failed to exec /sbin/modprobe -s -k ext3, errno = 2 
> kmod: failed to exec /sbin/modprobe -s -k freeext3, errno = 2 
> mount: error 9 mounting ext3 
> ... 
> ... 

Looks to me your root filesystem's not labelled any more.

Boot your rescue disk and check with e2label:
[root@gateway log]# e2label /dev/hda1
/boot
[root@gateway log]# e2label /dev/hda2
/

You can relabel a partition:
e2label /dev/hda1 /boot


Or you can change your /detc/fstab to reflect the device names.



-- 
Please, reply only to the list.




_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to