From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mail.saout.de (Postfix) with ESMTP for ; Fri, 18 Feb 2011 18:00:06 +0100 (CET) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PqTgb-0002t2-EL for dm-crypt@saout.de; Fri, 18 Feb 2011 18:00:05 +0100 Received: from rain.gmane.org ([80.91.229.7]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 Feb 2011 18:00:05 +0100 Received: from baumane by rain.gmane.org with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 Feb 2011 18:00:05 +0100 From: Eric Bauman Date: Sat, 19 Feb 2011 03:39:07 +1100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [dm-crypt] LUKS and LVM List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dm-crypt@saout.de Hi, When using LVM with LUKS, is it more secure to: 1 - have a single container containing LVM, or 2 - LVM containing multiple containers? I typically randomise my block device before creating a LUKS container on it. Option 2 would seem to reduce the effectiveness of this because LVM will give clues to where real data might be. Thoughts? Thanks, Eric