LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   LVM (https://www.linuxquestions.org/questions/linux-server-73/lvm-814459/)

pankajguptaspn 06-16-2010 04:19 AM

LVM
 
my /var partion have 2 G.B space i want to add 8 g.b more in it by adding a new Hard drive , how can i add it please help

tizzef 06-16-2010 05:49 AM

Hi there,

Could you be a little bit more precise please ?
If your /var is a LVM device as a logical volume and if you have some spare space on the PV contening your var LV, you should do the following :

lvextend -L+1G /dev/mapper/YOURVARVOLUME (add 1Go to your LV)

Hope it's help.

Cheers.


All times are GMT -5. The time now is 08:17 PM.