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). Later... Greg Oster

