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 ZjipCqE_crjl for ; Sun, 11 Mar 2012 11:23:18 +0100 (CET) Received: from mail-we0-f178.google.com (mail-we0-f178.google.com [74.125.82.178]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.saout.de (Postfix) with ESMTPS for ; Sun, 11 Mar 2012 11:23:17 +0100 (CET) Received: by wera13 with SMTP id a13so3117005wer.37 for ; Sun, 11 Mar 2012 03:23:17 -0700 (PDT) Message-ID: <4F5C7E0A.6060908@gmail.com> Date: Sun, 11 Mar 2012 11:27:22 +0100 From: =?ISO-8859-1?Q?Javier_Juan_Mart=EDnez_Cabez=F3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [dm-crypt] exclusive flag trouble List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dm-crypt@saout.de Hi until now I used a tool to make hidden partitions called scubed (is something like a partition tool that used cryptsetup to create the needed volumes (really old but worked fine) http://cube.dyndns.org/cgi-bin/viewvc.cgi/trunk/scubed.c?diff_format=l&sortdir=down&logsort=rev&sortby=log&view=markup&root=scubed - I get realized from this: http://code.google.com/p/cryptsetup/issues/detail?id=105 With scubed you create five cryptsetup levels in the same device and with all unlocked you assign needed blocks to each of them with scubed) I haven't get troubles with this is able for example to create read only media (dvd+-r) with multiple ciphered layers. Here is the readme (with a mini tutorial): http://cube.dyndns.org/svn/scubed/trunk/README I think this will not be compatible with --shared flag. If this is correct is there any possibility to make non-exclusive flag available if cryptsetup will not control resizing partitions if not an underlaying tool? (as this one does that use dm-linear I think?) If not at least can be enabled the non-exclusive flags to read only media? Thanks for your time.