Subject: Re: fsck & ccd
To: Jukka Marin <jmarin@pyy.jmp.fi>
From: Greg Wohletz <greg@duke.CS.UNLV.EDU>
List: port-i386
Date: 02/26/1997 23:59:42
>Hello,
>
>How do people using ccd make fsck work in the rc script?  We just get this:
>
># fsck /dev/ccd0d
>** /dev/rccd0d
>cannot alloc 7948802 bytes for lncntp
>
>(This is a nice 16 GB ccd disk... :-)
>

You need to increase the maximum data size, you can change the default by
putting DFLDSIZ=xxxxxxxx in the kernel config file.  I have ours set to
64megs.  Note this is the default not the max, it just was a pain to reset
the default in rc since (as far as i know) csh is the only shell with
commands to manipulate these limits.

						--Greg