From owner-freebsd-current@FreeBSD.ORG Wed Apr 2 15:02:23 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 ED0C6106566B for ; Wed, 2 Apr 2008 15:02:23 +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 8AD248FC21 for ; Wed, 2 Apr 2008 15:02:23 +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 m32F2C2u040591 for ; Wed, 2 Apr 2008 11:02:22 -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 m32F21SA080434 for ; Wed, 2 Apr 2008 11:02:01 -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 m32F21Br080433 for freebsd-current@freebsd.org; Wed, 2 Apr 2008 11:02:01 -0400 (EDT) (envelope-from tbohml) From: "Tuc at T-B-O-H.NET" Message-Id: <200804021502.m32F21Br080433@himinbjorg.tucs-beachin-obx-house.com> To: freebsd-current@freebsd.org Date: Wed, 2 Apr 2008 11:02:01 -0400 (EDT) X-Mailer: ELM [version 2.5 PL8] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: 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: Wed, 02 Apr 2008 15:02:24 -0000 Hi, First foray into 7.0, so please excuse any (extra) stupidity. :) I loaded a system from scratch and compiled userland and kernel, and installed kernel. I haven't installed userland because I've run into a few issues with the system, so I'm trying to make sure I don't nuke the whole thing before I find out the problem. If this is my problem, please let me know. Otherwise, I have a flash memory stick thats giving me all sorts of problems valhalla# dmesg|grep da0 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-2 device da0: 1.000MB/s transfers da0: 3936MB (8060928 512 byte sectors: 255H 63S/T 501C) If I tried to newfs it on this system I got a "cg 0: bad magic number" error on it. If I repartition and reformat elsewhere, bring it here I get : 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 Not sure where to go from here. Only other complaint was for a "corrupt filesystem", but I had repartitioned and reformatted on a 5.4 system and immediately brought it here. Thanks, Tuc