Gentoo Archives: gentoo-user

From: Florian Philipp <lists@×××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Raid10 howto
Date: Fri, 27 May 2011 17:08:00
Message-Id: 4DDFD98C.8040304@binarywings.net
In Reply to: [gentoo-user] Raid10 howto by Maxim Vorontsov <6012030@gmail.com>
1 Am 27.05.2011 18:54, schrieb Maxim Vorontsov:
2 > Hello.
3 >
4 > I look how to create a RAID10. I understood correctly I must first
5 > create two RAID0 device for one RAID1? Or is simple command for
6 > creation RAID10 on 4 disks?
7 >
8 > I dont find answer for this on gentoo.org or raid.wiki.kernel.org.
9 > --
10 > Brgds
11 > Maxim Vorontsov
12 >
13
14 I assume you want a software RAID (constructed with mdadm)? In that
15 case, you can create a RAID10 in a single step like this:
16 mdadm --create /dev/md0 --level=raid10 --raid-devices=4 /dev/sda
17 /dev/sdb /dev/sdc /dev/sdd
18
19 Hope this helps,
20 Florian Philipp

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Raid10 howto Maxim Vorontsov <6012030@×××××.com>