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, 26 Jun 2010 17:03:13 +0200 (CEST) Message-ID: <4C2616AC.8070504@redhat.com> Date: Sat, 26 Jun 2010 17:03:08 +0200 From: Milan Broz MIME-Version: 1.0 References: <20100617170221.GB6305@lib.inittab.org> In-Reply-To: <20100617170221.GB6305@lib.inittab.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] Move from basic dm-crypt to LUKS List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alberto Gonzalez Iniesta Cc: dm-crypt@saout.de On 06/17/2010 07:02 PM, Alberto Gonzalez Iniesta wrote: > I created a plain dm-crypt mapping on my laptop HD, when (later) I found > I actually wanted a LUKS one. I know [1] I cannot migrate from > no-encryption to LUKS (without backup/restore). But can I move my basic > dm-crypt partition to use LUKS, or am I doomed to backup/restore? You have to backup/restore. LUKS metadata are located at start of device, plain dm-crypt have no metadata there. (So the LUKS device will be even smaller of this metadata area.) Milan