Sean Kormilo on Thu 24/04 16:52 -0400: > I'd prefer to be able to do this without having to unmount > or take down any of the filesystems on the box (it is an > NFS server). As long as your clients have hard-mounted your NFS server, they will just block until the server comes back up and nothing untoward will happen. As long as you keep all your inode and device numbers the same (eg, don't make a new FS, grow the one you have in place), there should be no problems. This will work fine if you just take the system down, grow the array to whatever you like (same major/minor nums, which are part of NFS cookie I think), then grow the filesystem with resize2fs, and bring the server back up. - 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