From owner-freebsd-isp@FreeBSD.ORG Sun Apr 6 18:05:21 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFEA337B401 for ; Sun, 6 Apr 2003 18:05:21 -0700 (PDT) Received: from misery.sdf.com (misery.sdf.com [207.200.153.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F39643FBF for ; Sun, 6 Apr 2003 18:05:20 -0700 (PDT) (envelope-from tom@sdf.com) Received: from tom (helo=localhost) by misery.sdf.com with local-esmtp (Exim 2.12 #1) id 192JUl-0002jp-00; Sun, 6 Apr 2003 16:24:15 -0700 Date: Sun, 6 Apr 2003 16:24:14 -0700 (PDT) From: Tom Samplonius To: ekgermann@cctec.com In-Reply-To: <20030407004233.58271.qmail@web40403.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-isp@freebsd.org Subject: Re: UFS2 Limits X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2003 01:05:22 -0000 On Sun, 6 Apr 2003, Eric Germann wrote: > Working on a project to stream MP3's via Zina and also > add massive disk to the web server for storage of > same. On a FBSD5.0R server, whats the limit on a > UFS/UFS2 "disk"? We're looking at some of the > external IDE->SCSI RAID chassis units with 200GB > HDD's. One can handle 16 drives. Can UFS/UFS2 handle > a 3TB partition? If so, are there certain There is some stuff on the website about this. With UFS1, the practical filesystem limit is 1TB, but if you fool with block sizes, you could get much more. UFS2 supports much more than that. And there is nothing to prevent you from creating multiple filesystems. You might want to do that anyhow. > requirements in terms of memory, etc to mount the > partition. I haven't been able to find anything on > the limits with new high capacity solutions. I don't think there are special memory requirements. FreeBSD doesn't need to allocate a lot of memory to mount a filesystem. I know that some OSes allocate an amount of memory proportional to the size of the filesystem, but FreeBSD does not do that. > Thanks for any input. > > Eric Tom