From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QQ0dS-0003U3-WD for garchives@archives.gentoo.org; Fri, 27 May 2011 17:15:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 599211C14B; Fri, 27 May 2011 17:12:03 +0000 (UTC) Received: from mail-yi0-f53.google.com (mail-yi0-f53.google.com [209.85.218.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 2C4161C14B for ; Fri, 27 May 2011 17:12:02 +0000 (UTC) Received: by yia25 with SMTP id 25so1113186yia.40 for ; Fri, 27 May 2011 10:12:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:references:from:in-reply-to:mime-version:date :message-id:subject:to:content-type:content-transfer-encoding; bh=0XGdZbe3S6uPNInqt08rwNY2+AvNKL5ey06S1KnX7Dg=; b=Ak2M3Y80Ue00PojaJ7lKyga+Ch0NYycz4ry7ndYRO8pH5+C59Rg6p4vQjYuyHLX38V BDBbKZ4Xk6HnZlXm6FUJUGqreerUeZEBdeVUgCryEGYZKx1XziM9XmmZ8XV/HDZYyBIH gf1SLKm6oT8co7yz4vgJUjz+9SPuWHl5HJkrw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=references:from:in-reply-to:mime-version:date:message-id:subject:to :content-type:content-transfer-encoding; b=vhwrvO3uZ08DrjQpj3FLw+JWLZPUr5+Da3o+683xCpgsM4j6f5Th1/J9NMFVewVFi8 fQaSuy0fXI6gZOAEpIX4WLy646r1nfxZ9DTFZkkeOr6OsMaq/aDF52qzuar2YrV4D2VN PKJSmtA82BzV5nDVsHndn4Fein5x+3Y9x+jIw= Received: by 10.90.249.27 with SMTP id w27mr2265061agh.139.1306516322606; Fri, 27 May 2011 10:12:02 -0700 (PDT) References: <8078720605280620467@unknownmsgid> <4DDFD98C.8040304@binarywings.net> From: Maxim Vorontsov <6012030@gmail.com> In-Reply-To: <4DDFD98C.8040304@binarywings.net> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 (iPad Mail 8J3) Date: Fri, 27 May 2011 21:12:15 +0400 Message-ID: <-1857186722528468030@unknownmsgid> Subject: Re: [gentoo-user] Raid10 howto To: "gentoo-user@lists.gentoo.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 1cd3bebd7617c4f6c4413791035b7705 Yes, it help. Thank you and thank to John. -- Maxim Vorontsov 27.05.2011, =D0=B2 21:08, Florian Philipp =D0=BD=D0= =B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BB(=D0=B0): > Am 27.05.2011 18:54, schrieb Maxim Vorontsov: >> Hello. >> >> I look how to create a RAID10. I understood correctly I must first >> create two RAID0 device for one RAID1? Or is simple command for >> creation RAID10 on 4 disks? >> >> I dont find answer for this on gentoo.org or raid.wiki.kernel.org. >> -- >> Brgds >> Maxim Vorontsov >> > > I assume you want a software RAID (constructed with mdadm)? In that > case, you can create a RAID10 in a single step like this: > mdadm --create /dev/md0 --level=3Draid10 --raid-devices=3D4 /dev/sda > /dev/sdb /dev/sdc /dev/sdd > > Hope this helps, > Florian Philipp >