From owner-freebsd-questions@FreeBSD.ORG Wed May 17 07:28:42 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 AD0F316A400 for ; Wed, 17 May 2006 07:28:42 +0000 (UTC) (envelope-from nagylzs@freemail.hu) Received: from smtp.enternet.hu (smtp.enternet.hu [62.112.192.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FE6843D49 for ; Wed, 17 May 2006 07:28:41 +0000 (GMT) (envelope-from nagylzs@freemail.hu) Received: from [62.68.175.184] (helo=[172.16.0.43]) by smtp.enternet.hu with esmtpa (Exim 4) id 1FgGSV-0007us-Bi; Wed, 17 May 2006 09:28:39 +0200 Message-ID: <446AD0D2.8020208@freemail.hu> Date: Wed, 17 May 2006 09:29:22 +0200 From: =?ISO-8859-1?Q?Nagy_L=E1szl=F3_Zsolt?= User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: gayn.winters@bristolsystems.com, freebsd-questions@freebsd.org References: <021f01c67912$af05c140$6501a8c0@workdog> In-Reply-To: <021f01c67912$af05c140$6501a8c0@workdog> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: gmirror and partitioning X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 07:28:42 -0000 >> acd0: CDROM at ata0-master PIO4 >> ad8: 152626MB at ata4-master SATA150 >> ad10: 152627MB at ata5-master SATA150 >> > Sadly, yes; or buy a bigger second disk. You could do the install on the > smaller disk first, or you could make ad10s1 smaller. > Okay, I did this. But I'm still interested in the topic. The size of a hard drive is determined by the manufacturer. It depends on how many sectors, heads and cylinders present in the device. The actual available size can be smaller because of bad sectors on the disc. But the BIOS (or FreeBSD) should detect the full size, including all sectors. These devices are identical. Then how in the hell could it add one more MB to the second device? I presume if I swap drives between ata4-master and ata5-master then still ad10 would be bigger. Is this a bug in FreeBSD? Laszlo