Why isn't my EC2 storage space upgrading?

0

I ran out of space on my Ec@ ubuntu machine so I added 20gb to my volume. It's been an hour and my machine when I run dh -f still says it only has 7 gb and is 100 percent full. I thought it said it was going to auto increase the space. Not sure whats going on or how to fix it

Enter image description here

Sam
질문됨 2달 전219회 조회
2개 답변
1

Please follow the steps list in this article to resize the file system.

profile pictureAWS
전문가
답변함 2달 전
0

There are a number of steps to increase the filesystem, these are described here https://docs.aws.amazon.com/ebs/latest/userguide/recognize-expanded-volume-linux.html

Boiling it down, you have to expand the underlying EBS volume (which it sounds like you've already done) and then grow the filesystem using either xfs_growfs or resizefs depending on the filesystem type.

Can you try following the steps in the link, and if you get stuck then can you post the outputs of lsblk and df -hT to progress things.

profile picture
전문가
Steve_M
답변함 2달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠