Re: invalud argument when replacing disk of raid 5 set
From: Juri Haberland <hidden>
Date: 2003-11-08 17:23:19
From: Juri Haberland <hidden>
Date: 2003-11-08 17:23:19
Dan Egli [off-list ref] wrote:
Juri Haberland wrote:
| What commands do you exactly type and what error messages do you | exactly get? | This is from memory because I"m at home and the machine is at the office. But it should be close enough. # raidstart /dev/md0 raidstart: Invalid Argument if I let the system auto-start it during boot, it looks like this: Starting Raid Devices: /dev/md0 raidstart: Invalid Argument /dev/md0 is not a RAID0 or LINEAR set
I think you should use mdadm: mdadm --assemble /dev/md0 /dev/hdc1 /dev/hdd1 --run mdadm --manage /dev/md0 --add /dev/hdb1 Cheers, Juri -- Juri Haberland [off-list ref]