3 Answers
- Newest
- Most votes
- Most comments
3
Some operating systems will automatically detect larger (expanded) disks available to them and extend the file systems for you. This appears to be the case here.
1
There is a step of extending the filesystem depending on the FS type. Check the FS size by using the df command. lsblk shows the disk is extended and OS is able to recognize that.
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recognize-expanded-volume-linux.html
answered 2 years ago
0
yes you have to extend the filesystem at the OS end either unix or windows after extending the EBS volume at AWS end, you can refer the below automated script to extend the EBS volume from AWS as well as from the OS end
answered 2 years ago
Relevant content
- asked 2 years ago
- asked 5 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
yes you have to extend the filesystem at the OS end either unix or windows after extending the EBS volume at AWS end, you can refer the below automated script to extend the EBS volume from AWS as well as from the OS end
https://www.magicpowershell.com/2022/07/extend-live-ebs-volume-on-aws-ec2-instance.html