On Tue, Oct 5, 2010 at 9:15 PM, Phillip Susi <psusi@cfl.rr.com> wrote: > > This is unrelated to LVM but if you want to image a disk volume you do > so the same way as with a cd/iso image: use dd. You mean to say dd if=/some/iso of=/temp/location bs=1024 similarly dd if=/dev/lvm/in/question of=/nfs/location/to/store bs=1024 this type of thing. And then boot from that. _______________________________________________ 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/