Hi Rory, On 03/13/2011 01:56 AM, Rory Jaffe wrote: >> OK, so your new array size will be 5857612608 (1952537536 * 3) == 5586GB >> >> You can use an initial resize2fs to 5.4T to speed things up, as you don't really need to move items that are currently located between the 3.8T and 5.4T mark. Then use the exact "mdadm --grow /dev/md0 --array-size=5857612608" afterwards before you fsck it. >> >> If that passes, do the rest. The final resize2fs should be very quick. >> >> Phil >> > > One more glitch? I ran the following command, trying several different > locations for the backup file, all of which have plenty of space and > are not on the array. > > sudo mdadm -G /dev/md/0_0 -n 4 --backup-file=/tmp/backmd > > mdadm gives the message "mdadm: Need to backup 960K of critical > section.." and it immediately returns to the command prompt without > shrinking the array. Are you sure its not doing the reshape? "cat /proc/mdstat" will show whats happening in the background. Also, check your dmesg to see if there are any explanatory messages. Phil -- 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