From: seth vidal <skvidal@phy.duke.edu>
To: Dan Egli <dan@eglifamily.dnsalias.net>
Cc: linux-raid@vger.kernel.org
Subject: Re: raid 0 on different size devices?
Date: 19 Nov 2003 15:05:11 -0500 [thread overview]
Message-ID: <1069272311.6952.36.camel@opus> (raw)
In-Reply-To: <Pine.LNX.4.44.0311191300350.6810-100000@eglifamily.dnsalias.net>
> How do I setup a linear array?
a raidtab for use with mkraid might look something like this:
raiddev /dev/md0
raid-level linear
nr-raid-disks 2
chunk-size 32
persistent-superblock 1
device /dev/hda1
raid-disk 0
device /dev/hdc1
raid-disk 1
or you can use mdadm -C -llinear etc etc etc - man mdadm for complete
options.
-sv
next prev parent reply other threads:[~2003-11-19 20:05 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-19 18:57 raid 0 on different size devices? Dan Egli
2003-11-19 19:00 ` seth vidal
2003-11-19 19:18 ` Hermann Himmelbauer
2003-11-19 19:22 ` seth vidal
2003-11-19 20:01 ` Dan Egli
2003-11-19 20:05 ` seth vidal [this message]
2003-11-19 20:21 ` Jose Luis Domingo Lopez
2003-11-19 23:51 ` Neil Brown
2003-11-19 19:24 ` Mike Dresser
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1069272311.6952.36.camel@opus \
--to=skvidal@phy.duke.edu \
--cc=dan@eglifamily.dnsalias.net \
--cc=linux-raid@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.