View Single Post
  #9 (permalink)  
Old 05-Jul-2009, 10:31
ken_yap ken_yap is online now
Flux Capacitor Penguin
 
Join Date: Jun 2008
Location: GMT+10
Posts: 5,230
ken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud of
Default Re: Help setting up LinuxRAID-1 in opensuse 11.1

You have to backup the data somewhere else while you create the RAID because it involves a change of partition type and loss of the data in the current filesystem, ext3 I suppose.

Also it's not recommended procedure to run a RAID1 in degraded mode, which is what you propose to do when you remove sdb.

And booting is a separate issue. At boot time, GRUB knows nothing about RAID. So each disk must have its own bootloader. Lots of tricky issues there. Many people get around it by having a non-RAID /boot partition.

Why not just rsync the second disk to the first at regular intervals?
Reply With Quote