Neil Brown wrote: > On Thursday December 8, mhardy@xxxxxxx wrote: > >>Not really on-topic, but has anyone else gotten ext2online to work? I >>get this "Dec 8 21:27:02 istanbul kernel: JBD: ext2online wants too >>many credits (2050 > 2048)" after letting it attempt to extend the FS to >>cover the entire device. > > > I haven't used ext2online myself, but I believe that there are some > aspects of the filesystem that it is not able to resize, and you have > to have created your filesystem with the understanding that you might > want to grow it later. > From the mkfs.ext3 man page: > > -E extended-options > ... > resize=max-online-resize > Reserve enough space so that the block group > descriptor table can grow to support a filesystem > that has max-online-resize blocks. > > > Not a very desirable situation, but just part of the legacy that > ext2/3 brings with it. > > So this time when you mkfs your new arrays, plan for growth :-) > > NeilBrown I was able to boot off the redhat install CD, use the 'linux rescue' mode to get a shell, and then use resize2fs to do what I wanted. Basically, if you didn't plan ahead with the right max-online-resize option, you can still grow the filesystem, just not while it's mounted and running. So at this point, I've got twice the disk space on both the systems I was working on. If only I had more to do, now that I know what I'm doing... -Mike - 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