| LVM HOWTO | ||
|---|---|---|
| Prev | Chapter 9. Common Tasks | Next |
Make sure that no logical volumes are present in the volume group, see later section for how to do this.
Deactivate the volume group:
# vgchange -a n my_volume_group
|
Now you actually remove the volume group:
# vgremove my_volume_group
|
| Prev | Home | Next |
| Activating a volume group | Up | Adding physical volumes to a volume group |