From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x236.google.com (mail-wm0-x236.google.com [IPv6:2a00:1450:400c:c09::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.server123.net (Postfix) with ESMTPS for ; Thu, 25 Feb 2016 18:20:57 +0100 (CET) Received: by mail-wm0-x236.google.com with SMTP id g62so41222606wme.0 for ; Thu, 25 Feb 2016 09:20:56 -0800 (PST) References: <20160225160849.21765320@othir.localdomain> <56CF2DC2.6050008@gmail.com> <20160225180518.49410783@othir.localdomain> From: Milan Broz Message-ID: <56CF37F7.5060501@gmail.com> Date: Thu, 25 Feb 2016 18:20:55 +0100 MIME-Version: 1.0 In-Reply-To: <20160225180518.49410783@othir.localdomain> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] help List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Felix Wagner , Ondrej Kozina Cc: dm-crypt@saout.de On 02/25/2016 06:05 PM, Felix Wagner wrote: > Hello, > > thanks for your replies. Yea, any of those files DO NOT exist anywhere > on my fs (I checked with find). I think the process didn't really > start. > > How do I continue then? ok, it is possible that you find a nasty bug... (using /dev/disk/uuid path seems to be not working). Try this (replace and appropriately): 1) backup current (invalidated) header to some file (just to be sure) dd if= of= bs=512 count=2056 2) recover magic string echo -n -e 'LUKS\xba\xbe' | dd of= bs=1 seek=0 conv=notrunc ... and try to luksDump it, then luksOpen. Milan