From owner-freebsd-stable@FreeBSD.ORG Tue Apr 28 20:58:38 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DAB5A106567A for ; Tue, 28 Apr 2009 20:58:38 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-fx0-f162.google.com (mail-fx0-f162.google.com [209.85.220.162]) by mx1.freebsd.org (Postfix) with ESMTP id 693EF8FC18 for ; Tue, 28 Apr 2009 20:58:38 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: by fxm6 with SMTP id 6so800625fxm.43 for ; Tue, 28 Apr 2009 13:58:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=WVu+VJ/jXsQX078N26M+7pv2jPAVyrupQ2fjDMjRrUw=; b=cskLIycxbuewHrRkYFhxVAMl2en+ZPwIwQ89alsTnT2S3USJKUbqOBCtn8cOPDSFju gCL0VRLnRlNDVuUJliYMFhGm9+pp0ANOaSmFH5hF1ph82da7je9LSlfMjF5IRMJRVklP GvuGkz2KsprcINWjkmDkJHmS/SjQI6jMQQyp8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=i3Sg1L5EEyqrZ/1NOPFsy0co+HiPpQlJV4y1AWwkF6mM+bMm587FLGvQ76AQ6jYRzv r9kwezcy2lLJmtZZifXVh5gtBZZGmg4wIMrnpHqRrywgjToc+tWuclq7XXIorEEv0u6z DKooseaH3gDS20cfhyBXtEgr4BUAnsYfEMDWw= MIME-Version: 1.0 Received: by 10.103.171.6 with SMTP id y6mr2149788muo.110.1240952317199; Tue, 28 Apr 2009 13:58:37 -0700 (PDT) In-Reply-To: <49F75EFC.5020804@corp.iskratelecom.ru> References: <49F75EFC.5020804@corp.iskratelecom.ru> Date: Wed, 29 Apr 2009 00:58:37 +0400 Message-ID: From: pluknet To: =?KOI8-R?B?4c7E0sXKIODS1MHKy8nO?= Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable Cc: freebsd-stable@freebsd.org Subject: Re: 4TB twa RAID, geometry problem ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2009 20:58:39 -0000 2009/4/28 =E1=CE=C4=D2=C5=CA =E0=D2=D4=C1=CA=CB=C9=CE : > hi, > On my FreeBSD 7.0 system (one scsi disk + PCI SATA 4TB RAID, twa) scsi di= sk > with system failed, so i get new one install FreeBSD 7.0 on it (using > another box) and than plug it in. But can`t get RAID to work. > Check man bsdlabel up. COMPATIBILITY Due to the use of an u_int32_t to store the number of sectors, BSD lab= els are restricted to a maximum of 2^32-1 sectors. This usually means 2TB= of disk space. Larger disks should be partitioned using another method s= uch as gpt(8). --=20 wbr, pluknet