Maybe you should define the scope of "LVM" for your purposes. The basic idea goes waaaaay back. Netware 4 had the ability to divvy up a partition, slice off pieces, and stick them together into one or more logical volumes. Most mainframe and mini OSes could at least paste multiple physical disk volumes together to form larger logical volumes. The ANSI X3.27 tape label standard from the 1970s or so (my copy is at home now) (last edition is from 1987) defines a way to do this with *open-reel tapes*. It's interesting to look at how the idea developed over time. Logical volume management started out as a way to make a single large logical volume out of multiple rather dinky physical volumes. Nowadays it's typically used in the opposite fashion: take a huge physical volume and carve it into multiple smaller logical volumes. You can still make logical volumes bigger than the biggest available physical volume, though, and there are sites which do. (I haven't needed that much storage in a single block address space since the 1990s, but YMMV.) -- Mark H. Wood, Lead System Programmer mwood@IUPUI.Edu Typically when a software vendor says that a product is "intuitive" he means the exact opposite.
Attachment:
pgpps1JbMpycP.pgp
Description: PGP signature
_______________________________________________ linux-lvm mailing list linux-lvm@redhat.com https://www.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/