From owner-freebsd-questions@FreeBSD.ORG Sun Jun 5 18:44:22 2005 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 9404916A41C for ; Sun, 5 Jun 2005 18:44:22 +0000 (GMT) (envelope-from lists@dylangoss.com) Received: from server20.olicentral.com (server20.olicentral.com [216.121.191.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B07743D49 for ; Sun, 5 Jun 2005 18:44:21 +0000 (GMT) (envelope-from lists@dylangoss.com) Received: from [192.168.1.151] (localhost [127.0.0.1]) by server20.olicentral.com (8.11.7/8.11.7) with ESMTP id j55IiK130244 for ; Sun, 5 Jun 2005 11:44:20 -0700 Mime-Version: 1.0 (Apple Message framework v730) Content-Transfer-Encoding: 7bit Message-Id: <3A0E3262-4941-48F5-9532-5E45359690F1@dylangoss.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-questions@freebsd.org From: "D. Goss" Date: Sun, 5 Jun 2005 11:44:19 -0700 X-Mailer: Apple Mail (2.730) Subject: 36.4GB drive formats out to 32.8GB? what am I missing please 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: Sun, 05 Jun 2005 18:44:22 -0000 I am adding some drives to an IBM xSeries 345. I recently picked up (via eBay) an IBM packaged Seagate drive, all with the proper IBM part numbers as: U320 15k 36.4GB formatted capacity (IBM part 06P5776 / 06P5778, with Seagate drive ST336753LC) Looking up both the IBM part numbers and the Seagate part numbers via Google, I consistantly get that the drive's formatted capacity is 36.4GB. When partitioned either in "safe" or "dd" mode (via sysinstall) and set to use the entire disk as one slice, once the drive is mounted I show: # df -m /dev/da1s1 33617 0 30928 0% /misc # df -h /dev/da1s1 33G 4.0K 30G 0% /misc I'm seeing approx. 30,600MB (32.8GB?) free - Is this correct? Thanks!