Greg Oster wrote:
Adam PAPAI writes:

After reboot my dmesg end:

rootdev=0x400 rrootdev=0xd00 rawdev=0xd02
Hosed component: /dev/sd0d.
raid0: Ignoring /dev/sd0d.
raid0: Component /dev/sd1d being configured at row: 0 col: 1
         Row: 0 Column: 1 Num Rows: 1 Num Columns: 2
         Version: 2 Serial Number: 100 Mod Counter: 27
         Clean: No Status: 0
/dev/sd1d is not clean !
raid0 (root)raid0: no disk label
raid0: Error re-writing parity!

dd if=/dev/rsd0d of=/dev/null bs=10m &
dd if=/dev/rsd1d of=/dev/null bs=10m &

was successfully ended.

# raidctl -iv raid0


wha does 'raidctl -s raid0' say? It probably says that 'sd0d' is failed. You can't initialize parity with 'raidctl -iv' on a set with a failed component. You can do 'raidctl -vR /dev/sd1d raid0' to get it to reconstruct back onto the failed component. After that you can do a 'raidctl -iv' (though by that point it's strictly not necessary).

Interesting. I tried with 3 full reinstall and all raidctl -iv raid0 fails, but with raidctl -vR /dev/sd0d solved the problem.

But why? Will it be good from now? I'm fraid the raid will collapse again. I hope not.

I going to continue the setup on my server. Thanks anyway. I hope I won't get more errors...


--
Adam PAPAI
D i g i t a l Influence
http://www.digitalinfluence.hu
Phone: +36 30 33-55-735
E-mail: [EMAIL PROTECTED]

Reply via email to