What is the command to remove Lvm ,Pv and vg
Answer Posted / debasis behera
1st remove the entry on /etc/fstab file & save - quit.
2nd remove lvm - lvremove lvname
3rd remove vg - vgremove vgname
4th remove pv - pvremove pvname
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How can I delete a file in linux?
What is netstat command in linux?
What is $@ in shell?
Why ms dos is used?
What is mask and umask in linux?
What is s in permission linux?
Explain command grouping in linux?
What is df command in unix?
Where is command history stored in linux?
What is the command to calculate the size of a folder?
What is make in linux?
What does wc command do in unix?
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.
What is the command to see on which port which service is running? And what is the difference between /etc/services file and net stat command?
What does umask 022 mean?