Show Table of Contents
5.2. 建立一個磁條邏輯卷冊(Striped Logical Volume)
此範例建立了一個稱為
striped_logical_volume 的 LVM 磁條邏輯卷冊(LVM striped logical volume),它會將資料分散到 /dev/sda1、/dev/sdb1 和 /dev/sdc1 磁碟上去。
5.2.1. 建立實體卷冊(Physical Volumes)
標記您將會在卷冊群組中使用來作為 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.