LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Remove raid and mirror (https://www.linuxquestions.org/questions/linux-general-1/remove-raid-and-mirror-201605/)

Chaiyakorn 07-06-2004 01:59 AM

Remove raid and mirror
 
Hi all,

I'm using RH9 and 3 partitions which are boot, root,and swap. I did mirror at boot and root partitions (which are showed in proc/mdstat).

I manaully edit "etc/fstab" from mount "/dev/md0" to "/dev/hda1" and also delete configuration in "/etc/raidtab". Then, I reboot the system. It didnt work. I know this by using "cat /proc/mdstat". /dev/md0 and /dev/md1 still appear.

EX.

[...]# cat /proc/mdstat

Personalities: [raid1]
read_ahead 1024 sectors
md1 : active raid1 hda2[0] hdb2[1]
75995392 blocks [2/2] [UU]

md0 : active raid1 hda1[0] hdb1[1]
104320 blocks [2/2] [UU]

unused devices: <none>

So the next try is using "raidstop". It worked only at /dev/md0 (partition boot) NOT all (ERROR: It said that partition Root is still using). Once the system is reboot, /dev/md0 is still activated!!!!!

My question is HOW can I completely remove Raid and mirror from my system?!!!

Regard,

Beam


All times are GMT -5. The time now is 08:15 AM.