On Wed, Feb 05, 2003 at 11:10:07AM -0600, Noll, Ralph wrote: > how do you tell what volumes make up an LVM > like my lvm has 6g > what volumes does that consist of
If you're asking how to tell which physical volumes make up a logical volume, lvdisplay -v <LV> will show you where each logical extent is stored. If you're asking how to tell which physical volumes make up a volume group, vgdisplay -v <VG> will tell you that. -- - mdz
