Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 May 2005 22:44:45 -0700 (PDT)
From:      Don Lewis <truckman@FreeBSD.org>
To:        anderson@centtech.com
Cc:        freebsd-current@FreeBSD.org
Subject:   Re: cannot alloc 19968 bytes for inoinfo
Message-ID:  <200506010544.j515ija7090994@gw.catspoiler.org>
In-Reply-To: <429C77D9.2000903@centtech.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 31 May, Eric Anderson wrote:
> One of my filesystems won't fsck.  I'm not sure how to fix it, or what 
> it's really trying to tell me.
> 
> # fsck -y /vol1
> ** /dev/da0s1d
> ** Last Mounted on /vol1
> ** Phase 1 - Check Blocks and Sizes
> fsck_ufs: cannot alloc 19968 bytes for inoinfo
> 
> 
> df -i /vol1 output:
> Filesystem  1K-blocks        Used    Avail Capacity  iused     ifree 
> %iused  Mounted on
> /dev/da0s1d 1891668564 1684163832 56171248    97% 55109756 189360002 
> 23%   /vol1
> 
> 
> Any help would be very appreciated!

You're probably running into the default 512MB data size limit.  Try
setting kern.maxdsiz to a larger value in /boot/loader.conf and
rebooting.  I've got mine set to 1GB.
	kern.maxdsiz="1073741824"




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506010544.j515ija7090994>