From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LIotE-0000Ro-DN for garchives@archives.gentoo.org; Fri, 02 Jan 2009 18:36:56 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3497E03D6; Fri, 2 Jan 2009 18:36:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 847EDE03D6 for ; Fri, 2 Jan 2009 18:36:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 25D1B64CCE for ; Fri, 2 Jan 2009 18:36:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -2.313 X-Spam-Level: X-Spam-Status: No, score=-2.313 required=5.5 tests=[AWL=1.286, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VHr40FrAO7SP for ; Fri, 2 Jan 2009 18:36:46 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 622D564C18 for ; Fri, 2 Jan 2009 18:36:45 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LIosx-0008JU-FF for gentoo-user@gentoo.org; Fri, 02 Jan 2009 18:36:39 +0000 Received: from e180078040.adsl.alicedsl.de ([85.180.78.40]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 02 Jan 2009 18:36:39 +0000 Received: from blog by e180078040.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 02 Jan 2009 18:36:39 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: =?ISO-8859-15?Q?Jens_M=FCller?= Subject: [gentoo-user] Re: Genkernel: non-standard crypto setup Date: Fri, 02 Jan 2009 19:36:28 +0100 Message-ID: References: <200901021928.56817.dirk.heinrichs@online.de> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: e180078040.adsl.alicedsl.de User-Agent: Thunderbird 2.0.0.19 (X11/20081231) In-Reply-To: <200901021928.56817.dirk.heinrichs@online.de> Sender: news X-Archives-Salt: 894ac480-178c-48eb-9a61-5780ad1da2df X-Archives-Hash: 9f5670a52bbfc467f8872831bb6fd5dc Dirk Heinrichs schrieb: > Just to make sure I understand what you want to do: You have encrypted > physical volumes which you want to combine into an LVM volume group and then > put logical volumes into this VG? Raid part 1 \ Raid part 2 >- Raid5 -> /dev/md127 = PV1 Raid part 3 / ...(possibly others)... PV1 --LVM--> VG1 ---> LV1: \dev\mapper\vg1-crypt LV1: \dev\mapper\vg1-crypt --cryptsetup--> \dev\mapper\crypt_pv \dev\mapper\crypt_pv = PV2 --LVM--> VG1 ---> (all the partitions) Basically, I have one encrypted "physical" volume, but I want to be flexible ...