Results 1 to 3 of 3
I have an Intel (P55 chipset) fakeraid.
I can create a raid1, simulate a disk failure by unplugging a disk, and have the raid1 survive in degraded state.
However, I ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-24-2011 #1Just Joined!
- Join Date
- Oct 2011
- Posts
- 2
Has anyone been able to rebuild an Intel fakeraid?
I have an Intel (P55 chipset) fakeraid.
I can create a raid1, simulate a disk failure by unplugging a disk, and have the raid1 survive in degraded state.
However, I have not been able to rebuild. Has anyone been able to do this?
Is there official documentation for this? Where?
- 10-30-2011 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,142
Have you tried visiting the Intel web site? In any case, sorry but I haven't tried this, so I am talking out of my hat...
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 10-30-2011 #3Just Joined!
- Join Date
- Oct 2011
- Posts
- 2
I was able to puzzle out the answer for myself. When you insert the new disk, it gets added (inexplicably) to some RAID array. You can find the array using "ls /dev/md*" together with "mdadm --detail /dev/md<whatever>". Then you have to remove the new disk from said array using "mdadm --manage /dev/md<whatever> --remove /dev/sd<whatever>" and add it to the working array's parent using "mdadm --manage /dev/md<parent> --add /dev/sd<whatever". You have to do this even if /dev/md<parent> and /dev/md<whatever> are the same array. I think I'm probably working around some Fedora/Linux bug.
I don't know yet whether you have to format the disk or whether it gets formatted automatically. I was going to test this this afternoon.
A Fedora minimal install is quick, and it gives you enough tools to experiment with (mdadm, fdisk, etc).


Reply With Quote
