linux 系统扩容 VMware Centos
Posted dafei4
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux 系统扩容 VMware Centos相关的知识,希望对你有一定的参考价值。
用到的命令
df fdisk pvcreate pvdisplay vgdisplay vgextend lvdisplay lvextend resize2fs
在 重新识别大小的时候报错: resize2fs /dev/mapper/centos-root
[[email protected] ~]# resize2fs /dev/mapper/centos-root resize2fs 1.42.9 (28-Dec-2013) resize2fs: Bad magic number in super-block while trying to open /dev/mapper/centos-root Couldn‘t find valid filesystem superblock. [[email protected] ~]#
查看文件类型,我的是 xfs 类型,需要用xfs_drowfs 来识别
[[email protected] ~]# cat /etc/fstab | grep centos-root /dev/mapper/centos-root / xfs defaults 0 0 [[email protected] ~]#
[[email protected] ~]# xfs_growfs /dev/mapper/centos-root #重新识别大小centos-root 大小
参考文章:
以上是关于linux 系统扩容 VMware Centos的主要内容,如果未能解决你的问题,请参考以下文章