07-03-04 02:24 AM
Evgeniy Petrov wrote:
> Suse Linux 8.0 (Raid 5 SCSI)
> is crashed periodically (it doesn't react to the mouse or keyboard and can
't
> be accessible throw network)
> /var/log/boot.msg is missing
> /var/log/messages doesn't consist date for last 10 hours
>
> If I ran init 1 or press 1 during boot
> I can see the following after command mount
>
> /dev/sda1 on / type reiserfs (rw)
> proc on /proc type proc (rw)
> devpts on /dev/pts type devpts (rw,mode=0620,gid=5)
> /dev/data/lv0 on /data type reiserfs (rw)
> /dev/data/lv1 on /ddd type reiserfs (rw)
> /dev/data/lv2 on /lbp type reiserfs (rw)
> /dev/sdc1 on /other type ext3 (rw)
> shmfs on /dev/shm type shm (rw)
> usbdevfs on /proc/bus/usb type usbdevfs (rw)
>
> If I run umount / I didn't get error message but nothing change in mount
> If I try boot from fdd or cdrom and run init1 the situation is the same (M
ay
> be I should do anithing else for boot from floppy and don't mount /?).
>
> If I run fsck / I get the following message
> "block 84369 has wrong order of items ..Fatal corruption were found,
> Semantic pass skipped ..There were found 2 corrupions which can be fixed
> only during --rebuild-tree check_and_tree_buffer_mem:dirty buffer (3 16)
> found fsck.reiserfs /dev/sda1 failed (status ox2) Run manually"
>
> If I run reiserfsck --rebuild-tree /
> I get message "can not rebuild tree of mounted filesystem"
>
> Please give me advice how I can umount /
>
>
When you boot from the floppy or cdrom that SuSE provides you are
mounting the root from that device rather than /dev/sda1. Try
reiserfsck --rebuild-tree /dev/sda1.
Mike Forsman
[ Post a follow-up to this message ]
|