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 qSt8gfKd7BBw for ; Sun, 12 Jan 2014 11:58:20 +0100 (CET) Received: from mail-ee0-x234.google.com (mail-ee0-x234.google.com [IPv6:2a00:1450:4013:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.saout.de (Postfix) with ESMTPS for ; Sun, 12 Jan 2014 11:58:20 +0100 (CET) Received: by mail-ee0-f52.google.com with SMTP id e53so550866eek.25 for ; Sun, 12 Jan 2014 02:58:19 -0800 (PST) Message-ID: <52D27548.6030600@gmail.com> Date: Sun, 12 Jan 2014 11:58:16 +0100 From: Milan Broz MIME-Version: 1.0 References: <52BFE5FA.1030608@gmail.com> <52C47BE1.9090202@gmail.com> <52C49715.7080904@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] cryptsetup-1.6.3/truecrypt container List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Strauss Cc: dm-crypt@saout.de On 01/02/2014 07:02 PM, Michael Strauss wrote: >> Yes, --tries doesn't work there (in fact it never worked for >> truecrypt format). >> It will need some small code changes but it should work... It is implemented now in git tree, both open and dump cryptsetup commands should support --tries option now. Milan