由于阿里云服务器的磁盘不够,这里我们需要扩容,在扩容中有提示报错"NOCHANGE: partition 1 is size 838858719. it cannot be grown"。
[root@laozuo.org ~]# growpart /dev/vda 1
CHANGED: partition=1 start=2048 old: size=419428319 end=419430367 new: size=838858719 end=838860767
[root@laozuo.org ~]# growpart /dev/vda 1
NOCHANGE: partition 1 is size 838858719. it cannot be grown
#若运行命令后报以下错误,您可以运行LANG=en_US.UTF-8切换ECS实例的字符编码类型。
[root@laozuo.org ~]# LANG=en_US.UTF-8
运行resize2fs 命令调用resize2fs扩容文件系统。