View Single Post
  #3 (permalink)  
Old 05-Jul-2009, 09:57
ken_yap ken_yap is online now
Flux Capacitor Penguin
 
Join Date: Jun 2008
Location: GMT+10
Posts: 5,232
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

This seems to be a common misconception about RAID1, that you can take an existing partition with a filesystem and data, pair it with an empty partition, brand them RAID1, then mirror the existing data, and voila, RAID1!

It doesn't work that way. RAID1 has to be created from the bottom up. First you label two empty partitions RAID and then assemble them. Then you format the array with a filesystem, ext3, xfs, what have you. As far as the filesystem is concerned it sees one virtual partition. Underneath, the kernel (or the RAID controller, in the case of hardware RAID) is keeping the components synchronised.
Reply With Quote