How to remove LVM Volume
This first Boot from Linux Live CD ( I used Mint )and then check disk LVM Volume
with command
mint@mint ~ $ sudo lvm vgscan
Reading all physical volumes. This may take a while...
Found volume group "fedora" using metadata type lvm2
mint@mint ~ $ sudo lvm vgremove fedora
Do you really want to remove volume group "fedora" containing 1 logical volumes? [y/n]: y
Do you really want to remove active logical volume swap? [y/n]: y
Logical volume "swap" successfully removed
Volume group "fedora" successfully removed
mint@mint ~ $
You can use manage disk by gParted tool on Next step
and more What's LVM?
This first Boot from Linux Live CD ( I used Mint )and then check disk LVM Volume
with command
mint@mint ~ $ sudo lvm vgscan
Reading all physical volumes. This may take a while...
Found volume group "fedora" using metadata type lvm2
mint@mint ~ $ sudo lvm vgremove fedora
Do you really want to remove volume group "fedora" containing 1 logical volumes? [y/n]: y
Do you really want to remove active logical volume swap? [y/n]: y
Logical volume "swap" successfully removed
Volume group "fedora" successfully removed
mint@mint ~ $
You can use manage disk by gParted tool on Next step
and more What's LVM?
Comments
Post a Comment