From owner-freebsd-questions Wed Dec 4 22:29:27 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.8.3/8.7.3) id WAA17853 for questions-outgoing; Wed, 4 Dec 1996 22:29:27 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id WAA17848 for ; Wed, 4 Dec 1996 22:29:26 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.3/8.6.12) with SMTP id WAA07557; Wed, 4 Dec 1996 22:28:52 -0800 (PST) Date: Wed, 4 Dec 1996 22:28:52 -0800 (PST) From: Doug White Reply-To: dwhite@resnet.uoregon.edu To: Raul Zighelboim cc: "'questions@freefall.freebsd.org'" Subject: Re: vnodes and kernel configuration .... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 4 Dec 1996, Raul Zighelboim wrote: > Hello there; What option on the kernel config file would increase the > number of inodes ? Inodes is a filesystem-dependent number, not a kernel number. You have to newfs the filesystem with the -i parameter. See newfs(8). > sysctl shows: kern.maxvnodes = 19061; and I would like to set it to > twice that number. Those are vnodes, memory handles as it were, not inodes, filesystem index nodes. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major