Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

I have an existing CentOS 6.2 system with drives having this partition:

sda --sda1 - ext4 - /boot
--sda2 - physical volume

Logical Volume
--VolGroup
-----lv_root
-----lv_home
-----lv_swap

sdb -free

I made RAID1 by using the sdb first. md0 (ext4) and md1 (physical volume). How can I copy the logical volume in sda2 to md1?

I've already successfully copy the /boot.

share|improve this question
Is the data you want to move in LVM already? – Andrew Oct 24 '12 at 3:38

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.