From owner-freebsd-current@FreeBSD.ORG Thu Apr 3 12:52:14 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01E9C106566B for ; Thu, 3 Apr 2008 12:52:14 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from vjofn.tucs-beachin-obx-house.com (vjofn-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::5e5]) by mx1.freebsd.org (Postfix) with ESMTP id 927DC8FC21 for ; Thu, 3 Apr 2008 12:52:13 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from himinbjorg.tucs-beachin-obx-house.com ([208.45.246.58]) (authenticated bits=0) by vjofn.tucs-beachin-obx-house.com (8.14.2/8.14.2) with ESMTP id m33Cq2tX059245; Thu, 3 Apr 2008 08:52:12 -0400 (EDT) Received: from himinbjorg.tucs-beachin-obx-house.com (localhost.tucs-beachin-obx-house.com [127.0.0.1]) by himinbjorg.tucs-beachin-obx-house.com (8.13.8/8.13.6) with ESMTP id m33CprTS099349; Thu, 3 Apr 2008 08:51:54 -0400 (EDT) (envelope-from ml@t-b-o-h.net) Received: (from tbohml@localhost) by himinbjorg.tucs-beachin-obx-house.com (8.13.8/8.13.6/Submit) id m33CprpP099348; Thu, 3 Apr 2008 08:51:53 -0400 (EDT) (envelope-from tbohml) From: "Tuc at T-B-O-H.NET" Message-Id: <200804031251.m33CprpP099348@himinbjorg.tucs-beachin-obx-house.com> To: samflanker@gmail.com (sam) Date: Thu, 3 Apr 2008 08:51:53 -0400 (EDT) In-Reply-To: <47F47B93.4000003@gmail.com> X-Mailer: ELM [version 2.5 PL8] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: [freebsd-current] re: fsck_4.2bsd: cannot alloc 4294967292 bytes for inoinfo X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2008 12:52:14 -0000 > > > > valhalla# fsck -y /dev/da0s1d > > ** /dev/da0s1d > > ** Last Mounted on /data2 > > ** Phase 1 - Check Blocks and Sizes > > fsck_4.2bsd: cannot alloc 4294967292 bytes for inoinfo > > Hi, > > a similar problems > http://lists.freebsd.org/pipermail/freebsd-questions/2007-June/151686.html > http://unix.derkeiler.com/Mailing-Lists/FreeBSD/hackers/2007-09/msg00112.html > (with patch) > Hi, Thanks, didn't see those links when I originally googled the issue. Most of the replies talk about corruption. The problem is that I formatted this on a 5.5 system fine, bring it over to this Soekris 7.0 system and it immediately complains about the fsck. Even if we say that fsck has an issue, not the drive... As soon as I mount the drive and try to create filesystems on it I get a kernel panic (http://www.freebsd.org/cgi/query-pr.cgi?pr=122380) I even brought a 7.0 system up elsewhere, formatted it there, and mounted it on the Soekris system, and as soon as I start to use it it panics. In the middle of all that I have put it under Windows and stressed it with no problems, and on the 5.5 system with no problems. It seems to be something I can only reproduce on the Soekris. :-/ (And its got more memory than my laptop I installed 7.0 on, and the laptop FSCKs fine) Thanks, Tuc