Way to success...

--"Running Away From Any PROBLEM Only Increases The DISTANCE From The SOLUTION"--.....--"Your Thoughts Create Your FUTURE"--.....--"EXCELLENCE is not ACT but a HABIT"--.....--"EXPECT nothing and APPRECIATE everything"--.....

Friday, June 23, 2017

How to Delete Linux LVM Partition

Please perform below steps to Delete LVM Partition:


1. First unmount the LVM partition

$ df -h
$ umount /apps12i


2. Deactivate LVM ex-lvchange -a n LVM path

$ lvdisplay
$ lvchange -a n /dev/oravg/oralvm


3. Delete LVM ex-lvremove LVM path

$ lvremove /dev/oravg/oralvm


4. Delete volume group ex-vgremove Vg path

$ vgdisplay
$ vgremove /dev/oravg/oralvm


5. Delete PV ex- pvremove partition path

$ pvdisplay
$ pvremove /dev/hdc1 /dev/hda11


6. Change the id ex- fdisk /dev/sda or hda


7. Make it 83(LINUX) or Other

No comments:

Post a Comment