From owner-freebsd-questions@FreeBSD.ORG Wed Mar 16 12:22:44 2005 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 0AE7716A4CE for ; Wed, 16 Mar 2005 12:22:44 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D25343D46 for ; Wed, 16 Mar 2005 12:22:43 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by rproxy.gmail.com with SMTP id g11so71019rne for ; Wed, 16 Mar 2005 04:22:43 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=jWC9eXR4UNMj9+qpy/wZOUK/t3p59qCNxkdvLA3dyt2Wc+0bp8xcGyApkwFq3waHrDgY+a4S6R7GmvJc0lEwwshRhLFle0HTV9iCmgbRrDw5GCBNaHz3sfD1Jw5T/u6RlVc4F/HA/iyOpZvNMleu0h3+KK6kpjET2k1MKnwRe3k= Received: by 10.39.1.24 with SMTP id d24mr425878rni; Wed, 16 Mar 2005 04:22:43 -0800 (PST) Received: by 10.38.74.23 with HTTP; Wed, 16 Mar 2005 04:22:43 -0800 (PST) Message-ID: Date: Wed, 16 Mar 2005 13:22:43 +0100 From: Gert Cuykens To: Giorgos Keramidas In-Reply-To: <20050316121309.GA7793@orion.daedalusnetworks.priv> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <20050316121309.GA7793@orion.daedalusnetworks.priv> cc: freebsd-questions@freebsd.org Subject: Re: inode X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gert Cuykens List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 12:22:44 -0000 On Wed, 16 Mar 2005 14:13:09 +0200, Giorgos Keramidas wrote: > On 2005-03-16 13:05, Gert Cuykens wrote: > > What is a inode ? I installed freebsd 5.3 on a 2gb harddisk and it > > tells me there are not enough inodes ? Aldo there is diskspace > > availeble ? > > > > Does it mean there are to many directories ? Can you fix this ? > > i-nodes are the areas where the file system saves information such as > the owner, the size and pointers to the data area of a normal or special > file or a directory. > > 2 GB is a lot of space for a virgin FreeBSD installation. The base > system takes up to 170 MB on a clean disk here. > > - Have you tweaked the newfs options that sysinstall used? > - Have you installed any extra packages? How many and which? > No i just installed 5.3 i386 base and ports and there is plenty of freespace on all default partitions availeble but when i do mkdir it tells me no inodes availeble.