From owner-aic7xxx Fri Aug 28 08:32:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA02316 for aic7xxx-outgoing; Fri, 28 Aug 1998 08:32:43 -0700 (PDT) (envelope-from owner-aic7xxx@FreeBSD.ORG) Received: from dledford.dialnet.net (dledford.dialnet.net [206.65.249.116]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA02293 for ; Fri, 28 Aug 1998 08:32:34 -0700 (PDT) (envelope-from dledford@dialnet.net) Received: from dialnet.net (localhost [127.0.0.1]) by dledford.dialnet.net (8.8.5/8.8.4) with ESMTP id KAA17389; Fri, 28 Aug 1998 10:31:24 -0500 Message-ID: <35E6CD4C.242EE920@dialnet.net> Date: Fri, 28 Aug 1998 10:31:24 -0500 From: Doug Ledford X-Mailer: Mozilla 4.05 [en] (X11; I; Linux 2.1.115 i686) MIME-Version: 1.0 To: "Anthony J. Breeds-Taurima" CC: AIC7XXX driver developement mailing list Subject: Re: Large Filesystems References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-aic7xxx@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Anthony J. Breeds-Taurima wrote: > > Hello all, > I know this is not entirely related to the development of the aic7xxx > chipset BUT I'm hoping that some of the other people on this list will have > either an answer or a pointer to more info. > > I have gotten my aci7890 adapter working and installed these great Ultra2 > HDD's one 4.5Gb and the other 9.1Gb. I built a filesystem and got it all > running only to find a message along the lines of: > > VFS: Wrong blocksize on device 08:11 > ll_rw_block: device 08:11 only 1024-char blocks implemented (1026) > > Then I get a message about things not being free BUT appearing on the freelist > followed very shortly there after by a hang of a kernel panic. > > The Machine is a > PII-MMX 300, 512Mb RAM, AIC7890 controller built into the m/board (P2B-DS) > S3 VGA adapter and a FA310-TX NIC. > > It is running Redhat 5.1 with k2.0.35 Start checking your hardware. The block size can't be 1026 or else mke2fs would have complained, and 1026 is a bit flip number anyway (it's 1024 + 2, with 1024 being the e2fs block size on that partition and not the hard disk block size, which isn't reported to the VFS layer). Also, the block on freelist stuff is also indicitave of hardware problems. Start by replacing your RAM and see if the problems go away. -- Doug Ledford Opinions expressed are my own, but they should be everybody's. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-aic7xxx" in the body of the message