Hi Guys,
I've been trying to add 4 additional hd to my linux installation as a raid with intel motherboard. when I change the setting in bios for detecting hd mode from IDE to RAID, i get following error:
"mount failed: no such file or directory booting has failed"
and it can't find /boot and other stuff and fail to load linux
I tried to boot with fedora cd and here is the fdisk -l:
(SORRY I TRIED TO TYPE IT FROM ANOTHER SCREEN)
Code:
Disk /dev/sda: 750.1GB
255 heads
disk identifier: 0x00000000
Disk /dev/sdb: 750.1
255 heads
disk identifier: 0x00000000
Disk /dev/sdc: 750.1
255 heads
disk identifier: 0x00000000
Device boot Start End Blocks ID System
/dev/sdc1 * 1 25 200781 83 Linux
/dev/sdc2 26 912201 732371220 8e Linux LVM
Disk /dev/sdd:750.1
255 heads
the fstab looks like this
Code:
/dev/VolGroup00/LogVol00 / ext3 defaultws,usrquota,grpquata
LABEL=/boot /boot etc3 defaults 1 2
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
/dev/VolGroup00/LogVol01 swap swap defaults 0 0