Linux如何添加可用空间到一个分区
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
- df -k
- 显示所有分区的可用空间和已用空间
- 找到分区使用率将近100%的分区
- sudo vgdisplay
- 这个命令显示的是有多少空间还没有被分配,如果显示vgdisplay: command not found 则需要安装lvm2, ubuntu下可以执行sudo apt-get install lvm2来进行安装
- (Free PE / Size 19183 / 74.93 GB 表示你可以添加74.93G)
- sudo lvextend -L+20G /dev/vg/home
- 这个命令会添加20G空间到home分区,这20G空间是从上面的74.93G未分配空间中取得的
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 年前
更多推荐
已为社区贡献1条内容
所有评论(0)