From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.saout.de ([127.0.0.1]) by localhost (mail.saout.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mijliIS4a4_f for ; Mon, 2 Apr 2012 13:15:52 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mail.saout.de (Postfix) with ESMTP for ; Mon, 2 Apr 2012 13:15:52 +0200 (CEST) Message-ID: <4F798A64.4000009@redhat.com> Date: Mon, 02 Apr 2012 13:15:48 +0200 From: Milan Broz MIME-Version: 1.0 References: <4F79665F.8080706@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] about invalid key slots List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: ".. ink .." Cc: dm-crypt@saout.de On 04/02/2012 12:10 PM, .. ink .. wrote: > on-disk-format.pdf says key-slot-2 is at offset 256, luksDump says its at 264. Is this expected? Seems I sent that just private - so here: 256 is offset in bytes of keyslot info struct in LUKS header, 264 is value (stored in this info struct) describing offset of keyslot area on disk, in sectors. IOW two separate things. Milan