On Wed, 6 Nov 2002, Huntress Gary B NPRI wrote: > My array is currently 6 X 73GB. > > I think you are saying that I can do this now using resize2fs? I think > I pessimistically assumed that tool was destructive. Sort of... Alistair's point was that growing an array takes a long time, so the backup and restore process might not be as slow as you think. I suspect it will take the better part of a day to do what you have proposed (add a disk to a 6x73GB RAID-5). The first step is to use raidreconf to grow the array (add a disk). This is the slow part of the process. Get raidreconf here http://unthought.net/raidreconf/ It also ships with RedHat 8.0 (raidtools-1.00.2, anyone know why this version of raidtools still hasn't shown up in the usual spots???) Once the array is resized, you then need to resize the filesystem. This typically takes very little time and is done using the utility appropriate for your FS. So for ext2 you us resize2fs. -- Derek Vadala, derek@cynicism.com, http://www.cynicism.com/~derek - 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