From owner-freebsd-questions@FreeBSD.ORG Thu Jan 22 07:36:01 2004 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 EE32D16A4CE; Thu, 22 Jan 2004 07:36:01 -0800 (PST) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D0FB43D39; Thu, 22 Jan 2004 07:36:00 -0800 (PST) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (IDENT:brdavis@localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.12.10/8.12.3) with ESMTP id i0MFZuaT005411; Thu, 22 Jan 2004 07:35:56 -0800 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.12.10/8.12.3/Submit) id i0MFZuoL005410; Thu, 22 Jan 2004 07:35:56 -0800 Date: Thu, 22 Jan 2004 07:35:56 -0800 From: Brooks Davis To: Eric Message-ID: <20040122153556.GA3377@Odin.AC.HMC.Edu> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="82I3+IH0IqGh5yIs" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-milter (http://amavis.org/) on odin.ac.hmc.edu cc: freebsd-current@freebsd.org cc: freebsd-questions@freebsd.org Subject: Re: problems with filesystems > 1TB X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jan 2004 15:36:02 -0000 --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jan 21, 2004 at 08:59:32PM -0500, Eric wrote: > hello... >=20 > i have been trying (for many moons now) to create a filesystem larger than > 1TB. I've had a variety of RAID controllers in my boxes, and I have 250GB > drives, so it adds up quick. I've also tried doing this with vinum, but > that fails too. >=20 > i've searched for help on this topic, and i've found lots of info, but > nothing substantial. I've read everything from it being a sysinstall > issue, to needing new versions of the CLI tools (newfs, dd, disklabel), to > newfs using the wrong variable type to store fssize, to having to update > to fbsd 5.x to use UFS2. Other reports say it's a softlimit imposed > somewhere, some say to make the frag size in newfs to 1024B for a 2TB max > volume, it has to be dedicated, it has to be non-dedicated... the list of > suggestions goes on and on. I've got several boxes running 5.x that have >1TB file systems. The only issue I ran into (other then the insane fsck times) is the fact that sysinstall's fdisk blows up somewhere over 1TB. The workaround if you have to install on a large array is to use sysinstall's fdisk to create a slice large enough to hold the OS and leave the rest of the disk unpartitioned. You can then add a slice for the rest of the disk later since fdisk works with larger volumes. Default newfs parameters in 5.x seem to work OK on a 1.7TB array. With disks that large, it's probably wise to think a bit more then usual about the average file size so you can choose your parameters correctly. I'm almost certain you will have no luck in 4.x. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --82I3+IH0IqGh5yIs Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFAD+3bXY6L6fI4GtQRAnrpAKCTEatpTF9sPMYn6NkiGGepsUlfzwCfRXME vpGbVw31i4nkGv0LH/4taR0= =DaRl -----END PGP SIGNATURE----- --82I3+IH0IqGh5yIs--