LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   RAID Issues (https://www.linuxquestions.org/questions/ubuntu-63/raid-issues-583812/)

gsoft 09-11-2007 03:11 AM

RAID Issues
 
I am having some issues in the installation with RAID 1. On my first attempt I forgot to setup the Root filesystem. (My setup was RAID 1, RAID 5). And got the error about the / missing. I rebooted the system. And my configuration stayed the same so setup the root this time and tried to install the system. Got errors whilst installing the software and couldnt setup grub or LILO (not too good), so rebooted the system and tried to start back from the beginning however I cannot remove my RAID 1 system.

I setup 2 spares and 4 active devices. I can remove all 5 except 1. Which I get the device or resource busy error when running
Code:

mdadm /dev/md0 --remove /dev/sda1
Ive tried doing
Code:

mdadm  /dev/md0 --zero-superblock /dev/sda1
(Not sure if this is totally correct), however get the cannot write to device no zeroing.

How can I remove it, the RAID only becomes active when I go to Configure RAID and finish (As I cannot setup another RAID Device) ?

Another issue is each time gone to the partition setup the partitions do not seem to be removed as they are all setup as RAID K which is why I go to Configure RAID. This is quite fustrating, as I am not sure what else I can do.

Some other points to note are there is no raidtool or mdadm.conf files in /etc

Ive googled and searched here but none have had a similar situation (at least that I can determine) and no one that comes close has ever noted exactly what they did.


All times are GMT -5. The time now is 02:07 AM.