From owner-freebsd-questions@FreeBSD.ORG Sat Oct 25 16:50:33 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42FDB16A4B3 for ; Sat, 25 Oct 2003 16:50:33 -0700 (PDT) Received: from 21322530218.direct.eti.at (21322530218.direct.eti.at [213.225.30.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3303E43FDD for ; Sat, 25 Oct 2003 16:50:31 -0700 (PDT) (envelope-from tilman@arved.de) Received: from huckfinn.arved.de (localhost [127.0.0.1]) h9PNoS27068147; Sun, 26 Oct 2003 01:50:28 +0200 (CEST) (envelope-from tilman@arved.de) Received: (from tilman@localhost) by huckfinn.arved.de (8.12.10/8.12.6/Submit) id h9PNRJ9a061888; Sun, 26 Oct 2003 01:27:19 +0200 (CEST) X-Authentication-Warning: huckfinn.arved.de: tilman set sender to tilman@arved.de using -f Date: Sun, 26 Oct 2003 01:27:19 +0200 From: Tilman Linneweh To: freebsd-questions@FreeBSD.org Message-ID: <20031025232719.GB56835@huckfinn.arved.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Mutt/1.4.1i cc: tilman@arved.de Subject: fsck -b 32 no updating Standard Superblock 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: Sat, 25 Oct 2003 23:50:33 -0000 Hi, I managed to trash my superblocks. When I try fsck -b 32 everything goes we= ll, but the original superblock is not updated: sauna# fsck /dev/ad0s1e ** /dev/ad0s1e Cannot find file system superblock LOOK FOR ALTERNATE SUPERBLOCKS? [yn] y USING ALTERNATE SUPERBLOCK AT 32 ** Last Mounted on=20 ** Phase 1 - Check Blocks and Sizes ** Phase 2 - Check Pathnames ** Phase 3 - Check Connectivity ** Phase 4 - Check Reference Counts ** Phase 5 - Check Cyl groups 96 files, 188 used, 128811 free (75 frags, 16092 blocks, 0.1% fragmentation) sauna# According to Google there should be a Question UPDATE STANDARD SUPERBLOCK? [yn] but there isn't. what is going wrong? regards tilman