How to Remove a logical volume
To remove a logical volume, you can use the command
1 |
lvremove /dev/vg-name/lv-name |
Example
1 |
lvremove /dev/vg1/win10 |
This will remove logical volume with the name “win10” from volume group “vg1”.
back to LVM