From owner-freebsd-questions@FreeBSD.ORG Tue Nov 25 05:54:59 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8517216A4CE for ; Tue, 25 Nov 2003 05:54:59 -0800 (PST) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAD5D43FCB for ; Tue, 25 Nov 2003 05:54:58 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.200.37]) by comcast.net (rwcrmhc12) with ESMTP id <2003112513545801400pm7b9e>; Tue, 25 Nov 2003 13:54:58 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 4E6916C; Tue, 25 Nov 2003 08:54:58 -0500 (EST) Sender: lowell@be-well.ilk.org To: Dan Pelleg References: From: Lowell Gilbert Date: 25 Nov 2003 08:54:58 -0500 In-Reply-To: Message-ID: <44vfp8o8nh.fsf@be-well.ilk.org> Lines: 17 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: questions@freebsd.org Subject: Re: FAQ answer unclear: filesystem size limit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 13:54:59 -0000 Dan Pelleg writes: > I am trying to determine the maximum filesystem size on -STABLE. Assuming I > have a hardware RAID device that appears as a single 1.5TB drive, can I use > it for UFS1 on -STABLE? The FAQ is saying: > > "For ffs filesystems, the maximum theoretical limit is 8 terabytes (2G > blocks), or 16TB for the default block size of 8K. In practice, there is a > soft limit of 1 terabyte, but with modifications filesystems with 4 > terabytes are possible (and exist)." > > Does anyone know what the modifications are, and if they are considered > stable enough for production use? Last I recall, that was kind of DG's thing, but most people just increase the block size (which is an appropriate adjustment for most really big filesystems anyway -- they tend to be for big files).