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 create a text file in linux terminal?
Which command puts a script to sleep untill a signal is recieved?
What is command to check ports running/used over local machine
What is the best cpu stress test?
How do I do a whois search?
Explain about lprm job number?
What does sh do in linux?
What is du command in linux?
What is nbtstat command?
What are the basic commands for user management?
What does top do in linux?
In order to display the last five commands you have entered using the fc command, you would type?
What is build process?
What will happen when a system call is encountered in a user program?
How do you create a text file in linux?