From owner-freebsd-questions Wed Aug 16 13:47:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from 2711.dynacom.net (2711.dynacom.net [206.107.213.3]) by hub.freebsd.org (Postfix) with ESMTP id BC2D837BF47 for ; Wed, 16 Aug 2000 13:47:48 -0700 (PDT) (envelope-from kstewart@urx.com) Received: from urx.com (dsl1-160.dynacom.net [206.159.132.160]) by 2711.dynacom.net (Build 101 8.9.3/NT-8.9.3) with ESMTP id NAA00361; Wed, 16 Aug 2000 13:47:22 -0700 Message-ID: <399AFDDA.CF699C68@urx.com> Date: Wed, 16 Aug 2000 13:47:22 -0700 From: Kent Stewart Reply-To: kstewart@urx.com Organization: Dynacom X-Mailer: Mozilla 4.74 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Damian Ramirez Cc: freebsd-questions@FreeBSD.ORG Subject: Re: problem creating files in a partition References: <009e01bf7c76$f9ab4700$f22dd1d0@whatsup.highway.com.py> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Damian Ramirez wrote: > > Hi, > > My /home partition show the next: > > su-2.03# df > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/da0s1d 99183 44337 46912 49% /home > > but can't create files or directories in the /home partition the > error is the next: > > su-2.03# mkdir /home/files > > /home: create/symlink failed, no inodes free > mkdir: /home/files: No space left on device > > What is this? Well, I would guess that if you did a "df -i" it will show all of your inodes as being used. kent@ruby$ df -i Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted on /dev/ad0s1a 99183 35857 55392 39% 1961 23125 8% / You need to newfs it with more inodes. You must have a lot of little files, since an inode is used per file. Kent > > Thanks. > > > Damian Ramirez > damian@highway.com.py -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ Bomber dropping fire retardant in front of Hanford Wild fire. http://kstewart.urx.com/kstewart/bomber.jpg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message