From owner-freebsd-questions@FreeBSD.ORG Tue Oct 12 21:31:43 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 594F516A4CF for ; Tue, 12 Oct 2004 21:31:43 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 094F443D5A for ; Tue, 12 Oct 2004 21:31:43 +0000 (GMT) (envelope-from david.jenkins@gmail.com) Received: by mproxy.gmail.com with SMTP id 73so296988rnk for ; Tue, 12 Oct 2004 14:31:42 -0700 (PDT) Received: by 10.39.1.30 with SMTP id d30mr2063140rni; Tue, 12 Oct 2004 14:31:42 -0700 (PDT) Received: by 10.38.208.74 with HTTP; Tue, 12 Oct 2004 14:31:42 -0700 (PDT) Message-ID: <9395922d0410121431733dcabc@mail.gmail.com> Date: Tue, 12 Oct 2004 22:31:42 +0100 From: David Jenkins To: Bob Ababurko In-Reply-To: <23c472cb04101214207e712541@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <23c472cb04101214207e712541@mail.gmail.com> cc: freebsd-questions@freebsd.org Subject: Re: check number of inodes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: David Jenkins List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 21:31:43 -0000 On Tue, 12 Oct 2004 17:20:12 -0400, Bob Ababurko wrote: > Hello- Hi Bob, > > I just recieved an error in my logs..or a truck load actually, that > says that I ran out of inodes in my /var partition. What command can > I use to determin the munber of inodes the partition was created with > per 4k or whatever it is? > man 1 df [hint: df -i] > Also can someone lead me to a site or give me some advice on how I > would reformat this partition? My logic thus far tells me to copy the > existing partion over to another partition and then reformat the > partition, then newfs using the proper switch to give me more than > enough inodes, which I will figure out after I anwser the first > question that I have. Actually, maybe I do not have to reformat....do > I? How does one reformat in FreeBSD? It is format in solaris....so > it probably not the command ;) I think perhaps you should read this. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/disks-adding.html PS - It's worth reading the handbook! Hope this helps. David