From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mail.saout.de (Postfix) with ESMTP for ; Sat, 2 Jan 2010 21:07:51 +0100 (CET) Message-ID: <4B3FA78E.50706@redhat.com> Date: Sat, 02 Jan 2010 21:07:42 +0100 From: Milan Broz MIME-Version: 1.0 References: <4B3F8113.5030408@Sailer.priv.at> In-Reply-To: <4B3F8113.5030408@Sailer.priv.at> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] LUKS on a block device > 2TB: will it work? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Wolfgang Sailer Cc: dm-crypt@saout.de On 01/02/2010 06:23 PM, Wolfgang Sailer wrote: > Question: Will I be able to use a block device >2TB as the target of LUKS? >From the kernel block device point of view, there is no difference between MD, lvm2 or dm-crypt/LUKS device. You can have stacked LUKS over LVM over MD device of size several TB, it works. (LUKS just provides key management, there is no block device size limit hardcoded.) Milan