From owner-freebsd-current@FreeBSD.ORG Wed Jun 8 10:23:28 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3175616A41C for ; Wed, 8 Jun 2005 10:23:28 +0000 (GMT) (envelope-from rabe@p-i-n.com) Received: from dns.p-i-n.com (dns.p-i-n.com [145.253.185.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6B2C43D4C for ; Wed, 8 Jun 2005 10:23:27 +0000 (GMT) (envelope-from rabe@p-i-n.com) Received: from p-i-n.com (inside.p-i-n.com [129.10.9.21]) by dns.p-i-n.com (8.12.9p2/8.12.9) with ESMTP id j58ANO0E067823 for ; Wed, 8 Jun 2005 12:23:24 +0200 (CEST) (envelope-from rabe@p-i-n.com) Received: (from rabe@localhost) by p-i-n.com (8.11.6/8.11.6) id j58ANOK57062 for freebsd-current@freebsd.org; Wed, 8 Jun 2005 12:23:24 +0200 (CEST) (envelope-from rabe) Date: Wed, 8 Jun 2005 12:23:24 +0200 From: "Raphael H. Becker" To: freebsd-current@freebsd.org Message-ID: <20050608122324.C41471@p-i-n.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Organization: PHOENIX Pharmahandel AG & Co KG, Mannheim, Deutschland Subject: Accessing SCSI-Devices >2TB X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jun 2005 10:23:28 -0000 Hi, I tried to attach our new external RAID to my RENEG_5_4 box today using one logical drive of about 2326GB. The RAID was preconfigured with two 50% partitions which were assigned to two LUNs. FreeBSD 5.4 was able to detect those as da1 and da2 with full capacity. For particular reasons I need one filesystem. The support for this RAID told me just SuSE Linux and W2k3/64Bit Systems are able to access devices >2TB (64bit LBA) therefore the larger RAIDs are preconfigured with smaller partitions. For me there will be 2+1 solutions to get this running, a) (preferred): Having one logical drive w/o partitions or multiple LUNs by doing some magic at my KERNCONF b) reverting to 2 Partitions and doing ccd(4) on the resulting /dev/da(1|2) ... maybe ... c) upgrading to a closer-to-current version to have some "hidden feature" available? Any other solutions? What would you prefer / recommend? TIA Raphael Becker