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
What is kill 9 in linux?
What are the linux commands used in devops?
How do you limit memory usage for commands?
Who whoami linux?
What does df command do in linux?
When and how linux developed?
What does chmod do in linux?
What are the options of wc command?
you wish to create a link to the /data directory in bob's home directory so you issue the command ln /data /home/bob/datalink but the command fails. What options hould you use in this command line to be successful.
Is cmake only for c++?
What is bash linux?
What does touch do in linux?
What are bash scripts used for?
How do I find hostname in linux?
What does grep command do?