RHEL EC2 Creating New Partition

0

I have a EC2 instance running on RHEL 7.9 with one volume /dev/xvda. I am not a linux admin. I just know some basic stuff. How do I move /var & /home directory into separate partition? I have to do this due to some requirement. What would be the impacts by doing so?

  • Do you want a separate partition on the same /dev/xvda disk or partitions for /var and /home on separate disks (/dev/xvdb and /dev/xvdc)?

  • on the same /dev/xvda disk

  • Know that the only benefit is this will prevent one partition filling up from effecting the others. So if the /var partition is at 100% full, the root partition and /home are not effected. This was an old way of managing space when disks were expensive or difficult to expand. Having separate disks will cost a little bit more but will improve performance in addition to the resilience that you are looking for. Do you have enough space on /dev/xvda to create the partitions of a size that you want? If your disk is at less than 50% full, you can proceed. Otherwise you will need to expand /dev/xvda first.

  • Thanks for your response. It's more than 60% free space. Please let me know how to move /var directory into separate partition?

已提問 1 年前檢視次數 564 次
1 個回答
0
已接受的答案

I figured it out. Modify the EBS volume to increase the size. Create partition, format, mount /var in the new partition and reboot. You must use partprobe command if any issue occurs (in the new partition doesn't show up) with partitioning.

已回答 1 年前

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

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

回答問題指南