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 7aG_qSSsK5ie for ; Sat, 8 Sep 2012 09:01:25 +0200 (CEST) Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.saout.de (Postfix) with ESMTPS for ; Sat, 8 Sep 2012 09:01:25 +0200 (CEST) Received: by wgbdr13 with SMTP id dr13so293831wgb.1 for ; Sat, 08 Sep 2012 00:01:24 -0700 (PDT) Message-ID: <504AED40.2010102@gmail.com> Date: Sat, 08 Sep 2012 09:01:20 +0200 From: Milan Broz MIME-Version: 1.0 References: <50378927.7090508@gmail.com> <20120824144028.GB2407@fancy-poultry.org> <20120824151439.GA30694@tansi.org> <20120905130125.GB11942@tansi.org> <20120906164659.GA20640@tansi.org> <20120906175309.GA1621@fancy-poultry.org> <20120906195810.GA24770@tansi.org> <20120907190453.GA27798@tansi.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] Encrypt all partitions with dm-crypt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stayvoid Cc: dm-crypt@saout.de On 09/08/2012 04:50 AM, Stayvoid wrote: >> From the top of my head, have you checked whether it is in >> use as swap? "swapon -s" should do that. > > Yep, it's in use. > > How bad is it? (I haven't mapped the partitions yet.) > I remember that I ran "partprobe -s" after the partitioning. Are you sure partitions are not already mapped? (e.g. parted does this automatically) try lsblk - if there are DM device mapping partitions, remove them using kpartx -d for swap just run swapoff Milan