What is the command to remove Lvm ,Pv and vg
Answer Posted / 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 |
Post New Answer View All Answers
Explain about sh?
What is makefile in unix?
What are the basic command in linux?
What is $@ in makefile?
How does grep work in linux?
Why bash is used in linux?
How often do you use grep command and how in Linux operating system?
Which command is used to clear the screen?
What is cd in cmd?
What make install does?
How does mkdir work in linux?
What is the difference between locating and locate command?
What command should you use to check the number of files and disk space used and each user’s defined quotas?
What is FC command?
Is cmake only for c++?