Celeb Glow
updates | March 02, 2026

Yes or no (-y or -n) for Clone multiply-claimed blocks while using e2fsck -f

I am trying to shrink EBS Volume from 2TB to 1TB as we are utilizing only 30% of the volume. I have created a new 1TB volume(already partitioned) and attached old 2TB and new 1TB volume as secondary (xvdf1 and xvdg1). The process includes e2fsck -f /dev/xvdf1 (check), resize2fs -M -p /dev/xvdf1(resize) and dd bs=16M if=/dev/xvdf1 of=/dev/xvdg1 count=value from resize step (copy)

While disk check e2fsck -f /dev/xvdf1, I am getting Clone multiply-claimed blocks? and asking for a yes/no answer. Now, I know - can use -y or -n parameter with e2fsck. All my code, mongo database and Postgres database are in the same volume.

What is recommended here so that I should not lose any data and have a lesser downtime as we have a standalone deployment?

2 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy