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
What is apple llvm?
What is simple command?
Explain command grouping in linux?
Where is command history stored in linux?
Explain the linux directory commands along with the description?
What is the use of finger command in linux?
What is cd command used for?
Who command in linux?
Which commands are used to set a processor-intensive job to use less cpu time?
What command do you type to find help about the command who?
What is sudo bash command?
What is git command?
State and explain about features of UNIX?
Brief about FTP hostname?
What is mkdir?