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 h7TKUjHeQ6Rb for ; Tue, 12 Feb 2013 17:25:01 +0100 (CET) Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.saout.de (Postfix) with ESMTPS for ; Tue, 12 Feb 2013 17:25:01 +0100 (CET) Received: by mail-wi0-f176.google.com with SMTP id hm14so4630617wib.15 for ; Tue, 12 Feb 2013 08:25:00 -0800 (PST) Message-ID: <511A6CD8.2070303@gmail.com> Date: Tue, 12 Feb 2013 17:24:56 +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] How to mount crypted losetup partition? It is possible? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: conditer Cc: dm-crypt@saout.de On 02/12/2013 05:19 PM, conditer wrote: > Ha all! > > Is there right way to luksOpen losetup crypted partition? > > I use this line: > echo -n "...60-some-digits..." | losetup -p 0 -e twofish128 -H > rmd160 -v /dev/loop7 /dev/sdd Read https://lkml.org/lkml/2012/11/2/162 and http://code.google.com/p/cryptsetup/wiki/FrequentlyAskedQuestions#7._Interoperability_with_other_Disk_Encryption_Tools If it is not described there properly, please let me know. (cryptsetup should be able to map all losetup encrypted variants, but note using "create" command, not luksOpen) Milan