should i install LVM in ubuntu server?

i have only one primary partition.

what happens if i dont install it?

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

LVM helps you organize and reallocate disk space better. It isn't required in most cases, but it causes only very little slowdown (2% maximum, if that) for a lot of benefit if your disk/volume configuration changes.

link|improve this answer
feedback

Yes.

Whenever I've built a server without it, I always end up regretting it. I tend to only create logical partitions big enough for the base install + 100%. On a typical 160G drive, that leaves at least 140G unallocated and available for all sorts of shenanigans.

If you grow to love LVM, you'll also want to become familiar with XFS, as it allows you to grow a partition while it's mounted.

link|improve this answer
1  
So does ext2/3/4, with a recent enough kernel. – Ignacio Vazquez-Abrams Apr 7 '10 at 20:04
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.