Hello to all, <br>I have a server system which is configured with raid5 software (mdadm) . It is composed by 4 HDD SCSI each 37GB.<br>I have installed on it RedHat Linux 9, in the default configuration (so /boot a separate partition and the other ones with LVM)<br>
<br>My problem is that one of the partitions configured with raid 5 (Linux raid autodetect) i believe that it is on degraded or faulty state,<br><br>my system does boot up but it shows on the screen "Kernel panic , cannot find initrd"<br>
<br>I have very sensible data in there, and the problem is that I didn't make a backup. I want to just retrieve some of the data files there.<br><br>I managed to boot into the rescue mode with CD1 of RH9 and the commands which I tried to do:<br>
# mdadm --examine --scan /dev/sda2 /dev/sdb1 /dev/sdc1 /dev/sdd1 > /etc/mdadm.conf<br>#mdadm -A -s<br>#cat /proc/mdstat  --->>> it showed the raid array but only with three partitions exactly /dev/sda2 /dev/sdb1 /dev/sdc1<br>
<br>I have lvm so I entered:<br>#vgchange -a y vol0<br>#mount /dev/vol0/lv0 /mnt/lv0    -->> which I think is the / partition, and I couldn't copy my files (not all of them but the important ones),<br><br>it gave some I/O errors in copying (transfering with scp in another server).<br>
<br>so I gave:<br>#fsck /dev/vol0/lv0 and responded with Y (yes) to all of the questions (a huge number of inode problems)<br><br>and now again I can't copy my files.... :-(<br><br>My question is how can I recover my files, is there another way?<br>
<br>Your help would be very appreciated!<br><br>Thanks in advance.<br>