Date: Sun, 16 May 1999 16:17:36 -0700 (PDT) From: Archie Cobbs <archie@whistle.com> To: alexlh@funk.org (Alex Le Heux) Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: fsck and large file system Message-ID: <199905162317.QAA75741@bubba.whistle.com> In-Reply-To: <373ECCB9.34648FFA@funk.org> from Alex Le Heux at "May 16, 99 01:48:41 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
Alex Le Heux writes: > Maybe I'm completely wrong here, but didn't I read somewhere that with > softupdates it would theoretically be possible to boot the system before > the fsck and fsck while it's running? Yes.. if you make the assumptions that: 1. There are no bugs in the soft updates code 2. Your disk always writes its blocks atomically Then it follows that the only disk inconsistencies that are possible during any boot-up are minor ones (eg, bitmap entry showing an allocated block that's not pointed to by anything) that can be fixed by a background daemon running at its leisure. As a consequence of doing this, your may have free, but temporarily unavailable, disk blocks for a while until the daemon finishes. Julian et.al. can correct me if I've left something out.. -Archie ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905162317.QAA75741>