[linux-lvm] Total free space using added VGs and LVs

Drew drew.kay at gmail.com
Mon Oct 19 19:51:34 UTC 2009


>> > 1) Why would you want several logical volumes in one volume group?
>>
>> The same reason(s) you would want to partition a regular hard drive.
>>
>> Maybe you only want /home to have 20GB so your kids can't flood the
>> computer with downloaded music. Maybe you want /var/www to have
>> restricted permissions so your home web server is less vulnerable to
>> hackers. Maybe you're running a PVR application like MythTV and want a
>> high-performance filesystem like XFS for storing recorded shows.
>>
>> All of these can be done with logical volumes, and are often easier under
>> LVM.
>
>
> But then if the above is true, then you may as well simply mount the
> partition as normal and add an entry into the fstab file. You get no
> advantage one way or the other - is that true?

LVM does this better then regular disk partitioning. The fact that it
creates a pool of space is it's power.

Two examples.

Let's say you don't have LVM and partitioned your disk with some
leftover space. What happens if you change your mind and want to
increase the size of a partition? Now you have to juggle the
partitions on the disk while you move that free space around to a
place where the partition can be extended. I've done it before and
it's messy. LVM? Just use the lvextend command with the right
parameters and you're done.

Next. Say you have two 80GB disks each partitioned with two partitions
60GB & 20GB. Now say you need to add an extra partition 30GB in size.
How? With regular disks, you pretty much can't. With LVM, you'd have
40GB free and can just create the 30GB logical volume without worrying
about which disk.

As a side note, can you cc: the LVM list when you reply? I don't think
they're getting your side of this conversation.


-- 
Drew

"Nothing in life is to be feared. It is only to be understood."
--Marie Curie




More information about the linux-lvm mailing list