What is the command to remove Lvm ,Pv and vg
Answer Posted / sameer dalai
first remove physical volume by command --pvremove pvname
then remove your volume group by vgremove -- vg name
at last remove lv by lvremove lvname(path)
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
What is FC command?
What is dos and its commands?
What could possibly be the problem when a command that was issued gave a different result from the last time it was used?
Why is linux cpu usage so high?
What are runlevels in linux?
What does (cd dir && command) do?
What does p mean linux?
What is the symbol of linux?
What is command to check ports running/used over local machine
Why bash is used in linux?
How do I run bash on windows?
What is build process?
What is mkdir p linux?
Explain about chmod options filename?
What is $@ in shell?