From owner-freebsd-alpha Mon Jul 1 9: 3:42 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADD7337B400 for ; Mon, 1 Jul 2002 09:03:39 -0700 (PDT) Received: from lyra.enemy.org (lyra.enemy.org [62.116.11.42]) by mx1.FreeBSD.org (Postfix) with SMTP id 9A30543E13 for ; Mon, 1 Jul 2002 09:03:38 -0700 (PDT) (envelope-from cjm@satanii.enemy.org) Received: (qmail 14043 invoked from network); 1 Jul 2002 16:04:42 -0000 Received: from unknown (HELO satanii.enemy.org) (62.116.11.3) by lyra.enemy.org with SMTP; 1 Jul 2002 16:04:42 -0000 Received: from satanii.enemy.org (localhost [127.0.0.1]) by satanii.enemy.org (8.11.6/8.11.6) with ESMTP id g61G4fI18290; Mon, 1 Jul 2002 18:04:41 +0200 (CEST) (envelope-from cjm@satanii.enemy.org) Message-Id: <200207011604.g61G4fI18290@satanii.enemy.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Jan Lentfer Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: No inodes left In-reply-to: Jan.Lentfer's message of Mon, 01 Jul 2002 17:45:02 +0200. <3D2078FE.2040709@web.de> X-Sig1: This Message is MIME-less... Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 01 Jul 2002 18:04:41 +0200 From: "Chris J. Mutter" Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi Jan, > I partioned an 1GB IDE (first IDE port, slave) drive in two 516MB slices > (ad1e & ad1f). I mounted /usr/ports on ad1f. The installation from CD > worked flawlessly but when I am trying to build things I get "no inodes > left". But there are more than 250MB free on the disk? Any suggestions? what does ``df -i'' tell you on this filesystem? usually there is not much to do against it when you run out of inodes, but you could newfs it with the -i option: ``-i number of bytes per inode'' if its not the root partition. i saw the ``out of inode'' error once also on a filesystem that was dirty-mounted (but not on *BSD). later, cjm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message