From owner-freebsd-hackers@FreeBSD.ORG Wed Dec 15 19:47:33 2004 Return-Path: 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 929EE16A4CE for ; Wed, 15 Dec 2004 19:47:33 +0000 (GMT) Received: from kuldipmanak.chamkila.org (node-40240ed2.sjc.onnet.us.uu.net [64.36.14.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3662A43D31 for ; Wed, 15 Dec 2004 19:47:33 +0000 (GMT) (envelope-from aman@chamkila.org) Received: from mail.chamkila.org (kuldipmanak.chamkila.org [127.0.0.1]) iBFJi5iL032345; Wed, 15 Dec 2004 11:44:05 -0800 Received: from 69.36.228.194 (proxying for 192.168.96.110) (SquirrelMail authenticated user aman); by mail.chamkila.org with HTTP; Wed, 15 Dec 2004 11:44:05 -0800 (PST) Message-ID: <52086.69.36.228.194.1103139845.squirrel@69.36.228.194> In-Reply-To: <003d01c4e293$b38dc8a0$0a64a8c0@techiebod.com> References: <003d01c4e293$b38dc8a0$0a64a8c0@techiebod.com> Date: Wed, 15 Dec 2004 11:44:05 -0800 (PST) From: "Amandeep Pannu" To: "Henry Whincup" User-Agent: SquirrelMail/1.5.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal cc: freebsd-hackers@freebsd.org cc: "\"Amandeep Pannu\"" Subject: Re: Partiotioning 2.2TB Under FreeBSD 5.2.1 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 19:47:33 -0000 Hi all, Thanks all for your replies. I installed 5.3 which saw the whole 2.2TB in sysinstall then I made two slices and mounted them. Everything worked fine. Thanks again. Kudos to 5.3 Aman >> I am new to this big arrays. FreeBSD 5.2.1 doesnt see all the 2.2TB. > So am I, and I had the same problem recently. I used 5.3-Stable as of a > couple of weeks ago so YMMV, but... > >> GEOM: create disk da0 dp=0xc832fc50 >> da0 at twa0 bus 0 target 0 lun 0 >> da0: <3ware Logical Disk 00 1.00> Fixed Direct Access SCSI-0 device >> da0: 100.000MB/s transfers >> da0: 2384080MB (4882595840 512 byte sectors: 255H 63S/T 303927C) > Looks good to me. > > You may want to have a look at: > http://www.freebsd.org/projects/bigdisk/ > > Note that fdisk will only support upto 2TB partitions (aka slices in BSD), > and only allow you access to under 2TB of a disk, you seem to be just over > this limit. Therefore you may have to use gpt(8). > > Thus for you: > # gpt create da0 > # gpt add da0 > > Will create /dev/da0p1 and it will use the entire disk (use gpt show da0 > to > check), however it will probably not be bootable. > Also note that disklabel/bsdlabel dosen't like values over 2TB, so you > have > to use gpt to partition the disk as you want. > > Henry > -- Amandeep.S aman@chamkila.org http://aman.chamkila.org