Show Table of Contents
5.2. Criando um Volume Lógico Distribuído
Este exemplo cria um volume lógico distribuído LVM chamado
striped_logical_volume que distribui os dados entre os discos /dev/sda1, /dev/sdb1 e /dev/sdc1.
5.2.1. Criando Volumes Físicos
Rotule os discos que você irá usar nos grupos de volume como volumes físicos LVM.
Atenção
Este comando destrói qualquer dado em
/dev/sda1, /dev/sdb1 e /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.