From owner-freebsd-questions@FreeBSD.ORG Tue Mar 14 04:32:08 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E328C16A400 for ; Tue, 14 Mar 2006 04:32:08 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75BF143D45 for ; Tue, 14 Mar 2006 04:32:06 +0000 (GMT) (envelope-from illoai@gmail.com) Received: by xproxy.gmail.com with SMTP id t12so922264wxc for ; Mon, 13 Mar 2006 20:32:05 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=myUW64L9GLcp1IbH+5SV7j3BCX9hwIiPjVBmm7IdHTRRyTcTkOQfth9nXUIdLA1qVcBSH+Yl2jTxYmCB3U4rFkEmyOGxm4Vvv7QrNhoefH38uHvGzvIWE+/e/CbUi3/Fc5/YCA5EOW2dT0zDbRqJ3crOgtnX167FT2z16oykJKs= Received: by 10.70.130.9 with SMTP id c9mr7100523wxd; Mon, 13 Mar 2006 20:32:05 -0800 (PST) Received: by 10.70.57.13 with HTTP; Mon, 13 Mar 2006 20:32:05 -0800 (PST) Message-ID: Date: Mon, 13 Mar 2006 22:32:05 -0600 From: "illoai@gmail.com" To: "Ensel Sharon" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org Subject: Re: how does a system come up if you disable background fsck ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 04:32:09 -0000 On 3/13/06, Ensel Sharon wrote: > > I have disabled background fsck in my /etc/rc.conf with: > > background_fsck=3D"no" > > But I am curious - what does this mean for the system if the system > crashes ? > > Does this mean that the system will wait for all non root partitions to > fully fsck before coming up into multi-user mode ? > > OR > > Does it mean the system will boot up quickly into multi-user mode, but th= e > non-root partitions will just not be mounted and/or usable until I fsck > them by hand ? Hit the power button and see for yourself. -- --