Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!nntp.coast.net!news.kei.com!newsfeed.internetmci.com!tddc.net!lot49.tristero.com!jnelson From: "John P. Nelson" <jnelson@tristero.com> Newsgroups: comp.unix.bsd.bsdi.misc Subject: Re: Out of inodes Date: Wed, 29 Nov 1995 12:46:35 -0600 Organization: The Digital Design Company Lines: 21 Message-ID: <Pine.LNX.3.91.951129124335.6427A-100000@lot49.tristero.com> References: <30BA3DF0.1D69@cs.com> NNTP-Posting-Host: ns1.tristero.com Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII In-Reply-To: <30BA3DF0.1D69@cs.com> I may be mistaken, but I don't believe that you can increase the number of inodes without reformatting the drive.. :( newfs -i 1024 /dev/sd2h ^^-i = number of bytes per inode The more inodes you need, the smaller the -i number should be. To check your inode status, execute df -i On Mon, 27 Nov 1995, Hank Sternberg wrote: > Hi, > > I've run out of inodes on a disk and I was wondering a) how to increase > the allocation or, b) what value to use in newfs to format the disk > with more allocations. > > Thanks > >