Show Table of Contents
5.2. ストライプ化論理ボリュームの作成
この例では、
/dev/sda1、/dev/sdb1、および /dev/sdc1 のディスクにデータをストライプ化する striped_logical_volume という LVM ストライプ化論理ボリュームを作成します。
5.2.1. 物理ボリュームの作成
ボリュームグループ内で使用するディスクに LVM 物理ボリュームというラベルを付けます。
警告
このコマンドは、
/dev/sda1、/dev/sdb1、および /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
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.