Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Aug 1998 10:31:24 -0500
From:      Doug Ledford <dledford@dialnet.net>
To:        "Anthony J. Breeds-Taurima" <tony@cantech.net.au>
Cc:        AIC7XXX driver developement mailing list <aic7xxx@FreeBSD.ORG>
Subject:   Re: Large Filesystems
Message-ID:  <35E6CD4C.242EE920@dialnet.net>
References:  <Pine.LNX.3.96.980827122138.23834G-100000@poseidon.cantech.net.au>

next in thread | previous in thread | raw e-mail | index | archive | help
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  <dledford@dialnet.net>
  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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?35E6CD4C.242EE920>