From owner-freebsd-hackers Thu Nov 7 0:56:50 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 8E23F37B404 for ; Thu, 7 Nov 2002 00:56:49 -0800 (PST) Received: from skynet.stack.nl (skynet.stack.nl [131.155.140.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD1EB43E3B for ; Thu, 7 Nov 2002 00:56:48 -0800 (PST) (envelope-from marcolz@stack.nl) Received: from toad.stack.nl (toad.stack.nl [2001:610:1108:5010:202:b3ff:fe17:9e1a]) by skynet.stack.nl (Postfix) with ESMTP id 86C8E4078; Thu, 7 Nov 2002 09:57:43 +0100 (CET) Received: by toad.stack.nl (Postfix, from userid 333) id 5B81D96CA; Thu, 7 Nov 2002 09:56:41 +0100 (CET) Date: Thu, 7 Nov 2002 09:56:41 +0100 From: Marc Olzheim To: Nate Lawson Cc: Marc Olzheim , John-David Childs , freebsd-hackers@freebsd.org Subject: Re: Formatting a large (1.3TB) SCSI disk Message-ID: <20021107085641.GA29848@stack.nl> References: <20021106234836.GA64058@stack.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-Operating-System: FreeBSD toad.stack.nl 4.6-STABLE FreeBSD 4.6-STABLE X-URL: http://www.stack.nl/~marcolz/ 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 On Wed, Nov 06, 2002 at 05:14:54PM -0800, Nate Lawson wrote: > On Thu, 7 Nov 2002, Marc Olzheim wrote: > > With some minor modifications to disklabel, you can label a 2 Tb disk. > > We've done it with a 1.4Tb disk: > > > > Filesystem Size Used Avail Capacity Mounted on > > /dev/da20a 669G 246G 370G 40% /rapraid0 > > /dev/da20e 669G 499G 117G 81% /rapraid1 > > > > Patch attached (Don't mind the code, it's a quick hack) > > Um, why did you reimplement strtoll(3)? To make sure no bits were cut off during signed/unsigned conversions and thelike... A well, as I said: don't mind the code. ;-) Zlo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message