To copy a file system from an LVM or RAID virtual device, use the following recipe:
(parted) select /dev/md0 (parted) mklabel loop
(parted) mkpartfs primary ext2 0 47.065
(parted) select /dev/hda (parted) cp /dev/md0 3 1
Go to the first, previous, next, last section, table of contents.