From owner-freebsd-questions@FreeBSD.ORG Fri Mar 11 18:41:18 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 93CFE16A4CF; Fri, 11 Mar 2005 18:41:18 +0000 (GMT) Date: Fri, 11 Mar 2005 18:41:18 +0000 From: Kris Kennaway To: freebsd-questions@freebsd.org Message-ID: <20050311184118.GF72527@hub.freebsd.org> References: <813975182.20050311030827@wanadoo.fr> <200503111443.j2BEh2s02308@clunix.cl.msu.edu> <1513197873.20050311183716@wanadoo.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1513197873.20050311183716@wanadoo.fr> User-Agent: Mutt/1.4.2.1i Subject: Re: fsck errors on a running system that disappear in single-user mode X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2005 18:41:18 -0000 On Fri, Mar 11, 2005 at 06:37:16PM +0100, Anthony Atkielski wrote: > Jerry McAllister writes: > > > At least most likely. There could possibly a real inconsistency, > > but it would be difficult on a running system to distinguish it > > from the artifacts you point out above. > > But a real consistency would presumably persist with an fsck on a system > in single-user mode, which is (I assume) quiescent, right? Yes (single-user mode isn't the issue; the filesystem needs to be unmounted or mounted read-only, or to be using UFS snapshots (in 5.x) in order for fsck to have a consistent snapshot of the data that doesn't change out from underneath it). Kris