LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   LVM-Only Storage? (https://www.linuxquestions.org/questions/linux-desktop-74/lvm-only-storage-834179/)

Kaboosh 09-24-2010 02:19 AM

LVM-Only Storage?
 
I've been reading about partition limits, MBR-style, and GPT-style partitions and I sorta like what this guy has to say: http://insan-it.blogspot.com/2010/09...ersus-lvm.html

That being said I've used LVM enough to be comfortable but I've never had an "all-LVM" volume without a partition table. First:
1) Is this possible? Can I boot off an LVM volume?
2) If not, than can I try this guy's idea and create a small (512MB) /boot partition and embed LVM into the remainder of the disk? Can you create an LVM physical volume at an arbitrary offset (in this case at the end of the partitions)? I've looked into using loopback to achieve this since losetup takes an offset but what is the size limitation on loopback devices?

syg00 09-24-2010 03:24 AM

LVM is a bigger kludge than all the previous partitioning schema.
Try a LVM volume (yes you can) on Windoze. End of story as far as the majority (almost all) of the world is concerned.

Grub2 supports booting from LVM.

Kaboosh 09-27-2010 03:59 PM

Kludge? Really?
 
Quote:

Originally Posted by syg00 (Post 4107458)
LVM is a bigger kludge than all the previous partitioning schema.

How do you figure? It seems wisely conceived and designed.

It really doesn't matter how complex it is internally because what it does most importantly is remove the manual work for managing the details of allocating diskspace from the user/administrator.

Kaboosh 09-27-2010 04:03 PM

Tried it...failed!
 
I tried the Grub2 thing...and failed. It won't work as LVM does not allow you to reserve enough space for the bootloader:
http://forums.gentoo.org/viewtopic-t...ighlight-.html


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