What is the command to remove Lvm ,Pv and vg
Answer Posted / 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 |
Post New Answer View All Answers
What is $$ in shell script?
What does history command do in linux?
What is Data Command?
List the three main parts of an operating system command?
Why echo is used in linux?
What do you mean by directory?
Explain trap command; shift command, getopts command of linux?
How do you insert comments in the command line prompt?
How do I check command history?
You wish to print a file ‘draft’ with 60 lines to a page. What command would you use?
What is mkdir m in linux?
What is $@ in makefile?
Why is unix used?
What is the difference between command ‘ping’ and ‘ping6’?
Is makefile a shell script?