阅读更多
EC2 Windows Machine Extend Disk Space
Follow the previous document to extend the Volume in AWS. But in Ubuntu, we just restart the machine, then we can see all the disk space.
But in windows, we need do something more.
In the windows command line window, open this tool - “diskmgmt.msc"
Choose Action —> Refresh, then we can see the empty disk space, in my case, I original have 30G, then another 30G.
Select on the original 30G, (right-click), choose “Extend Volume” —> “Next” —> “Finish"
Then we have all the disk space.
References:
https://aws.amazon.com/premiumsupport/knowledge-center/expand-ebs-root-volume-windows/
https://sillycat.iteye.com/blog/2440302