Glenn Everette wrote: > I'm using OpenSuSe 11.1. The LV was initially created on a 10.3 with one > drive and extended to two drives. I've moved the physical volume into > and out of various linux distros with no problem. Now the Logical Volume > does not show up in any partitioning tool or any Linux distro. ... > vault { > id = "4LIF0K-KJQl-JtpG-bRTv-YoSA-18Zz-kwKIoy" > seqno = 6 > status = ["EXPORTED", "RESIZEABLE", "READ", "WRITE"] ... > omni:~ # lvs --all --debug --verbose > Finding all logical volumes > Volume group vault is exported Your VG is apparently marked as exported (see man for vgexport/vgimport) Try vgimport vault vgchange -a y vault Milan -- mbroz@redhat.com _______________________________________________ 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/