Subject: Re: fsck & ccd
To: Jukka Marin <jmarin@pyy.jmp.fi>
From: Jarkko Torppa <torppa@cute.fi>
List: port-i386
Date: 02/27/1997 09:23:16
> 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... :-)

This is what I have in /etc/rc

        olddata=`ulimit -d`
        ulimit -d unlimited
        oldmem=`ulimit -m`
        ulimit -HSm unlimited
        fsck -p
        ulimit -m $oldmem
        ulimit -d $olddata

Is sh man-page still missing documentation on ulimit ?
-- 
 Jarkko.Torppa@cute.fi     +358-9-34871220         Cute Communications Oy