1. 参考阿里云文档 :https://help.aliyun.com/document_detail/113316.html?spm=a2c4g.11186623.6.925.3aa35181enfucr

先要在阿里云控制台重启服务器

1.扩容分区

yum install -y cloud-utils-growpart
growpart /dev/vdb 1

2.扩容文件系统


resize2fs
/dev/vdb1

 

相关文章:

  • 2021-12-08
  • 2021-12-07
  • 2021-09-19
  • 2021-09-28
  • 2021-09-28
  • 2021-08-05
  • 2021-05-09
  • 2021-11-11
猜你喜欢
  • 2021-09-28
  • 2021-12-03
  • 2021-04-09
  • 2021-09-28
  • 2021-12-03
相关资源
相似解决方案