From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout.web.de (mout.web.de [212.227.17.11]) (using TLSv1.2 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.saout.de (Postfix) with ESMTPS for ; Thu, 17 Apr 2014 20:12:21 +0200 (CEST) Received: from [192.168.178.2] ([89.246.30.209]) by smtp.web.de (mrweb103) with ESMTPSA (Nemesis) id 0M8hsl-1Wp4473d5P-00wCzg for ; Thu, 17 Apr 2014 20:12:20 +0200 Message-ID: <53501984.9050004@web.de> Date: Thu, 17 Apr 2014 20:12:20 +0200 From: Jan Janssen MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [dm-crypt] Detached header List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dm-crypt@saout.de Hi, I'm experimenting with LUKS detached header and I had the problem that cryptsetup binary does not like regular files when provided with --header (both luksFormat and open). When I make a manual losetup with the same header file and provide the loop device to --header everything works fine. According to the man page, --header is supposed to work for regular files too. This should either get fixed or the manual page be updated. Jan Janssen