📜  aws 修改卷大小 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:13.242000             🧑  作者: Mango

代码示例1
#after modifying volume in aws account restart server and volume will be expaneded
#or 
sudo growpart /dev/xvda1 1
#may need to change xvda1 with your file system name to see names run:
df -hT