Благодаря! след като смених lilo-то резултата е :
Warning: '/proc/partitions' does not match '/dev' directory structure.
Name change: '/dev/md/0' -> '/dev/md0'
Warning: /dev/md0 is not on the first disk
Added Linux-raid *
Added Linux-new3
The boot record of /dev/md0 has been updated.
но пак немога да го накарам да зарежда от втория диск !
все пак промених конфугурацията на lilo.conf :
# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
boot = /dev/hda
#raid-extra-boot = mbr-only
#compact # faster, but won't work on all systems.
prompt
timeout = 150
# Normal VGA console
vga = normal
# VESA framebuffer console @ 1024x768x64k
# vga=791
# VESA framebuffer console @ 1024x768x32k
# vga=790
# VESA framebuffer console @ 1024x768x256
# vga=773
# VESA framebuffer console @ 800x600x64k
# vga=788
# VESA framebuffer console @ 800x600x32k
# vga=787
# VESA framebuffer console @ 800x600x256
# vga=771
# VESA framebuffer console @ 640x480x64k
# vga=785
# VESA framebuffer console @ 640x480x32k
# vga=784
# VESA framebuffer console @ 640x480x256
# vga=769
# ramdisk = 0 # paranoia setting
# End LILO global section
# Linux bootable partition config begins
image = /boot/bzImage
root = /dev/md0
label = Linux-raid
read-only # Non-UMSDOS filesystems should be mounted read-only for checking
# Linux bootable partition config ends
boot=/dev/md0 go zamestih s boot=/dev/hda
по този начин зарежда и тръгва ! при df :
Filesystem 1k-blocks Used Available Use% Mounted on
/dev/md0 8230328 4048964 3763280 52% /
но дисковете не са синхронизирани. изпълних
raidhottadd /dev/md0 /dev/hdc1
при което raid-a се rebuild-на
но след рестарт положението в /proc/mdsts е :
Personalities : [linear] [raid0] [raid1] [raid5] [multipath]
read_ahead 1024 sectors
md0 : active raid1 ide/host0/bus1/target0/lun0/part1[0]
8361728 blocks [2/1] [U_]
unused devices: <none>
всеки път при рестарт излиза този резултат !
Може би греша някъде, но незнам къде

'>