Reply to comment

try to use raid10,f2

There is a mirrored raid type that would give you doube the read performance of raid1 - about the same performance as raid0. it is called raid10,f2 - you could try it out:

mdadm --create /dev/md0 --level=10 -p n2 --raid-devices=2 /dev/sda /dev/sdb

It gives you the advantages both of the redundancy of raid1 and the speed of raid0

Reply

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <img> <i> <b> <tt> <em> <strong> <cite> <code> <blockquote> <pre> <ul> <ol> <li> <dl> <dt> <dd> <i>
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Each email address will be obfuscated in a human readble fashion or (if JavaScript is enabled) replaced with a spamproof clickable link.
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
3 + 10 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.