Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!unix.cis.pitt.edu!pitt!vax.cs.pitt.edu!jonathan From: jonathan@cs.pitt.edu (Jonathan Eunice) Newsgroups: comp.unix.aix Subject: Re: Need more inodes Message-ID: Date: 14 Apr 91 17:19:37 GMT References: <1991Apr11.064139.16221@grasp1.univ-lyon1.fr> <6585@awdprime.UUCP> Sender: news@cs.pitt.edu Organization: University of Pittsburgh Computer Science Lines: 16 In-reply-to: marc@watson.ibm.com's message of 12 Apr 91 13:08:53 GMT marc@watson.ibm.com (Marc Auslander) writes: I believe that the AIXV3 jfs uses the BSD inode scheme, in which I fixed percentage of the file system space is preallocated to inodes. When you grow the file system you get more inodes as well. It appears, from looking at several file systems, that the constant is one inode for each 4k disk block in the file system. I too believe this to be so. When the system was released, however, I was told by several sources in IBM that inodes were dynamically allocated as needed. This does not appear to be the case (not according to my tests, at least); though they do appear to be extended when file systems are extended. This is a lot better than many *nix implementations, but not nearly as good as the previous claim.