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 SZRVJ8VXJdkd for ; Tue, 26 Nov 2013 13:34:09 +0100 (CET) Received: from mail-ea0-x22e.google.com (mail-ea0-x22e.google.com [IPv6:2a00:1450:4013:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.saout.de (Postfix) with ESMTPS for ; Tue, 26 Nov 2013 13:34:09 +0100 (CET) Received: by mail-ea0-f174.google.com with SMTP id b10so3446742eae.5 for ; Tue, 26 Nov 2013 04:34:09 -0800 (PST) Message-ID: <5294953D.5060807@gmail.com> Date: Tue, 26 Nov 2013 13:34:05 +0100 From: Milan Broz MIME-Version: 1.0 References: <528F152D.5090205@riseup.net> <52948EBF.6020604@riseup.net> In-Reply-To: <52948EBF.6020604@riseup.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] open ext-2/3/4 luks container, ext2fsd + FreeOTFE in Windows List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "shmick@riseup.net" Cc: dm-crypt@saout.de On 11/26/2013 01:06 PM, shmick@riseup.net wrote: > does anybody have some working field notes they can pass on to get this > working ? > > when i attempt to open the luks container, FreeOTFE can't do it > > in windows device manager the disk reports it must be initialised which > will obviously destroy the luks header info I think usual way is to create partition table with single partition (and create LUKS on that partition) IIRC device manager will not complain if there is a partition table. > i may have better luck with a FAT/NTFS fs but i'd prefer to keep it > native to linux and just use read only in Windows > > my method was to simply first create the luks container, format it to > ext4 and attempt to open in Windows with FreeOTFE So you destroy LUKS header or keyslots by mkfs? This is wrong, don't do it. It is just pure luck if it works. (It was actually kind of a bug in mkfs that it did not destroy LUKS signature properly.) Milan