如何扩展linux的根分区
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
1. 查看根分区挂载点
df -h
2. 查看逻辑卷
lvdisplay
可以看出两个逻辑卷都挂载卷组centos
3. 查看卷组
vgdisplay
可以看出卷组还有剩余的空间,可以直接扩根分区
4. 使用如下命令进行扩展
lvextend -L +500G /dev/mapper/centos-root
5 如果是xfs文件系统用如下命令:
xfs_growfs /dev/mapper/centos-root
如果是ext4等其他文件系统用如下命令
resize2fs /dev/mapper/centos-root
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献3条内容
所有评论(0)