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
已提问 2 年前430 查看次数
1 回答
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
专家
已回答 2 年前
  • 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.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则