From owner-freebsd-hackers Thu Oct 31 13:12:42 2002 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 6DBD937B404 for ; Thu, 31 Oct 2002 13:12:41 -0800 (PST) Received: from ella.slis.indiana.edu (ella.slis.indiana.edu [129.79.36.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A66543E8A for ; Thu, 31 Oct 2002 13:12:37 -0800 (PST) (envelope-from jfieber@slis.indiana.edu) Received: from slis.indiana.edu (d-1-1.dhcp-149-159.indiana.edu [149.159.1.1]) by ella.slis.indiana.edu (8.12.2+Sun/8.12.2) with ESMTP id g9VLCaor010293 for ; Thu, 31 Oct 2002 16:12:36 -0500 (EST) Date: Thu, 31 Oct 2002 16:12:36 -0500 Mime-Version: 1.0 (Apple Message framework v546) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: Formatting a large (1.3TB) SCSI disk From: John Fieber To: freebsd-hackers@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: <7ABB1A10-ED15-11D6-BA17-00039349B214@slis.indiana.edu> X-Mailer: Apple Mail (2.546) Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm a bit stumped on this. I have a roughly 1.3 terabyte disk array attached via an Adaptec 39166 controller (on the motherboard of a Dell 2650). I understand there is a gap between the theoretical filesystem size limits and the actual limits which I gather hover around 1TB. Okay, so I can partition the disk and make a couple smaller filesystems. But I can't even get the thing sliced (fdisk) or partitioned (disklabel). sysinstall fdisk & disklabel complain about the geometry and claim to be selecting a more reasonable geometry, and then complain about the more reasonable geometry they selected. Using disklabel to try and set up the disk in "dangerously" dedicated mode (eg, no fdisk stuff) gives me wierd errors when I try to add partitions. If I try and newfs the default c partition, I get console message about block count discrepancies, etc... So obviously disk larger than a terabyte are not exactly plug-n-play (with 4.7 at least) so does anyone who has dealt with this situation have any sage advice? The person using the machine would prefer a single giant filesystem if possible. -john (returning to FreeBSD after a several year diversion in Solaris administration) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message