From owner-freebsd-geom@FreeBSD.ORG Tue Nov 23 12:44:54 2004 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D08D516A4CE for ; Tue, 23 Nov 2004 12:44:54 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3076143D41 for ; Tue, 23 Nov 2004 12:44:54 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id iANCipaC043447; Tue, 23 Nov 2004 13:44:51 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: RW From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 23 Nov 2004 12:39:33 GMT." <200411231239.33577.list-freebsd-2004@morbius.sent.com> Date: Tue, 23 Nov 2004 13:44:51 +0100 Message-ID: <43446.1101213891@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: freebsd-geom@freebsd.org Subject: Re: gbde: ufs & ffs X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2004 12:44:54 -0000 In message <200411231239.33577.list-freebsd-2004@morbius.sent.com>, RW writes: > >Why does the gbde section of the Handbook recommend running fsck -p -t ffs, >which calls fsck_ffs, when ordinary filesystems are checked with fsck_ufs. ufs and ffs are two sides of the same one filesystem. The difference is mainly that ufs _could_ potentially be shared with another filesystem using a different storage policy as well. Therefore, in my opinion, the correct name is FFS. >According to >, ffs runs >on top of ufs "providing directory structure information, and a variety of >disk access optimizations". That is 180 degrees wrong. >Am I correct in thinking that soft-updates >protect ffs from inconsistency, so that only a background ufs check is >required? yes. >Is it possible to background check gbde partitions? If so, can it be done >after booting is complete? yes. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.