ERROR – filesystem is already 78642683 (4k) blocks long. Nothing to do! | resize2fs

How to fix error | The filesystem is already 78642683 (4k) blocks long. Nothing to do!

If you are getting this error while running resize2fs command in linux for ext4 volume, run growpart command and then run resize2fs command as shown below:

sudo growpart /dev/xvda 1
sudo resize2fs /dev/xvda1

This will solve the issue!

Leave a Reply

Your email address will not be published. Required fields are marked *