From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shakaweb.org (unknown [89.238.67.59]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.saout.de (Postfix) with ESMTPS for ; Fri, 23 Oct 2009 09:49:01 +0200 (CEST) Received: from a219.tum.vpn.lrz-muenchen.de ([129.187.51.219] helo=y.deb) by shakaweb.org with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1N1EtQ-000207-H7 for dm-crypt@saout.de; Fri, 23 Oct 2009 09:49:00 +0200 Message-ID: <4AE15FEB.1050903@shakaweb.org> Date: Fri, 23 Oct 2009 09:48:59 +0200 From: Christopher Schramm MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [dm-crypt] How to move a LUKS partition List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dm-crypt@saout.de Hello, I got an encrypted partition which I need to free some space _before_. I already managed to shrink it, but how to move it? Can that be done by modifying the offset? What exactly is that offset? Free space between the beginning of the partition and the crypt volume? Can it be modified by using the cryptsetup resize command? Thanks for your help