How to decrease size of a root volume EC2 Amazon Linux2?

0

I want to decrease the size of a root volume in an EC2 running Amazon Linux2. I have followed some posts from internet and a post from here but it does not work for Amazon Linux2.

hai
asked 2 years ago470 views
1 Answer
2

Reducing the size of a volume is difficult (something that is inferred from the complexity of the instructions in the other post). That's because the operating system has already allocated the blocks on the disk to whatever file/block index mechanism is being used - so this isn't restricted just to Amazon Linux 2.

In short, to reduce the size of a volume you must create a new volume; copy all of the files across to it; and then (in the case of the boot volume) ensure that whatever boot mechanism is required by the operating system is present.

I think it would be a whole lot easier (and less risky) to create a new instance with a smaller boot volume then copy the files across.

profile pictureAWS
EXPERT
answered 2 years ago
  • thank you, I agree. 1) the copy part with rsync is OK for me. 2) the boot mechanism with grub-install, device UUID, fstab is not easy.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions