Remove Logical Volumes - lvremove Command | Online Free DevTools by Hexmos
Remove logical volumes with the lvremove command. Manage your LVM effectively. Free online tool, no registration required.
lvremove
Remove logical volumes. See also:
lvm
. More information: https://manned.org/lvremove.
- Remove a logical volume in a volume group:
sudo lvremove {{volume_group}}/{{logical_volume}}
- Remove all logical volumes in a volume group:
sudo lvremove {{volume_group}}