当前位置:网站首页>The 40g high-efficiency cloud disk purchased by Alibaba cloud is only 20g attached

The 40g high-efficiency cloud disk purchased by Alibaba cloud is only 20g attached

2022-06-30 06:32:00 gsls200808

When Alibaba cloud discovered the Alibaba cloud interface after buying it for 89 years 40G, The actual view is only 20G

use fdisk -l see /dev/vda when 40G,/dev/vda1 only 20G, This must be the virtual machine template of Alibaba cloud 20G, But it was 40G The disk is not expanded with the command , The result is

Expand it manually

fdisk -l
growpart /dev/vda 1
xfs_growfs /dev/vda1

Restart after expansion

Use after restart fdisk -l see

/dev/vda 40G /dev/vda1 40G

原网站

版权声明
本文为[gsls200808]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/181/202206300628001715.html