What is the command to remove Lvm ,Pv and vg

Answers were Sorted based on User's Feedback



What is the command to remove Lvm ,Pv and vg..

Answer / linuxnewbee

frst remove frm fstab .....then

lvremove lvname

vgremove vgname /// u cant remove vg before lv

pvremove pvname(path i.e /dev/...)

Is This Answer Correct ?    25 Yes 2 No

What is the command to remove Lvm ,Pv and vg..

Answer / mahesh

you frist umount lv
remove from fstab then save and quit
first remove lvremove lvname
second remove vgremove vgname
and last go for pv

Is This Answer Correct ?    24 Yes 2 No

What is the command to remove Lvm ,Pv and vg..

Answer / ron

frst remove frm fstab .....then
vgremove vgname
lvremove lvname
pvremove pvname(path i.e /dev/...)

Is This Answer Correct ?    27 Yes 8 No

What is the command to remove Lvm ,Pv and vg..

Answer / linux

dmsetup will only remove /dev/mapper/vg0-lvm0
your pv, vg & lv will remain there but lv will not be active.
just give "vgchange -ay" and your logical volume will again
be available for use.

Is This Answer Correct ?    7 Yes 1 No

What is the command to remove Lvm ,Pv and vg..

Answer / debasis behera

1st remove the entry on /etc/fstab file & save - quit.
2nd remove lvm - lvremove lvname
3rd remove vg - vgremove vgname
4th remove pv - pvremove pvname

Is This Answer Correct ?    7 Yes 1 No

What is the command to remove Lvm ,Pv and vg..

Answer / harsha

first umount
then remove from fstab
then remove lvm using lvremove
then remove groupvolume
using gvremove
then remove physicalvolume
using pvremove
dont forget to reboot your system after deleting.

Is This Answer Correct ?    2 Yes 1 No

What is the command to remove Lvm ,Pv and vg..

Answer / ratheesh

vremove lvname

vgremove vgname /// u cant remove vg before lv

pvremove pvname(path i.e /dev/...)

Is This Answer Correct ?    2 Yes 1 No

What is the command to remove Lvm ,Pv and vg..

Answer / mario

first:# vi /etc/fstab
deleted line /dev/mapper/vg/lv ..............default 0 0
esc wq!
#reboot
#lvremove(path i.e: /dev/mapper/vg/lv)
#vgremove(path i.e: vg /dev/sdb1)
#pvremove(path i.e: /dev/sdb1)

Is This Answer Correct ?    0 Yes 0 No

What is the command to remove Lvm ,Pv and vg..

Answer / rama shankar maurya

lvremove for lv remove
pvremove for pv remove
vgremove for vg remove

Is This Answer Correct ?    0 Yes 0 No

What is the command to remove Lvm ,Pv and vg..

Answer / shailendra kumar

first remove logical volume then second remove vollume
group and last remove the physical vollume

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Linux Commands Interview Questions

hi friends how to reinstall the grub.conf file. once i delete the grub file in perminatle ofter how to get back that file. plz send me ans. regards. madhu.m

5 Answers  


Which command puts a script to sleep untill a signal is recieved?

0 Answers  


What is grep command?

0 Answers  


How can I know my linux os is 32 bit or 64 bit? and How can i know my CPU is 32 bit or 64 bit in linux machine environment.?

7 Answers  


How do I search bash history?

0 Answers  






what is jumbi process?

6 Answers   Oracle,


Explain the linux directory commands along with the description?

0 Answers  


tell me command for" to create more than one name to a file".

3 Answers   Google,


what is soft mount and hard mount? i have to make permanent nfs mount permanent what shall i do?

4 Answers   IBM,


Explain about communication features in UNIX?

0 Answers  


Compare between SYS V launched processes and Xinetd processes in Linux.

1 Answers  


Explain about lpr filename?

0 Answers  


Categories