What is the command to remove Lvm ,Pv and vg
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
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 |
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 |
Answer / rama shankar maurya
lvremove for lv remove
pvremove for pv remove
vgremove for vg remove
| Is This Answer Correct ? | 0 Yes | 0 No |
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 |
What would be the result of the command paste -s dog cat?
What is $@ in makefile?
in redhat Linux wat is the command to check at ahich date and time file was created?
ls -l ls -t ls -r ls -a ls -ltr ls -u grep error file.txt grep -v error file.txt perl prg.pl | ./file.txt tee chmod +x chmod -x chmod =x ps bg date +%y%m%d ?
What is grep command in linux with examples?
How do display error messages instantly when command fails?
who invented unix?
I want to kill zombie process, but with using kill 9 i cannot kill that process? can u tell other commands?
Explain about lprm job number?
How do I check terminal history?
How can we increase disk read performance in single command in Linux operating system?
When u comment the ctrl+alt+del trap in the /etc/inittab save the file. Tell the command to save the changes without rebooting the machine?