From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.server123.net (Postfix) with ESMTPS for ; Tue, 9 Dec 2014 09:36:43 +0100 (CET) Message-ID: <5486B498.2070403@gmx.at> Date: Tue, 09 Dec 2014 09:36:40 +0100 From: Hannes Erven MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] Last key removed List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dm-crypt@saout.de Cc: =?windows-1252?Q?Sebasti=E1n_Treu?= Hi, > Now I realized that was a stupid thing of mine thinking that way. To > keep short: Is my data lost, right? is the device still luksOpen? If yes, you could try to grab the master encryption key from the running system. I think # dmsetup table --showkeys DEVICENAME should do the trick. You still won't be able to use LUKS to open that device, but at least you can use dmsetup directly to decrypt and access your device. Good luck! -hannes