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 SXkZ5nqAENBo for ; Sun, 2 Sep 2012 19:45:34 +0200 (CEST) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by mail.saout.de (Postfix) with ESMTP for ; Sun, 2 Sep 2012 19:45:33 +0200 (CEST) Date: Sun, 2 Sep 2012 19:45:32 +0200 From: Heinz Diehl Message-ID: <20120902174532.GA2954@fancy-poultry.org> References: <20120902163543.GA1581@fancy-poultry.org> <50439201.1080300@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <50439201.1080300@gmail.com> Subject: Re: [dm-crypt] Elevator / dm-crypt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dm-crypt@saout.de On 02.09.2012, Milan Broz wrote: [....] Thanks a lot, Milan! Now it's all clear to me. My main intention is to set "noop" as the default elevator, and switch to cfq for the harddisk via rc.local when booting (it's a conventional rotating drive, no SSD). This has the effect that all USB drives plugged in later will get "noop" as their active scheduler, since it's the default, while all partitions on the harddisk have "cfq". This way, I avoid hair-pulling work with udev/systemd to have "noop" for all non-rotational drives plugged in :-)