From owner-freebsd-questions@FreeBSD.ORG Sat Aug 23 11:15:22 2003 Return-Path: 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 88B5016A4BF for ; Sat, 23 Aug 2003 11:15:22 -0700 (PDT) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 373D543F93 for ; Sat, 23 Aug 2003 11:15:21 -0700 (PDT) (envelope-from ticso@cicely12.cicely.de) Received: from cicely5.cicely.de (cicely5.cicely.de [IPv6:3ffe:400:8d0:301:200:92ff:fe9b:20e7]) (authenticated bits=0) by srv1.cosmo-project.de (8.12.9/8.12.9) with ESMTP id h7NIFDaK019432 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Sat, 23 Aug 2003 20:15:17 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (cicely12.cicely.de [IPv6:3ffe:400:8d0:301::12]) by cicely5.cicely.de (8.12.9/8.12.9) with ESMTP id h7NIFBA4081725 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 23 Aug 2003 20:15:12 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (localhost [127.0.0.1]) by cicely12.cicely.de (8.12.9/8.12.9) with ESMTP id h7NIFBDb029399; Sat, 23 Aug 2003 20:15:11 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: (from ticso@localhost) by cicely12.cicely.de (8.12.9/8.12.9/Submit) id h7NIFAwc029398; Sat, 23 Aug 2003 20:15:10 +0200 (CEST) Date: Sat, 23 Aug 2003 20:15:09 +0200 From: Bernd Walter To: Shawn Ostapuk Message-ID: <20030823181509.GM5426@cicely12.cicely.de> References: <20030812164049.GA5490@slumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030812164049.GA5490@slumber.org> X-Operating-System: FreeBSD cicely12.cicely.de 5.1-CURRENT alpha User-Agent: Mutt/1.5.4i cc: freebsd-questions@freebsd.org Subject: Re: problem adding subdisk to vinum X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ticso@cicely.de List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Aug 2003 18:15:22 -0000 On Tue, Aug 12, 2003 at 09:40:49AM -0700, Shawn Ostapuk wrote: > V pr0n State: up Plexes: 1 Size: 1172 GB > P vinum0.p0 C State: corrupt Subdisks: 11 Size: 1172 GB > S vinum0.p0.s0 State: up PO: 0 B Size: 152 GB > S vinum0.p0.s1 State: up PO: 152 GB Size: 28 GB > S vinum0.p0.s2 State: up PO: 181 GB Size: 76 GB > S vinum0.p0.s3 State: up PO: 257 GB Size: 76 GB > S vinum0.p0.s4 State: up PO: 333 GB Size: 76 GB > S vinum0.p0.s5 State: up PO: 410 GB Size: 76 GB > S vinum0.p0.s6 State: up PO: 486 GB Size: 76 GB > S vinum0.p0.s7 State: up PO: 562 GB Size: 74 GB > S vinum0.p0.s8 State: up PO: 637 GB Size: 233 GB > S vinum0.p0.s9 State: up PO: 871 GB Size: 152 GB > S vinum0.p0.s10 State: empty PO: 1023 GB Size: 149 GB vinum0.p0.s10 is at PO 1023G - reaching over the 1TByte limit on FreeBSD 4.x. That is because block numbers are signed 32 bit values. You need 5.x for volumes of this size. I'm not shure how the limit could result in this kind of symptom, but it won't work anyway and debugging this case can only change symptoms. Either use 5.x or be happy with your nearly 1T volume and start a new one for the next disk. -- B.Walter BWCT http://www.bwct.de ticso@bwct.de info@bwct.de