From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3DAEDEE5.4540B954@silicide.dk> From: Jon Bendtsen MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [linux-lvm] creating a LVM ontop of a cryptated (ppdd) loop back device Sender: linux-lvm-admin@sistina.com Errors-To: linux-lvm-admin@sistina.com Reply-To: linux-lvm@sistina.com List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: Date: Thu Oct 17 11:02:01 2002 List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-lvm@sistina.com I'm trying to cryptate my filesystems, and be able to take snapshots of them. I cannot get a snapshot of a cryptated LV to work (maybe because it is readonly) So i wanted to go the other way, and put the encryption in the bottom. But, i cant create a VG ontop of a cryptated (ppdd) loop back device. It works on a unencrypted device. It pvcreates just fine, but when it comes to vgcreate, it says: ve:/# pvcreate /dev/loop1 pvcreate -- physical volume "/dev/loop1" successfully created ve:/# vgcreate vgt /dev/loop1 vgcreate -- no valid physical volumes in command line Does anyone know any other encryption that works with LVM and/or allows one to take snapshots? JonB