Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cornell!uw-beaver!rice!sun-spots-request From: hedrick@geneva.rutgers.edu (Charles Hedrick) Newsgroups: comp.sys.sun Subject: Re: newfs: decreasing bytes/inode Keywords: SunOS Message-ID: Date: 6 Mar 89 01:32:35 GMT References: <8902140259.AA04508@zeus.cs.wayne.edu> Sender: usenet@rice.edu Organization: Rutgers Univ., New Brunswick, N.J. Lines: 8 Approved: Sun-Spots@rice.edu Original-Date: 22 Feb 89 22:27:32 GMT X-Sun-Spots-Digest: Volume 7, Issue 182, message 10 of 17 Yet another person is running out of inodes on /var because of news. Yes, bytes per inode can't be taken below 2048. If you look at the source for mkfs you'll find all sorts of complex relationships among the parameters, because of the data structures used on the disk. So only certain combinations of parameters are possible. If you try to set a parameter that isn't possible, it ignores you. it turns out that the easiest way to get more inodes is to set cylinders per group to 8 (down from a default of 16).