1752800 Members
5420 Online
108789 Solutions
New Discussion

Re: Break raid

 
SOLVED
Go to solution
castro_2
Regular Advisor

Break raid

I have two disk of 9 GB in Linux RAID, I have to break the raid, to use two disk separate. How can I break the mirror with fdisk?
Thanks
1 REPLY 1
I_M
Honored Contributor
Solution

Re: Break raid

Hi

I am using RedHat, so all I can say is the story on RedHat.

When System booting, /etc/rc.d/rc.sysinit runs.
This script see if the system disk is RAID or non-RAID.
Check the existance of /etc/raidtab file.

If this file exist, script kick raidstart command.

So if you want to "break software Raid", it mean, you take out one disk from your system AND delete (move) /etc/raidtab.

And also, your /etc/fstab use
/dev/md0 , /dev/md1 ...and so on. If your system goes without software raid, which mean your system access the disk /dev/sda /dev/sdb for scsi, /dev/hda,/dev/hdb for ide.
So you must change this file also.

I recommend you to make a full backup of your data before you "breake" your system.

And prepare some rescue CD-ROM
such as
http://www.lnx-bbc.org/download.html
http://lbt.linuxcare.com/download.epl

I think this is not "must", but
your current partition ID is "FD" The ext2 fs is "72".
You can change it by fdisk.

Good luck