From owner-freebsd-hackers Wed Nov 6 15:55: 6 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 8365037B401 for ; Wed, 6 Nov 2002 15:55:05 -0800 (PST) Received: from mailhost.stack.nl (vaak.stack.nl [131.155.140.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 086B943E4A for ; Wed, 6 Nov 2002 15:55:05 -0800 (PST) (envelope-from marcolz@stack.nl) Received: from toad.stack.nl (toad.stack.nl [2001:610:1108:5010:202:b3ff:fe17:9e1a]) by mailhost.stack.nl (Postfix) with ESMTP id 5A38958C4; Thu, 7 Nov 2002 00:55:04 +0100 (CET) Received: by toad.stack.nl (Postfix, from userid 333) id 2EF6E96CD; Thu, 7 Nov 2002 00:55:04 +0100 (CET) Date: Thu, 7 Nov 2002 00:55:04 +0100 From: Marc Olzheim To: John-David Childs Cc: freebsd-hackers@freebsd.org Subject: Re: Formatting a large (1.3TB) SCSI disk Message-ID: <20021106235504.GA65252@stack.nl> References: <7ABB1A10-ED15-11D6-BA17-00039349B214@slis.indiana.edu> <20021103110100.GC20256@cicely8.cicely.de> <1036614431.17205.159.camel@lohr.digitalglobe.com> <20021106234836.GA64058@stack.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021106234836.GA64058@stack.nl> 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 Whoops, hit the 'send' too fast... > 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 disklabel: 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 1404215296 0 4.2BSD 2048 16384 107 # (Cyl. 0 - 7791*) c: 2808430592 0 unused 0 0 # (Cyl. 0 - 15582) e: 1404215296 1404215296 4.2BSD 2048 16384 107 # (Cyl. 7791*- 15582*) rap:/#tunefs -p da20a tunefs: soft updates: (-n) enabled tunefs: maximum contiguous block count: (-a) 7 tunefs: rotational delay between contiguous blocks: (-d) 0 ms tunefs: maximum blocks per file in a cylinder group: (-e) 4096 tunefs: average file size: (-f) 16384 tunefs: average number of files in a directory: (-s) 64 tunefs: minimum percentage of free space: (-m) 8% tunefs: optimization preference: (-o) time rap:/# Patch was made by Sven Berkvens-Matthijsse. Zlo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message