4.3.3. Cómo agregar volúmenes físicos al grupo de volúmenes
To add additional physical volumes to an existing volume group, use the
vgextend
command. The vgextend
command increases a volume group's capacity by adding one or more free physical volumes.
El siguiente comando añade el volumen físico
/dev/sdf1
al grupo de volúmenes vg1
.
vgextend vg1 /dev/sdf1
vgextend vg1 /dev/sdf1