From owner-freebsd-current@FreeBSD.ORG Wed Jun 1 05:45:00 2005 Return-Path: X-Original-To: freebsd-current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 772AA16A41C for ; Wed, 1 Jun 2005 05:45:00 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27EFC43D53 for ; Wed, 1 Jun 2005 05:44:59 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.1/8.13.1) with ESMTP id j515ija7090994; Tue, 31 May 2005 22:44:50 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200506010544.j515ija7090994@gw.catspoiler.org> Date: Tue, 31 May 2005 22:44:45 -0700 (PDT) From: Don Lewis To: anderson@centtech.com In-Reply-To: <429C77D9.2000903@centtech.com> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Cc: freebsd-current@FreeBSD.org Subject: Re: cannot alloc 19968 bytes for inoinfo X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jun 2005 05:45:00 -0000 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"