From owner-freebsd-hackers Sat Jan 6 22:53:05 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA20099 for hackers-outgoing; Sat, 6 Jan 1996 22:53:05 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id WAA20091 for ; Sat, 6 Jan 1996 22:52:44 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id RAA27820; Sun, 7 Jan 1996 17:49:02 +1100 Date: Sun, 7 Jan 1996 17:49:02 +1100 From: Bruce Evans Message-Id: <199601070649.RAA27820@godzilla.zeta.org.au> To: hackers@FreeBSD.ORG, mrcpu@cdsnet.net Subject: Re: Number of superblocks on big disks. Sender: owner-hackers@FreeBSD.ORG Precedence: bulk >Is there some real good reason to keep the huge number of superblock >backups that exists when formatting very large disks? It's part of the file system format. There is a superblock for each cylinder group. >a) It takes forever Most of the time is for writing the inodes for each cylinder group. Bruce