From owner-freebsd-questions@FreeBSD.ORG Wed Oct 19 06:50:05 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 63D7716A41F for ; Wed, 19 Oct 2005 06:50:05 +0000 (GMT) (envelope-from dpkirchner@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0025143D46 for ; Wed, 19 Oct 2005 06:50:04 +0000 (GMT) (envelope-from dpkirchner@gmail.com) Received: by xproxy.gmail.com with SMTP id t13so14954wxc for ; Tue, 18 Oct 2005 23:50:04 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Nm2pYhgVdSw2Ad/8gA9huyGhxAx6uHWuSLsdXnTiHYdgXI3KlFeoKKpZjra38HdY5FpJ0aeoXBW4ZzYme2+FCSYqro/luu9k+XFi+AWPB3eGsxb/f1J2SKxkB54CzvHlUhdt6p0IwYiiPPKAMr7W7z3WhDFKvFqgtVMC6AgK7j4= Received: by 10.70.59.15 with SMTP id h15mr159033wxa; Tue, 18 Oct 2005 23:50:04 -0700 (PDT) Received: by 10.70.104.18 with HTTP; Tue, 18 Oct 2005 23:50:04 -0700 (PDT) Message-ID: <35c231bf0510182350m61574d87je3f2e2fc8c7b6e3a@mail.gmail.com> Date: Tue, 18 Oct 2005 23:50:04 -0700 From: David Kirchner Sender: dpkirchner@gmail.com To: darren david In-Reply-To: <4355E688.8050401@3x3x3.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4355E688.8050401@3x3x3.org> Cc: freebsd-questions@freebsd.org Subject: Re: fsck woes: no '-b' option? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2005 06:50:05 -0000 On 10/18/05, darren david wrote: > SEARCH FOR ALTERNATE SUPER-BLOCK FAILED. YOU MUST USE THE > -b OPTION TO FSCK TO SPECIFY THE LOCATION OF AN ALTERNATE > SUPER-BLOCK TO SUPPLY NEEDED INFORMATION; SEE fsck(8). > > > ---- > > this is all well and good, but according to 'man 8 fsck', there is no > '-b' option. any thoughts on way around this? I'm running on 5.4-STABLE. It looks like the fsck man page needs to be clarified, and the fsck output needs to be modified. What is actually telling you to use -b is "fsck_ffs".