From owner-freebsd-isp@FreeBSD.ORG Tue Jun 6 12:57:11 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 363FD16AA35 for ; Tue, 6 Jun 2006 12:57:11 +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 B7AAA43D48 for ; Tue, 6 Jun 2006 12:57:10 +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 E51B233C041; Tue, 6 Jun 2006 14:57:08 +0200 (CEST) Received: from [192.168.0.26] (mail.introweb.net [80.65.97.195]) by frontend2.mailcluster.introweb.intern (Postfix) with ESMTP id 465E317012; Tue, 6 Jun 2006 14:59:14 +0200 (CEST) Message-ID: <44857BA4.90405@introweb.nl> Date: Tue, 06 Jun 2006 14:57:08 +0200 From: Robin Elfrink User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eric Anderson References: <44852CF1.5070300@introweb.nl> <62208.10.20.200.100.1149598242.squirrel@10.20.200.100> In-Reply-To: <62208.10.20.200.100.1149598242.squirrel@10.20.200.100> 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 12:57:12 -0000 Eric Anderson wrote: >>root@:~# fsck /dev/da0s1f >>** /dev/da0s1f (NO WRITE) >>cannot alloc 18446744067446403432 bytes for inphead > Have you tried using fsck_ffs and specifying an alternate superblock? > (say 160) Yes: root@:~# fsck_ffs -b 160 /dev/da0s1f Alternate super block location: 160 ** /dev/da0s1f (NO WRITE) cannot alloc 18446744067446403432 bytes for inphead Same error. Something is so badly wrong that fsck wants to allocate a very big amount of memory. I more or less have given up on the illusion of getting data back (that shows 'em, not letting me have a proper backup system), but still it's annoying not knowing what is going on and how to fix it. Robin