From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mail.saout.de (Postfix) with ESMTP for ; Sun, 30 Jan 2011 10:41:25 +0100 (CET) Message-ID: <4D453241.5020609@redhat.com> Date: Sun, 30 Jan 2011 10:41:21 +0100 From: Milan Broz MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] Problems mounting device with cryptsetup 106. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Tyler Haske Cc: dm-crypt@saout.de On 01/30/2011 09:49 AM, Tyler Haske wrote: > I'm not keeping an encrypted backup. I almost lost 15 years worth of data. I am sure you are doing backups now;-) >> #cryptsetup create archive /dev/sdb ... >> #cryptsetup luksOpen /dev/sdb archive create and luksOpen are two distinct commands and formats, you cannot combine these two. (create will not fail on LUKS device, but you will get garbage instead of data) Milan