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 YFaADnDqmJNM for ; Mon, 2 Dec 2013 17:21:34 +0100 (CET) Received: from mail-vb0-x22e.google.com (mail-vb0-x22e.google.com [IPv6:2607:f8b0:400c:c02::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.saout.de (Postfix) with ESMTPS for ; Mon, 2 Dec 2013 17:21:34 +0100 (CET) Received: by mail-vb0-f46.google.com with SMTP id i12so8492025vbh.5 for ; Mon, 02 Dec 2013 08:21:32 -0800 (PST) Received: from [192.168.1.14] (pool-72-95-221-222.pitbpa.fios.verizon.net. [72.95.221.222]) by mx.google.com with ESMTPSA id xx6sm108967839vdb.3.2013.12.02.08.21.31 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 02 Dec 2013 08:21:31 -0800 (PST) Message-ID: <529CB3DC.1040304@gmail.com> Date: Mon, 02 Dec 2013 11:22:52 -0500 From: Rick Farina MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [dm-crypt] unable to mount my encrypted drive List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dm-crypt@saout.de All of a sudden, I'm unable to mount my encrypted drive anymore. I don't really reboot a lot, so I'm sure a lot has changed since my last luksOpen including kmod version and cryptsetup being updated from 1.4.3 to 1.6.2. I typically decrypt with something like this: zero@ozzie ~ % gpg --batch --decrypt /run/usbstick/slicehdd.gpg 2> /dev/null | sudo cryptsetup luksOpen /dev/sdb1 slice -d - But now all I'm getting is this: No key available with this passphrase. here is some additional information: zero@ozzie ~ % sudo cryptsetup luksDump /dev/sdb1 LUKS header information for /dev/sdb1 Version: 1 Cipher name: aes Cipher mode: xts-essiv:wp256 Hash spec: sha1 Payload offset: 4096 MK bits: 512 MK digest: removed MK salt: removed MK iterations: removed UUID: removed Key Slot 0: ENABLED Iterations: removed Salt: removed Key material offset: removed AF stripes: removed Key Slot 1: DISABLED Key Slot 2: DISABLED Key Slot 3: DISABLED Key Slot 4: DISABLED Key Slot 5: DISABLED Key Slot 6: DISABLED Key Slot 7: DISABLED Please let me know what else is needed for troubleshooting. Thanks for the support, and the great software. Been using cryptsetup for years and loving it. -Zero