当前位置:   article > 正文

Linux磁盘LVM根目录扩容ubuntu--vg-ubuntu--lv_the backup gpt table is not on the end of the devi

the backup gpt table is not on the end of the device. this problem will be c

The backup GPT table is not on the end of the device. This problem will be corrected by write.
 

扩展ubuntu--vg-ubuntu--lv

废话不多说,直接上命令

Linux磁盘LVM根目录扩容

# fdisk /dev/sda  
n  
p  
w   

扩展pv并查看
# pvcreate /dev/sda4
# pvdisplay

扩展vg并查看
# vgextend ubuntu-vg /dev/sda4
# vgdisplay  

扩展lv并查看
# lvextend /dev/ubuntu-vg/ubuntu-lv /dev/sda4 
# lvdisplay

扩展根文件系统
# resize2fs /dev/ubuntu-vg/ubuntu-lv

# lblk

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/凡人多烦事01/article/detail/660834
推荐阅读