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 年前檢視次數 470 次
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.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南