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 vfQ4Oqa4mgk3 for ; Sun, 23 Jun 2013 23:06:13 +0200 (CEST) Received: from mout.web.de (mout.web.de [212.227.15.3]) by mail.saout.de (Postfix) with ESMTP for ; Sun, 23 Jun 2013 23:06:12 +0200 (CEST) Message-ID: <51C76342.6070401@web.de> Date: Sun, 23 Jun 2013 23:06:10 +0200 From: Jan Janssen MIME-Version: 1.0 References: <51C2D38C.5030203@web.de> <51C332C2.1000900@gmail.com> <1468118.MD1b3jT5q3@brinja> <51C71539.7020203@gmail.com> In-Reply-To: <51C71539.7020203@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] Truecrypt system partition support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Milan Broz Cc: dm-crypt@saout.de On 06/23/2013 05:33 PM, Milan Broz wrote: > Hi, > > The shared device for system encryption is fixed in devel git > http://code.google.com/p/cryptsetup/source/detail?r=a36de633d50d1e047cf5c0c3bc5e4d16a411fb62# > > Please let me know if there is any other problem. Still can't open it :( # sudo cryptsetup --tcrypt-system tcryptOpen /dev/sda windows device-mapper: reload ioctl on failed: Invalid argument The journal has some additional information: kernel: device-mapper: table: 254:1: crypt: Device lookup failed kernel: device-mapper: ioctl: error adding target to table Also, something's off about the --key-file option with tcrypt. I can't get it to accept my password from the file. But if I pipe it with cat to stdin it works. Maybe it's supposed to be this way, but then I think it needs extra mention in the manpage. And maybe there should be a way to provide a --passphrase-file option or something along those lines if the current handling is different to how its handled for luks. Thanks Jan