What is the command to remove Lvm ,Pv and vg
Answer Posted / ron
frst remove frm fstab .....then
vgremove vgname
lvremove lvname
pvremove pvname(path i.e /dev/...)
Is This Answer Correct ? | 27 Yes | 8 No |
Post New Answer View All Answers
How to recover /etc/passwd file and /etc/shadow file?
What is the command can be used to check for file corruption?
What could be the problem when a command that was issued gave a different result from the last time it was used?
How do I stop a linux job?
What is the difference between kill and kill in linux?
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.
What the command used for list the contents of your home directory, current directory and all subdirectories?
How cp command works in linux?
What command would you use to create an empty file without opening it to edit it?
How do you execute more than one command or program from a single command line entry?
If the programmer wishes to execute an instruction at the specified time. Which command is used?
What does chmod 755 do?
Which command would you use if you want to remove the password assigned to a group?
What is bash command?
Is llvm a compiler?