From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by mail.saout.de (Postfix) with ESMTP for ; Sat, 4 Sep 2010 16:05:33 +0200 (CEST) Date: Sat, 4 Sep 2010 16:05:31 +0200 From: Heinz Diehl Message-ID: <20100904140531.GA9769@fancy-poultry.org> References: <20100904081129.625a599d@lapbox> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100904081129.625a599d@lapbox> Subject: Re: [dm-crypt] My sequence of failure List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dm-crypt@saout.de On 04.09.2010, machiner wrote: > 1 - # cryptsetup luksOpen /dev/sdb1 backup > 2 - # mkfs.ext3 /dev/mapper/backup > 3 - # mount /dev/mapper/backup /mnt/backup If the underlying filesystem before the ext3 format was ext2/ext3, you maybe have a chance to "unformat" your partition, there are some tools out there in the net. I never used one by myself, so your mileage may vary. However, if your original fs was btrfs or xfs, you're hosed, and your data are gone, forever.