이 콘텐츠는 선택한 언어로 제공되지 않습니다.
5.2. Creating a Striped Logical Volume
This example creates an LVM striped logical volume called
striped_logical_volume that stripes data across the disks at /dev/sda1, /dev/sdb1, and /dev/sdc1.
5.2.1. Creating the Physical Volumes 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Label the disks you will use in the volume groups as LVM physical volumes.
Warning
This command destroys any data on
/dev/sda1, /dev/sdb1, and /dev/sdc1.
pvcreate /dev/sda1 /dev/sdb1 /dev/sdc1 Physical volume "/dev/sda1" successfully created Physical volume "/dev/sdb1" successfully created Physical volume "/dev/sdc1" successfully created
[root@tng3-1 ~]# pvcreate /dev/sda1 /dev/sdb1 /dev/sdc1
Physical volume "/dev/sda1" successfully created
Physical volume "/dev/sdb1" successfully created
Physical volume "/dev/sdc1" successfully created