What is the command to remove Lvm ,Pv and vg
Answer Posted / mario
first:# vi /etc/fstab
deleted line /dev/mapper/vg/lv ..............default 0 0
esc wq!
#reboot
#lvremove(path i.e: /dev/mapper/vg/lv)
#vgremove(path i.e: vg /dev/sdb1)
#pvremove(path i.e: /dev/sdb1)
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which command is used to compare the files?
What command would you use to create an empty file without opening it to edit it?
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.
How do I change shell in linux?
Is cmake only for c++?
What is cpu core in linux?
Explain about communication features in UNIX?
What is the command to check cpu speed in linux?
What are grep patterns called?
How do I find the console in linux?
What are the commands used in command prompt?
What is the root directory linux?
What does bash stand for?
What is the use of cp p command?
What are vim commands?