What is the command to remove Lvm ,Pv and vg
Answer Posted / linux
dmsetup will only remove /dev/mapper/vg0-lvm0
your pv, vg & lv will remain there but lv will not be active.
just give "vgchange -ay" and your logical volume will again
be available for use.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is a make target?
You want to verify which lines in the file kickoff contain ‘bob’. Which of the following commands will accomplish this?
How do I check memory usage on linux?
Which of the following tasks cannot be accomplished with the touch command?
Brief about the command ff?
How do you grep?
What are linux commands?
How do I run a command in linux?
Why echo is used in linux?
What is grep command in linux with examples?
How can we increase disk read performance in single command?
What is $@ in shell?
What is the use of finger command in linux?
What is p command?
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.