From owner-freebsd-hackers@FreeBSD.ORG Sun May 16 10:45:17 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8AC316A4CE for ; Sun, 16 May 2004 10:45:17 -0700 (PDT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 639E643D58 for ; Sun, 16 May 2004 10:45:17 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.10/8.12.10) id i4GHjGoB016100; Sun, 16 May 2004 12:45:16 -0500 (CDT) (envelope-from dan) Date: Sun, 16 May 2004 12:45:16 -0500 From: Dan Nelson To: "Marc G. Fournier" Message-ID: <20040516174516.GC80376@dan.emsphone.com> References: <20040516143328.K52358@ganymede.hub.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040516143328.K52358@ganymede.hub.org> X-OS: FreeBSD 5.2-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i cc: freebsd-hackers@freebsd.org Subject: Re: fsck: % done possible? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 May 2004 17:45:18 -0000 In the last episode (May 16), Marc G. Fournier said: > > right now, my fsck is reporting: > > ZERO LENGTH DIR I=9222075 OWNER=root MODE=40755 > SIZE=0 MTIME=May 10 17:33 2004 > CLEAR? yes > > any way of findign out what the max I= will be, so that one can know how > close to the end things are? Run "dumpfs /mountpoint | head", and multiply ncg by ipg. That'll give you your total inode count. 9 million inodes seems awfully high, so it's got to be near the end. -- Dan Nelson dnelson@allantgroup.com