码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu下/boot空间被占满的解决方法

时间:2017-07-22 23:42:55      阅读:354      评论:0      收藏:0      [点我收藏+]

标签:sudo   roo   dpkg   其他   img   nbsp   rem   eric   linux 安装   

我这个方法是直接删除或移除的方法,网上有采用

查看dpkg --get-selections|grep linux 安装的内核包

然后卸载不需要的内核

sudo apt-get remove linux-image-(版本号)(就是上面带image的版本)

如果你在卸载的过程报错,或者卸载不了(卸载的话会连带卸载一些其他的库)

那么试试我这个方法:

先查看下 系统使用的内核是多少

 uname -a
Linux UBT 4.8.0-56-generic #61~16.04.1-Ubuntu SMP Wed Jun 14 11:58:22 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

然后进入/boot目录

ll -h

看看你的文件包

-rw-r--r--  1 root root  40M 6月  25 09:17 initrd.img-4.8.0-54-generic
-rw-r--r--  1 root root  40M 6月  25 09:17 initrd.img-4.8.0-36-generic

-rw-r--r--  1 root root  40M 6月  25 09:17 initrd.img-4.8.0-56-generic

有几个是内核包,那么除了现在用的这个版本的,其他的你就移除,或拷贝到其他位置,2个就80M,会释放好多空间

 

ubuntu下/boot空间被占满的解决方法

标签:sudo   roo   dpkg   其他   img   nbsp   rem   eric   linux 安装   

原文地址:http://www.cnblogs.com/if-then/p/7223016.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!