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
How do you copy in terminal?
What does top do in linux?
How do you save a file in linux?
What will happen when a system call is encountered in a user program?
What does c mean in linux?
What is apple llvm?
How does grep work in linux?
What is mkdir m in linux?
What is $@ in makefile?
How do make computer faster?
How will you suspend a running process and put it in the background?
what is the roles and responsibilities in linux system admin having 2yrs exp..?
What does in makefile do?
What does chmod 777 do?
Where is command history stored in linux?