From owner-cvs-src@FreeBSD.ORG Fri Aug 22 04:24:44 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2250116A4BF; Fri, 22 Aug 2003 04:24:44 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CB2543F3F; Fri, 22 Aug 2003 04:24:43 -0700 (PDT) (envelope-from ps@mu.org) Received: by elvis.mu.org (Postfix, from userid 1000) id 958492EE258; Fri, 22 Aug 2003 04:24:43 -0700 (PDT) Date: Fri, 22 Aug 2003 04:24:43 -0700 From: Paul Saab To: Paul Saab Message-ID: <20030822112443.GA47186@elvis.mu.org> References: <200308221121.h7MBL6AW096993@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200308221121.h7MBL6AW096993@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom geom_ccd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2003 11:24:44 -0000 For those who are interested... Filesystem 1G-blocks Used Avail Capacity Mounted on /dev/ccd0 2750 12 2710 0% /mnt Filesystem Size Used Avail Capacity Mounted on /dev/ccd0 2.7T 13G 2.6T 0% /mnt And the lovely overflow. Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ccd0 -1410629792 13196484 -1452669648 0% /mnt This was done with a 12 port 3ware with 12x250gig (really 232.88GB) disks all in 3U. Paul Saab (ps@FreeBSD.org) wrote: > ps 2003/08/22 04:21:06 PDT > > FreeBSD src repository > > Modified files: > sys/geom geom_ccd.c > Log: > Change the the size fields to daddr_t to support greater than 2TB ccd volumes. > > Reviewed by: phk > > Revision Changes Path > 1.146 +5 -5 src/sys/geom/geom_ccd.c > -- -ps