- Newest
- Most votes
- Most comments
Hello Max,
The changes that you have made on the console will reflect only at the block level. You can run the command "lsblk" to see the new size on the instance that you have configured on the console.
lsblk -> This command lists the information about all available or the specified block devices
After you increase the size of an EBS volume, you must use file system–specific commands to extend the file system to the larger size.
The steps to extend your filesystem is well documented on this link below:
[1] Extending a Linux file system after resizing a volume - Identifying the file system for a volume - https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recognize-expanded-volume-linux.html#identify-linux-file-system
Moving on, there is no difference between sda1 and xvda1, they are exactly same. When you run your EC2 instance on a Xen hypervisor the xvd* are simply the Xen disk storage devices, therefore they appear instead of sda, etc.
Thanks a lot.
I was able to solve the problem, using your advice and the article you mentioned.
Max.
Relevant content
- asked 4 months ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 25 days ago