From owner-freebsd-questions@FreeBSD.ORG Tue Mar 14 04:19:42 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 3097516A400 for ; Tue, 14 Mar 2006 04:19:42 +0000 (UTC) (envelope-from user@dhp.com) Received: from shell.dhp.com (shell.dhp.com [199.245.105.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id E896443D45 for ; Tue, 14 Mar 2006 04:19:39 +0000 (GMT) (envelope-from user@dhp.com) Received: by shell.dhp.com (Postfix, from userid 896) id AE50731315; Mon, 13 Mar 2006 23:19:36 -0500 (EST) Date: Mon, 13 Mar 2006 23:19:36 -0500 (EST) From: Ensel Sharon To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: 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:19:42 -0000 I have disabled background fsck in my /etc/rc.conf with: background_fsck="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 the non-root partitions will just not be mounted and/or usable until I fsck them by hand ? thanks.