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 1QQ0W0-0002c0-7S for garchives@archives.gentoo.org; Fri, 27 May 2011 17:08:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4334E1C161; Fri, 27 May 2011 17:04:20 +0000 (UTC) Received: from out3.smtp.messagingengine.com (out3.smtp.messagingengine.com [66.111.4.27]) by pigeon.gentoo.org (Postfix) with ESMTP id 2205B1C161 for ; Fri, 27 May 2011 17:04:20 +0000 (UTC) Received: from compute1.internal (compute1.nyi.mail.srv.osa [10.202.2.41]) by gateway1.messagingengine.com (Postfix) with ESMTP id D8F6820A4D for ; Fri, 27 May 2011 13:04:19 -0400 (EDT) Received: from frontend2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Fri, 27 May 2011 13:04:19 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=message-id:date:from:mime-version:to:subject:references:in-reply-to:content-type; s=smtpout; bh=qfTah0W2fkndN1lhNtwzcpPfT8M=; b=tWtMfaSZA9OamJBzuHBmbwuV9sorGpLiwDgu8WuW8L4TA9Fp9vG9RM9ocvXI9sTECCL7p7432JKpErSXdctg03XHRe1etRCKTkB5AO3UZOCXYTLiFy6jXcyj4N17Yoefjw0dccQqcx1+J4RK8HGZpB8w3LO9PdwPEYSGPQM9M6I= X-Sasl-enc: RmcLMKUq3/iqQPndP4nUH5KONBlLs+E+K4/JKgGFTPWw 1306515858 Received: from [192.168.5.18] (serv.binarywings.net [83.169.5.6]) by mail.messagingengine.com (Postfix) with ESMTPSA id F0CC8440E2B for ; Fri, 27 May 2011 13:04:17 -0400 (EDT) Message-ID: <4DDFD98C.8040304@binarywings.net> Date: Fri, 27 May 2011 19:04:12 +0200 From: Florian Philipp User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110507 Lightning/1.0b3pre Thunderbird/3.1.10 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Raid10 howto References: <8078720605280620467@unknownmsgid> In-Reply-To: <8078720605280620467@unknownmsgid> X-Enigmail-Version: 1.1.2 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigFFE9B3BDD438A8C03D384A2D" X-Archives-Salt: X-Archives-Hash: 5e5f4bb05f9704a89a9f6a683da32ce9 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigFFE9B3BDD438A8C03D384A2D Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Am 27.05.2011 18:54, schrieb Maxim Vorontsov: > Hello. >=20 > 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? >=20 > I dont find answer for this on gentoo.org or raid.wiki.kernel.org. > -- > Brgds > Maxim Vorontsov >=20 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 --------------enigFFE9B3BDD438A8C03D384A2D Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk3f2YwACgkQqs4uOUlOuU/m5QCbBZMjOWzs7ZuJXoS5iQctlJyV N+YAnjzXBm34dRTl8Mx5AEECY1NHxqfa =gXLU -----END PGP SIGNATURE----- --------------enigFFE9B3BDD438A8C03D384A2D--