[PLUG] hardware errors

Nathaniel Nuss ogmoid at gmail.com
Sat May 5 02:32:46 UTC 2007


On Thu, May 03, 2007 at 09:33:12PM -0700, John Jason Jordan wrote:
> *snip*
> 
> So here is the code for what I did next with mdadm:
> 
> jjj at Devil6:~$ sudo mdadm --create /dev/md3 --level=1
> 	--raid-devices=2 /dev/sd[ab]4 jjj at Devil6:~$ password
> jjj at Devil6:~$ <messages about finding sda4 and sdb4>
> jjj at Devil6:~$ Create array? (Y/N) y
> jjj at Devil6:~$ Created array
> jjj at Devil6:~$ 

If you're still interested in messing with this you might try to assemble
md3 degraded (start the mirror with half missing).

? maybe something like ?:
# mdadm --assemble /dev/md3 --raid-devices=2 --add /dev/sda4 --run

[Monkey with contents / format of md3 as needed...]
If it's stable (relatively) then try adding sdb4 and letting the raid sync.

-- 
Nate Nuss



More information about the PLUG mailing list