public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Stefan G. Weichinger" <lists@xunil.at>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] best practise for 4 disks ... redundancy
Date: Thu, 12 Mar 2015 12:30:45 +0100	[thread overview]
Message-ID: <550178E5.6020209@xunil.at> (raw)
In-Reply-To: <20150311223238.42f750c9@digimed.co.uk>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

On 11.03.2015 23:32, Neil Bothwick wrote:
> On Wed, 11 Mar 2015 23:14:49 +0100, Stefan G. Weichinger wrote:
> 
>> Am 11.03.2015 um 17:06 schrieb Neil Bothwick:
>> 
>>>> So RAID1 with vfat as ESP ?
>>> 
>>> That's how I'd do it. I have /boot on RAID1 on this box (but
>>> not as FAT and it's a BIOS motherboard) with everything else on
>>> a btrfs RAID and it works well.
>> 
>> I will redo my setup tomorrow ... thanks So your suggestion is
>> with MBR and not GPT?
> 
> Absolutely not! MBR is fragile, limited and horrible. I use GPT but
> not UEFI because this is a pre-UEFI motherboard.
> 
>> I still wonder if to do UEFI and GPT because both are the more
>> modern ways of doing things (and be prepared for future
>> developments) or just stay with BIOS and MBR as long as I don't
>> need it (with disks smaller than 2 TB etc)
> 
> Given the choice, I'd use GPT for the above reasons and UEFI
> because Gummiboot is nicer than GRUB.

I now have a dedicated ESP on /dev/sda2 (non-RAID) and it boots via
gummiboot (-> UEFI).

dracut assembles the arrays after configuring this:

# /etc/dracut.conf

add_dracutmodules+="lvm bash mdraid"

hostonly="yes"

mdadmconf="yes"

# the uuids of my two arrays ...
kernel_cmdline+=" rd.md.uuid=7663e24a:1a64ce0f:49545629:46742031 "
kernel_cmdline+=" rd.md.uuid=8c266e7a:870c97b7:ff199683:6d8c3edb "

# end


(lvm isn't necessary but doesn't hurt)

I now wonder if I could

(a) create a RAID1 over /dev/sd[abcd]2 and format it as vfat ESP

or

(b) "clone" /dev/sda2 -> format each /dev/sd[abcd]2 as vfat, copy the
content of /boot in there and install gummiboot to each harddisk

?

Stefan

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJVAXjlAAoJEClcuD1V0PzmVhIP/0B2ff9NNznkbkhMDtd850E3
lZKWIYSkEYgdznbPF0ODFV/dRZZHKjyAxgeEm1QbhJGRYCbOHMopcCMD2BQ+Cimt
Fd0Eful1l2Z7dfr1igPCHHPJxgi65OvXd1KSFF9dSKPXaDe3B+QpG0QTBf+YU83p
slAMmxwePXnKxFpZi2o7/7Nfi7SMDmDvJREgLL6BhFdDDQfVeMbsWjvtc2prutVM
858Eaou1hXkOc1d0Wkjhkyazw9VmpMyfN92+4YMQ+kWyz+x07WHE0gXMd+tvkTOw
sOY7QYwKrsTXHdU5UTfHork+MVV6hJ2cLwj/epYXxU9T8zTEbaCkqlGoHbrGI1qF
YCwGy89pkxVx5UZ+/1qSfalp99QiXed9fcDsrh8roHmUzSiQZOCoak9Wi+94S1cL
0Jc2vvVq9LUYAYiJ6/poUsZWB4W/LgKiB42YwFFwdoXMI+GIXWfmbB1B0mSnYYaU
B+mtuv3trdgpD8+uyLjtmDOzbSBZekqG6RWHCdbh2R7mqmPoM3n8rmIz6R1+1pLy
ynDJPot9hKxWaxdzu+SnvhlS/Kj04Qcydo2oav135HyoNJNN0j38E9BiRmYmBBfy
CI1+MwR55tTriVgNHF8hEhH1eiqS+l6XE3ymuj+TLk9cKuR4lBtop+NG59r3ygTm
miPw7o5+IPgI7bRcJiEV
=ge3y
-----END PGP SIGNATURE-----


  reply	other threads:[~2015-03-12 11:31 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-11  6:45 [gentoo-user] best practise for 4 disks ... redundancy Stefan G. Weichinger
2015-03-11 11:09 ` Neil Bothwick
2015-03-11 15:52   ` Stefan G. Weichinger
2015-03-11 16:06     ` Neil Bothwick
2015-03-11 22:14       ` Stefan G. Weichinger
2015-03-11 22:32         ` Neil Bothwick
2015-03-12 11:30           ` Stefan G. Weichinger [this message]
2015-03-12 16:48             ` Neil Bothwick
2015-03-12 17:12               ` Stefan G. Weichinger
2015-03-12 17:28                 ` Neil Bothwick
2015-03-12 18:52                   ` Stefan G. Weichinger
2015-03-13  8:38                     ` Stefan G. Weichinger
2015-03-13  8:59                       ` Neil Bothwick
2015-03-13 13:55                         ` Stefan G. Weichinger
2015-03-13 14:11                           ` Neil Bothwick
2015-03-17 22:00                             ` Stefan G. Weichinger

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=550178E5.6020209@xunil.at \
    --to=lists@xunil.at \
    --cc=gentoo-user@lists.gentoo.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