From: Roman Mamedov <rm@romanrm.net>
To: Fisher <fisherthepooh@protonmail.com>
Cc: "linux-raid@vger.kernel.org" <linux-raid@vger.kernel.org>
Subject: Re: Is it possible to create a single zone RAID0 with different size member disks?
Date: Sun, 12 Apr 2020 14:12:59 +0500 [thread overview]
Message-ID: <20200412141259.14955b2e@natsu> (raw)
In-Reply-To: <5ng5lZpZoJjtdf9Xkshn3CSzsLIErcNWAzPPARDbDdzNY9Kr-tgMjy6djUaqRVo9r9KmB2HMV0ZQuurdV7wNDYGOP4azAiw1jPkcoF10-SM=@protonmail.com>
On Fri, 10 Apr 2020 09:29:19 +0000
Fisher <fisherthepooh@protonmail.com> wrote:
> Is there any way I can create a single zone raid0 with different size member disks?
I'm not sure about the actual zones issue, but the easiest workaround seems to
be to just create a same-sized partition on each disk, and then do RAID0 of
those partitions.
It might be a good idea regardless (RAID of partitions instead of raw disks),
because that way unrelated operating systems and LiveCDs you might boot on the
machine will not see these as empty uninitialized drives, but will properly
detect what they are used for, and to what extent.
In fact you can even use the remaining space on each disk for partitions of
other purposes -- or to make more RAIDs. Say, if you got disks of:
2TB
2TB
3TB
3TB
You can make one 4x2TB RAID0, and one 2x1TB RAID0 from the tails of 3TB disks.
Or 4x2TB RAID5 and 2x1TB RAID1.
Then run LVM on top of it all to join both into one large volume.
--
With respect,
Roman
next prev parent reply other threads:[~2020-04-12 9:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-10 9:29 Is it possible to create a single zone RAID0 with different size member disks? Fisher
2020-04-12 9:12 ` Roman Mamedov [this message]
2020-04-12 9:38 ` Wols Lists
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=20200412141259.14955b2e@natsu \
--to=rm@romanrm.net \
--cc=fisherthepooh@protonmail.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).