From owner-freebsd-questions Wed Oct 23 13:34:27 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA09328 for questions-outgoing; Wed, 23 Oct 1996 13:34:27 -0700 (PDT) Received: from mailbox.tia.net (mailbox.tpa.tia.net [206.174.9.31]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id NAA09322 for ; Wed, 23 Oct 1996 13:34:24 -0700 (PDT) Received: from localhost (jo295@localhost) by mailbox.tia.net (8.7.5/8.6.12) with SMTP id QAA29207 for ; Wed, 23 Oct 1996 16:34:17 -0400 (EDT) Posted-Date: Wed Oct 23 16:34:17 1996 Date: Wed, 23 Oct 1996 16:34:17 -0400 (EDT) From: "Joseph D. Orthoefer" To: freebsd-questions@freebsd.org Subject: Problems fsck'ing a large ccd partitio Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On freebsd 2.1-stable I am attempting to fsck a 7gig ccd partition. I get; mongo# fsck /dev/ccd0c ** /dev/rccd0c cannot alloc 26867458 bytes for lncntp This is on a stable sup'ed a few days ago. It seems to be related to the number of inodes; newfs ccd0c fsck's okay newfs -i 1024 ccd0c fsck's okay newfs -i 512 ccd0c blows up with the lncntp alloc error above Is there a simple fix? Thanks, Joe Orthofer