码迷,mamicode.com
首页 > 其他好文 > 详细

Ubuntu /boot paritiion clean up

时间:2014-05-15 03:24:16      阅读:235      评论:0      收藏:0      [点我收藏+]

标签:c   get   a   art   linux   name   

1. Check the /boot partition size to decide if need clean up
$ df


2. Check the current used Linux kernel
$ uname -r


3. Check all Linux kernel to decide which ones to be removed
$ ls /boot


4. List all installed Linux kernel label
$ sudo dpkg --list ‘linux-image*‘


5. Remove old Linux kernel images, usually leave 1 or 2 old ones which won‘t be removed
$ sudo apt-get remove linux-image-3.8.0-38-generic


6. Repeat step #5 until the /boot partition has enough space

Ubuntu /boot paritiion clean up,布布扣,bubuko.com

Ubuntu /boot paritiion clean up

标签:c   get   a   art   linux   name   

原文地址:http://blog.csdn.net/alexgreenbar/article/details/25771627

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