From owner-freebsd-performance@FreeBSD.ORG Wed Sep 3 10:12:52 2003 Return-Path: Delivered-To: freebsd-performance@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3439F16A4BF for ; Wed, 3 Sep 2003 10:12:52 -0700 (PDT) Received: from silver.he.iki.fi (helenius.fi [193.64.42.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id E12F943FF9 for ; Wed, 3 Sep 2003 10:12:50 -0700 (PDT) (envelope-from pete@he.iki.fi) Received: from he.iki.fi (h81.vuokselantie10.fi [193.64.42.129]) by silver.he.iki.fi (8.12.9/8.11.4) with ESMTP id h83HCl2k012705; Wed, 3 Sep 2003 20:12:47 +0300 (EEST) (envelope-from pete@he.iki.fi) Message-ID: <3F56210E.7010206@he.iki.fi> Date: Wed, 03 Sep 2003 20:12:46 +0300 From: Petri Helenius User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Max Clark References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit cc: freebsd-performance@freebsd.org cc: Dan Nelson Subject: Re: 20TB Storage System X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2003 17:12:52 -0000 Max Clark wrote: >- What exactly is the fsck problem? What do I do about it? > > > fsck requires approximately 700k memory for each gigabyte of disk space. I´m unfortunately not familiar enough with the issue how this splits out for blocks and inodes (for example if having only a million inodes on a 10TB fs would make it tolerable) but taking the figure presented earlier, you would need 7GB of memory for checking a 10TB filesystem. Having that kind of memory for a single process neccessiates a 64bit system, like sparc64, alpha, itanic or opteron. Pete