From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yw0-f189.google.com (mail-yw0-f189.google.com [209.85.211.189]) by mail.saout.de (Postfix) with ESMTP for ; Wed, 3 Mar 2010 23:41:01 +0100 (CET) Received: by ywh27 with SMTP id 27so593691ywh.22 for ; Wed, 03 Mar 2010 14:41:00 -0800 (PST) Message-ID: <4B8EE577.7010203@gmail.com> Date: Wed, 03 Mar 2010 17:40:55 -0500 From: Scott Castaline MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [dm-crypt] Encrypting multiple hard drives List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dm-crypt@saout.de Is it possible to encrypt 2 physical harddrives as one LUKS volume? If it is, would you make reference to both drives under the same cryptsetup command? (cryptsetup -y --cipher aes-cbc-essiv:sha256 --key-size 256 luksFormat /dev/sdc1 /dev/sdd1). Both drives are 500GB and will be used together as the same VG in LVM2.