On Fri, Jan 1, 2010 at 3:30 PM, Zdenek Behan <rain@xxxxxxxxx> wrote: > On 01/01/2010 08:57 PM, Michael McLagan wrote: >> I'm trying to set up a large array but isn't working. I tried >> Googling size limits, etc and came up empty. >> >> The problem is that with 10 drives (300GB SCSI), the array is coming up >> with 500GB of space?!? I did an experiment and when the array size >> exceeds 2TB, it fails/wraps? >> > Just curious, did you compile your kernel with LBD (Large Block Device) > support? > > > Zdenek > -- > To unsubscribe from this list: send the line "unsubscribe linux-raid" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html > I couldn't find it in my config, so I googled: http://cateee.net/lkddb/web-lkddb/LBD.html That does look like the most likely problem. If at all possible try to get a good dmesg capture of a new kernel, you might want to explore using netconsole to log via UDP to a remote system. Chances are good it's just some chipset/driver issue; I remember having problems with a lack of timer for some boards; either forcing it to use the older style timer or using a patched bios which properly setup the HPET (timer) resolved the issue. -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html