[EMAIL PROTECTED] wrote:
> I have a MySQL database, running on SW RAID-0 over ext2, that wants to
> grow beyond the 2GB file size limit of ext2. I will be moving the
> database this week to a four-way SMP system with six drives, so I want
> to take this opportunity to move to a file system that will support
> larger file sizes.
>
> Does anyone here have experience with ReiserFS or ext3 under software
> RAID? What is the simplest option? Should I consider a development
> kernel? What is the most robust option? (I will be moving to RAID-5
> in the process, but I don't want to shift more responsibility onto
> RAID error correction than I have to.)
>
> Dave
Software raid and ReiserFS are incompatible as far as I know - something
to
do with the way they are implimented which conflicts - and there are no
plans
to change this situation, unfortunately. This at least was the situation
when
I talked with Hans Rejser at a conference in Germany last september and
had not changed the last time I looked. He had however some plans to
impliment
mirroring in their code but no raid-5.
Anyone know about ext3? It should not have as many problems as ReiserFS
as it
is implimented at a higher level.
Brian