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 LChtjkhPZICe for ; Wed, 26 Sep 2012 12:49:26 +0200 (CEST) Received: from mail-oa0-f50.google.com (mail-oa0-f50.google.com [209.85.219.50]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.saout.de (Postfix) with ESMTPS for ; Wed, 26 Sep 2012 12:49:26 +0200 (CEST) Received: by oagn16 with SMTP id n16so546025oag.37 for ; Wed, 26 Sep 2012 03:49:25 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <5062C9BB.5010900@0x01b.net> References: <5053D531.1000508@0x01b.net> <20120921100101.GA11357@tansi.org> <50614FBC.80709@0x01b.net> <506200BD.6010803@0x01b.net> <50626485.5000109@0x01b.net> <5062C9BB.5010900@0x01b.net> Date: Wed, 26 Sep 2012 14:49:25 +0400 Message-ID: From: Stayvoid Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [dm-crypt] Encrypt all partitions with dm-crypt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dm-crypt@saout.de > You can mount to wherever you like. Once you've mapped the block > device to /dev/mapper/NAME, you have a block device like any other. Will the following work from a recovery shell? # mkdir media # mount /dev/mapper/main /media # mount -t proc none /media/proc # mount --rbind /dev /media/dev # mount --rbind /sys /media/sys # mount /dev/sda1 /boot There is no /bin/bash. Can I use ash? # chroot /media /bin/ash