Gentoo Archives: gentoo-user

From: "Stefan G. Weichinger" <lists@×××××.at>
To: gentoo-user@l.g.o
Cc: Neil Bothwick <neil@××××××××××.uk>
Subject: Re: [gentoo-user] RAID6 for / ?
Date: Thu, 09 Dec 2010 14:54:58
Message-Id: 4D00ED64.5040100@xunil.at
In Reply to: Re: [gentoo-user] RAID6 for / ? by Neil Bothwick
1 Am 09.12.2010 15:14, schrieb Neil Bothwick:
2
3 > I don't bother with a separate /boot, especially when / is separate
4 > anyway. I'd use / (including /boot) as RAID1 on all the disks, then the
5 > RAID6 LVM for everything else. Otherwise you have to mess around with
6 > initrds or scripts to mount / from the LVM.
7
8 I never did RAID1 with more than 2 disks, you suggest something like:
9
10 mdadm --create /dev/md0 --level=1 --raid-disks=6 /dev/sd[abcdef]1
11
12 ?
13
14 This would result in /dev/md0 having a usable size of 3 disks?
15
16 Thanks, Stefan

Replies

Subject Author
Re: [gentoo-user] RAID6 for / ? Neil Bothwick <neil@××××××××××.uk>