From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-x232.google.com (mail-wi0-x232.google.com [IPv6:2a00:1450:400c:c05::232]) (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 ; Tue, 5 May 2015 20:47:34 +0200 (CEST) Received: by widdi4 with SMTP id di4so173193830wid.0 for ; Tue, 05 May 2015 11:47:33 -0700 (PDT) Received: from [10.42.42.5] ([77.231.192.242]) by mx.google.com with ESMTPSA id hu1sm220344wib.6.2015.05.05.11.47.29 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 05 May 2015 11:47:31 -0700 (PDT) Message-ID: <55491040.2090400@gmail.com> Date: Tue, 05 May 2015 20:47:28 +0200 From: janemba MIME-Version: 1.0 References: <31863d9a3c317bd4943bcb16612a63ca.squirrel@ssl.verfeiert.org> In-Reply-To: <31863d9a3c317bd4943bcb16612a63ca.squirrel@ssl.verfeiert.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] External HD don't want to be deciphered List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dm-crypt@saout.de On 05/04/2015 08:59 PM, Sven Eschenberg wrote: > On Mon, May 4, 2015 16:51, janemba wrote: >> (Sorry I forgot the subject) >> >> On Mon, May 4, 2015 at 4:50 PM, janemba wrote: >> >>> Hi, >>> >>> I have an issue with LUKS. I have a new external hard drive with the >>> following characteristics : >>> >>> Host scsi11: usb-storage >>> Vendor: Seagate (2TB) >>> Product: Expansion >>> Serial Number: xxx >>> Protocol: Transparent SCSI >>> Transport: Bulk >>> Quirks: SANE_SENSE >>> >>> Also I have cryptsetup install on my box with version 1.4.3 and kernel >>> 3.14.5. I can't update cryptsetup on this box as I ciphered the hard >>> drive >>> with this version and I'm afraid to not be able to deciphered the hard >>> drive if cryptsetup version change. >>> > On a short sidenote, you could still keep a copy of your current > cryptsetup for safety or even compile a static build to keep on your > 'desk' or some thumb drive just in case some issues arise with newer > versions. > > Ragards > > -Sven > > P.S.: Aside from that you might want to fill in the details Arno asked for... > Ok thank you guys. I tried with a static version of cryptsetup and everything worked fine now. So, I will update to the latest version like Arno said but after a complete backup. Thanks again