From owner-freebsd-questions Tue Sep 11 20:30:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from server1.lordlegacy.org (lordlegacy.org [209.61.182.147]) by hub.freebsd.org (Postfix) with ESMTP id 4A68C37B406 for ; Tue, 11 Sep 2001 20:30:23 -0700 (PDT) Received: from sharon ([216.13.207.127]) by server1.lordlegacy.org (8.9.3/8.9.3) with SMTP id RAA31549; Tue, 11 Sep 2001 17:41:26 -0500 From: "Stephen Hurd" To: "Michael" , Subject: RE: Newfs Super Block Backups?? Date: Tue, 11 Sep 2001 21:39:03 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-reply-to: X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > It seems to be doing the job but while doing it, it spits out a huge list of sectors so that > the whole thing looks like this: > #newfs -b 8192 -f 1024 /dev/ar0s1e > Warning: 2008 sector(s) in last cylinder unallocated. > /dev/ar0s1e: 240203816 sectors in 58644 cylinders of 1 tracks, 4096 sectors, 117287.0MB in 3666 > cyl groups (16 c/g, 32.00MB/g, 7936 i/g) > super-block backups (for fsck -b #) at > 32, 65568, 131104, 196640, 262176, 327712, 393248, 458784, 524320, 589856, > .... > [pages more] > ..., 240189472 > > > I can mount the file system and should be happy but my inquisitive mind would like to know what > all this stuff about the super-block backup means, I could not find any documentation on it. Those are your super-block backups... :-) Basically if your super-block heads south for one reason or another, fsck can find an "alternative" super-block to use... while you copy everything to a new HD... :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message