Show Table of Contents
5.2. 스트라이프 (Striped) 논리 볼륨 생성
예에서는
/dev/sda1, /dev/sdb1, /dev/sdc1에 있는 디스크의 데이터를 스트라이프로 나누는 striped_logical_volume이라는 LVM 스트라이프 논리 볼륨을 생성합니다.
5.2.1. 물리 볼륨 생성
볼륨 그룹에서 사용할 디스크를 LVM 물리 볼륨으로 레이블합니다.
주의
이 명령으로
/dev/sda1, /dev/sdb1, /dev/sdc1에 있는 데이터를 삭제합니다.
[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

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.