From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mail.saout.de (Postfix) with SMTP for ; Sat, 15 Aug 2009 15:09:28 +0200 (CEST) Message-ID: <4A86B314.3050501@gmx.de> Date: Sat, 15 Aug 2009 15:07:32 +0200 From: Rainer Maier MIME-Version: 1.0 References: <4A83FF8D.9000805@gmx.de> <20090813211202.GC731@tansi.org> In-Reply-To: <20090813211202.GC731@tansi.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] boot timeout and fsck.ext3 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Arno Wagner , dm-crypt@saout.de Hi Arno, since only /dev/sdb is encrypted and /dev/hda and /dev/sda are not encrypted, the system should have started just without this mount. Regarding fsck.ext3, I usually left it to Linux when it started. Would you have some hint how to do it manually ? I.e. the steps to be performed or a page where I find a description. Best regards Rainer Arno Wagner schrieb: > On Thu, Aug 13, 2009 at 01:57:01PM +0200, Rainer Maier wrote: >> Hi all, >> since my system is now working again, I have 2 more problems. >> >> 1. When Linux starts it requires a password for the encrypted >> partitions. How do I set the timeout value ? >> I know there is an easy way to do it, but I did not find it any more. > > What do you want it to do if the timeout expires? > Is this so the system can come up unattended? > >> 2. When the system starts, it requests a fsck.ext3 check. >> How is that done on luks ? > > On the decrypted raw device. > > Arno