From owner-freebsd-questions@FreeBSD.ORG Mon May 3 11:03:45 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3D2B16A4D7 for ; Mon, 3 May 2004 11:03:45 -0700 (PDT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 935BB43D48 for ; Mon, 3 May 2004 11:03:45 -0700 (PDT) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com (pa-plum1c-102.pit.adelphia.net [24.53.179.102]) by internet.potentialtech.com (Postfix) with ESMTP id BAEC369A7E; Mon, 3 May 2004 14:03:44 -0400 (EDT) Message-ID: <4096892C.9020900@potentialtech.com> Date: Mon, 03 May 2004 14:02:20 -0400 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040422 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Oxid References: <1985148325.20040503215623@mail.ru> In-Reply-To: <1985148325.20040503215623@mail.ru> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Help: /var: create/symlink failed, no inodes free X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 May 2004 18:03:46 -0000 Oxid wrote: > HI! > > -> /var: create/symlink failed, no inodes free > > Could anyone tell me what this means and how to fix it? :) inodes are needed for directory entries. Running out of inodes means you've run out of space for directory entries, and thus can't create any new files. "df -hi" will tell you how many inodes are available on your filesystems. Short-term, the solution is to delete some files off your /var partition. Long term, you may need to reformat /var with more inodes than the default, if this is a chronic problem. -- Bill Moran Potential Technologies http://www.potentialtech.com