From owner-freebsd-questions Wed Apr 12 04:14:41 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA09739 for questions-outgoing; Wed, 12 Apr 1995 04:14:41 -0700 Received: from dtr.com (dtr.rain.com [204.119.8.19]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id EAA09723 for ; Wed, 12 Apr 1995 04:14:35 -0700 From: bmk@dtr.com Received: (from bmk@localhost) by dtr.com (8.6.11/8.6.9) id EAA28657; Wed, 12 Apr 1995 04:08:28 -0700 Message-Id: <199504121108.EAA28657@dtr.com> Subject: Re: out of inodes To: tanel@juku.li.ttu.ee (Tanel Kuusk) Date: Wed, 12 Apr 1995 04:08:27 -0700 (PDT) Cc: questions@FreeBSD.org In-Reply-To: <9504120845.AA12475@juku.li.ttu.ee> from "Tanel Kuusk" at Apr 12, 95 11:45:55 am Reply-To: bmk@dtr.com X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 312 Sender: questions-owner@FreeBSD.org Precedence: bulk > Hi all. > I have such a problem: I'm using /var filesystem for spooling news and mail > But now the filesystem ran out of inodes, although there is still 50 megs > of free space. What can I do? You'll need to recreate the filesystem using a smaller bytes-per-inode value: e.g. newfs -i 1024 /dev/device