From owner-freebsd-isp@FreeBSD.ORG Tue Jun 6 14:55:54 2006 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 486AA16C86B for ; Tue, 6 Jun 2006 14:55:32 +0000 (UTC) (envelope-from elfrink@introweb.nl) Received: from relay.introweb.nl (relay.introweb.nl [80.65.96.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2647643D46 for ; Tue, 6 Jun 2006 14:55:25 +0000 (GMT) (envelope-from elfrink@introweb.nl) Received: from smtp.introweb.nl (frontend2.mailcluster.introweb.intern [192.168.4.32]) by relay4.introweb.nl (Postfix) with ESMTP id D9A2A33C069; Tue, 6 Jun 2006 16:55:24 +0200 (CEST) Received: from [192.168.0.26] (mail.introweb.net [80.65.97.195]) by frontend2.mailcluster.introweb.intern (Postfix) with ESMTP id 4F5F21701F; Tue, 6 Jun 2006 16:57:30 +0200 (CEST) Message-ID: <4485975C.9090209@introweb.nl> Date: Tue, 06 Jun 2006 16:55:24 +0200 From: Robin Elfrink User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: john@day-light.com References: In-Reply-To: X-Enigmail-Version: 0.93.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-isp@freebsd.org Subject: Re: Recovery from disk+fs crash X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 14:55:59 -0000 John Brooks wrote: > how does the rest of the disk look? is the math correct > when you run "disklabel da0"? 'disklabel da0' says 'no valid label found'. Did you mean da0s1 ? root@:~# disklabel da0s1 # /dev/da0s1: 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 524288 0 4.2BSD 2048 16384 32776 b: 2046640 524288 swap c: 142335837 0 unused 0 0 # "raw" part. don't edit d: 524288 2570928 4.2BSD 2048 16384 32776 e: 524288 3095216 4.2BSD 2048 16384 32776 f: 138716333 3619504 4.2BSD 2048 16384 28552 Looks OK to me. Robin