TranslateProject/published/201504/20150304 How To Fix 'Not Enough Free Disk Space On boot' In Ubuntu.md

64 lines
2.3 KiB
Markdown
Raw Normal View History

2015-03-05 11:13:23 +08:00
如何在Ubuntu上修复“Not Enough Free Disk Space On /boot”
2015-03-04 15:17:01 +08:00
================================================================================
2015-03-05 11:13:23 +08:00
### 提问:如何在Ubuntu上修复“Not Enough Free Disk Space On /boot”错误###
2015-03-04 15:17:01 +08:00
2015-03-05 11:13:23 +08:00
今天当我在升级Lubuntu 14.04的时候遇到了下面这个错误,但是很简单。
2015-03-04 15:17:01 +08:00
> “Not Enough Free Disk Space On /boot”
![](http://1102047360.rsc.cdn77.org/wp-content/uploads/2015/02/Software-Updater_002.png)
2015-03-04 15:17:01 +08:00
这是因为我的 /boot 分区被不再需要的旧内核与包塞满了。
2015-03-04 15:17:01 +08:00
2015-03-05 11:13:23 +08:00
### 回答: ###
2015-03-04 15:17:01 +08:00
我听说Ubuntu Tweak中的**Computer Janitor**功能可以删除不想要的垃圾文件。使用Computer Janitor你可以将你的系统清理成像新安装的那样。Janitor会删除:
2015-03-04 15:17:01 +08:00
- 程序缓存Firefox/Chrome 缓存、软件中心缓存);
2015-03-05 11:13:23 +08:00
- 略缩图缓存;
- apt缓存;
- 旧内核;
- 包的配置;
- 不再需要的包。
2015-03-04 15:17:01 +08:00
2015-03-05 11:13:23 +08:00
如果你还没有安装这个工具,参考下面的链接
2015-03-04 15:17:01 +08:00
2015-03-05 11:13:23 +08:00
- **[如何安装和使用Ubuntu Tweak][1]**
2015-03-04 15:17:01 +08:00
2015-03-05 11:13:23 +08:00
要删除不需要的垃圾文件打开Ubuntu Tweak点击 **Janitor** 选项。
2015-03-04 15:17:01 +08:00
![](http://1102047360.rsc.cdn77.org/wp-content/uploads/2015/02/Ubuntu-Tweak_006.png)
2015-03-04 15:17:01 +08:00
2015-03-05 11:13:23 +08:00
选择你想要删除的文件的选框,并点击 **Clean** 按钮。
2015-03-04 15:17:01 +08:00
![](http://1102047360.rsc.cdn77.org/wp-content/uploads/2015/02/Ubuntu-Tweak_007.png)
2015-03-04 15:17:01 +08:00
2015-03-05 11:13:23 +08:00
Janitor现在就开始清理你的系统了。
2015-03-04 15:17:01 +08:00
![](http://1102047360.rsc.cdn77.org/wp-content/uploads/2015/02/Ubuntu-Tweak_003.png)
2015-03-04 15:17:01 +08:00
2015-03-05 11:13:23 +08:00
真酷!系统清理完成了。
2015-03-04 15:17:01 +08:00
![](http://1102047360.rsc.cdn77.org/wp-content/uploads/2015/02/Ubuntu-Tweak_008.png)
2015-03-04 15:17:01 +08:00
2015-03-05 11:13:23 +08:00
我重启启动了软件更新。这个没再遇到问题了。
2015-03-04 15:17:01 +08:00
![](http://1102047360.rsc.cdn77.org/wp-content/uploads/2015/02/Software-Updater_009.png)
2015-03-04 15:17:01 +08:00
2015-03-05 11:13:23 +08:00
就是这样。当然也有其他的方法可以清理系统。但是,这个方法很容易学。我们可以只点击几次鼠标就可以清理系统。
2015-03-04 15:17:01 +08:00
2015-03-05 11:13:23 +08:00
干杯!
2015-03-04 15:17:01 +08:00
--------------------------------------------------------------------------------
via: http://www.unixmen.com/how-to-fix-not-enough-free-disk-space-on-boot-in-ubuntu/
2015-03-04 15:17:01 +08:00
作者:[SK][a]
2015-03-05 11:13:23 +08:00
译者:[geekpi](https://github.com/geekpi)
校对:[wxy](https://github.com/wxy)
2015-03-04 15:17:01 +08:00
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
[a]:https://www.unixmen.com/author/sk/
[1]:http://linux.cn/article-3335-1.html