ganguenon


{ City } alexandria
< Country > usa
* Profession *
User No # 107602
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 0
Users Marked my Answers as Wrong # 0
Questions / { ganguenon }
Questions Answers Category Views Company eMail




Answers / { ganguenon }

Question { Tech Mahindra, 21397 }

What is the command to remove Lvm ,Pv and vg


Answer

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

Question { 5520 }

what are the init levels in Linux?


Answer

vim /etc/inittab

Is This Answer Correct ?    0 Yes 0 No