1 Answer
- Newest
- Most votes
- Most comments
0
This is a Linux specific question than AWS. Could just move home to the new volume?
https://www.tecmint.com/convert-home-directory-partition-linux/
Other option is increase the volume size that /home Is mounted on and then expand the partition in linux
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/modify-ebs-volume-on-instance.html
Relevant content
- asked a year ago
- Accepted Answerasked a year ago
- asked a year ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 6 months ago
I think the tecmint link will only work if /home is initially part of the root filesystem, from the
lsblk
output it looks like in the case here it's mounted on its own FS. Meaning that in step 6 you're going to have an extra step of unmounting the current/home
, which is likely to fail because the user you're logged in as (ec2-user or ubuntu or whatever) is likely to have an open and active home directory within that mountpoint.The AWS link is the best way to go, get rid if the 441GB EBS volume and grow the 100GB volume up to 541GB.