linux boot空间不足的解决办法
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash

·
/boot空间一般分配100M的空间,本来是够用的,由于频繁的更新导致旧的不再使用的内核文件也保留在boot空间里,占着位置,所以把这些不用的内核文件下载掉boot空间就能释放出一部分,以debian linux 为例 具体做法为
1、使用dpkg --get-selections | grep linux查看内核的安装状况,凡是带image都是旧的内核
2、使用uname -a 查看当前的内核版本
3、一般当前版本之前的版本都可以删除,我自己习惯把当前版本的前一个版本保留下来
4、删除的指令是 sudo apt-get remove 内核文件的名字 比如 linux-image-3.2.0-33-generic-pae
5、为确保卸载干净执行下 sudo apt-get clean 或者 sudo apt-get autoremove




A beautiful web dashboard for Linux
最近提交(Master分支:9 个月前 )
186a802e
added ecosystem file for PM2 5 年前
5def40a3
Add host customization support for the NodeJS version 5 年前
更多推荐
所有评论(0)