Subject: Re: fsck problem on a concatinated disk
To: Len Burns <lburns@sasquatch.com>
From: Giles Lean <giles@nemeton.com.au>
List: netbsd-help
Date: 08/25/1997 18:03:37
On Mon, 25 Aug 1997 00:56:41 +0000  Len Burns wrote:

> I have configured an interleved concaninated disk of about 12 gigs
> across 3 scsi disks under NetBSD-1.2.1 i386.  It is running on a 200
> megahertz pentium wiht 256 megs of memory which is running well other
> than this.  When fsck attempts to check the ccd, I see the following:
> ** /dev/rccd0a
> cannot alloc 5990402 bytes for lncntp

Check your shell limits.  (ksh 'ulimit', csh 'limit').  fsck wants
to allocate lots of memory, and the limits are probably too low.

Regards,

Giles