From: "Mike Black" <mblack@csi-inc.com>
To: Stephan van Hienen <raid@a2000.nu>,
Peter Chubb <peter@chubb.wattle.id.au>
Cc: linux-kernel@vger.kernel.org, linux-raid@vger.kernel.org,
bernard@biesterbos.nl, ext2-devel@lists.sourceforge.net
Subject: Re: raid5 2TB+ NO GO ?
Date: Wed, 12 Feb 2003 10:13:33 -0500 [thread overview]
Message-ID: <044101c2d2a9$4fcdf980$f6de11cc@black> (raw)
In-Reply-To: Pine.LNX.4.53.0302121129480.13462@ddx.a2000.nu
I did a 12x180G and as I recall was unable to do 13x180G as it overflowed during mke2fs. This was a year ago though so I don't know
if that's been improved since then.
I've got 13 of these with one drive marked as a spare:
Disk /dev/sda: 255 heads, 63 sectors, 22072 cylinders
Units = cylinders of 16065 * 512 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 22072 177293308+ fd Linux raid autodetect
Number Major Minor RaidDevice State
0 8 177 0 active sync /dev/sdl1
1 8 17 1 active sync /dev/sdb1
2 8 33 2 active sync /dev/sdc1
3 8 1 3 active sync /dev/sda1
4 8 49 4 active sync /dev/sdd1
5 8 65 5 active sync /dev/sde1
6 8 81 6 active sync /dev/sdf1
7 8 97 7 active sync /dev/sdg1
8 8 113 8 active sync /dev/sdh1
9 8 129 9 active sync /dev/sdi1
10 8 145 10 active sync /dev/sdj1
11 8 161 11 active sync /dev/sdk1
12 65 49 12 /dev/sdt1
----- Original Message -----
From: "Stephan van Hienen" <raid@a2000.nu>
To: "Peter Chubb" <peter@chubb.wattle.id.au>
Cc: <linux-kernel@vger.kernel.org>; <linux-raid@vger.kernel.org>; <bernard@biesterbos.nl>; <ext2-devel@lists.sourceforge.net>
Sent: Wednesday, February 12, 2003 5:39 AM
Subject: Re: raid5 2TB+ NO GO ?
> On Wed, 12 Feb 2003, Peter Chubb wrote:
>
> > >>>>> "Stephan" == Stephan van Hienen <raid@a2000.nu> writes:
> >
> > Stephan,
> > Just noticed you're using raid5 --- I don't believe that level
> > 5 will work, as its data structures and internal algorithms are
> > 32-bit only. I've done no work on it to make it work (I've been
> > waiting for the rewrite in 2.5), and don't have time to do anything now.
> >
> > You could try making sector in the struct stripe_head a sector_t, but
> > I'm pretty sure you'll run into other problems.
> >
> > I only managed to get raid 0 and linear to work when I was testing.
>
> ok clear, so no raid5 for 2TB+ then :(
>
> looks like i have to remove some hd's then
>
> what will be the limit ?
>
> 13*180GB in raid5 ?
> or 12*180GB in raid5 ?
>
> Device Size : 175823296 (167.68 GiB 180.09 GB)
>
> 13* will give me 1,97TiB but will there be an internal raid5 problem ?
> (since it will be 13*180GB to be adressed)
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-raid" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
WARNING: multiple messages have this Message-ID (diff)
From: "Mike Black" <mblack@csi-inc.com>
To: "Stephan van Hienen" <raid@a2000.nu>,
"Peter Chubb" <peter@chubb.wattle.id.au>
Cc: <linux-kernel@vger.kernel.org>, <linux-raid@vger.kernel.org>,
<bernard@biesterbos.nl>, <ext2-devel@lists.sourceforge.net>
Subject: Re: raid5 2TB+ NO GO ?
Date: Wed, 12 Feb 2003 10:13:33 -0500 [thread overview]
Message-ID: <044101c2d2a9$4fcdf980$f6de11cc@black> (raw)
In-Reply-To: Pine.LNX.4.53.0302121129480.13462@ddx.a2000.nu
I did a 12x180G and as I recall was unable to do 13x180G as it overflowed during mke2fs. This was a year ago though so I don't know
if that's been improved since then.
I've got 13 of these with one drive marked as a spare:
Disk /dev/sda: 255 heads, 63 sectors, 22072 cylinders
Units = cylinders of 16065 * 512 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 22072 177293308+ fd Linux raid autodetect
Number Major Minor RaidDevice State
0 8 177 0 active sync /dev/sdl1
1 8 17 1 active sync /dev/sdb1
2 8 33 2 active sync /dev/sdc1
3 8 1 3 active sync /dev/sda1
4 8 49 4 active sync /dev/sdd1
5 8 65 5 active sync /dev/sde1
6 8 81 6 active sync /dev/sdf1
7 8 97 7 active sync /dev/sdg1
8 8 113 8 active sync /dev/sdh1
9 8 129 9 active sync /dev/sdi1
10 8 145 10 active sync /dev/sdj1
11 8 161 11 active sync /dev/sdk1
12 65 49 12 /dev/sdt1
----- Original Message -----
From: "Stephan van Hienen" <raid@a2000.nu>
To: "Peter Chubb" <peter@chubb.wattle.id.au>
Cc: <linux-kernel@vger.kernel.org>; <linux-raid@vger.kernel.org>; <bernard@biesterbos.nl>; <ext2-devel@lists.sourceforge.net>
Sent: Wednesday, February 12, 2003 5:39 AM
Subject: Re: raid5 2TB+ NO GO ?
> On Wed, 12 Feb 2003, Peter Chubb wrote:
>
> > >>>>> "Stephan" == Stephan van Hienen <raid@a2000.nu> writes:
> >
> > Stephan,
> > Just noticed you're using raid5 --- I don't believe that level
> > 5 will work, as its data structures and internal algorithms are
> > 32-bit only. I've done no work on it to make it work (I've been
> > waiting for the rewrite in 2.5), and don't have time to do anything now.
> >
> > You could try making sector in the struct stripe_head a sector_t, but
> > I'm pretty sure you'll run into other problems.
> >
> > I only managed to get raid 0 and linear to work when I was testing.
>
> ok clear, so no raid5 for 2TB+ then :(
>
> looks like i have to remove some hd's then
>
> what will be the limit ?
>
> 13*180GB in raid5 ?
> or 12*180GB in raid5 ?
>
> Device Size : 175823296 (167.68 GiB 180.09 GB)
>
> 13* will give me 1,97TiB but will there be an internal raid5 problem ?
> (since it will be 13*180GB to be adressed)
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-raid" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2003-02-12 15:13 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-02-06 0:20 15 * 180gb in raid5 gives 299.49 GiB ? Stephan van Hienen
2003-02-06 0:24 ` Stephan van Hienen
2003-02-06 1:13 ` Stephan van Hienen
[not found] ` <15937.50001.367258.485512@wombat.chubb.wattle.id.au>
2003-02-07 13:58 ` Stephan van Hienen
[not found] ` <15945.31516.492846.870265@wombat.chubb.wattle.id.au>
2003-02-12 10:39 ` raid5 2TB+ NO GO ? Stephan van Hienen
2003-02-12 15:13 ` Mike Black [this message]
2003-02-12 15:13 ` Mike Black
2003-02-14 10:21 ` kernel
2003-02-14 10:21 ` kernel
2003-02-17 10:24 ` Stephan van Hienen
2003-02-20 16:17 ` what is the exact raid5 limit (2TB (can i use 12 or 13*180GB?)) Stephan van Hienen
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='044101c2d2a9$4fcdf980$f6de11cc@black' \
--to=mblack@csi-inc.com \
--cc=bernard@biesterbos.nl \
--cc=ext2-devel@lists.sourceforge.net \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-raid@vger.kernel.org \
--cc=peter@chubb.wattle.id.au \
--cc=raid@a2000.nu \
/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.