/boot目录空间不足
提示/boot目录空间不足,查了一些资料,最后把久的内核给卸载得以解决。
1.首先查看自己使用的内核
lxz@lxz-pc:~$ uname -aLinux lxz-pc 2.6.35-25-generic #44-Ubuntu SMP Fri Jan 21 17:40:48 UTC 2011 i686 GNU/Linux
lxz@lxz-pc:~$ cd /boot
lxz@lxz-pc:/boot$ ls -l
总计 35125
-rw-r--r-- 1 root root 705861 2011-01-22 06:04 abi-2.6.35-25-generic
-rw-r--r-- 1 root root 709370 2011-03-01 23:56 abi-2.6.35-28-generic-pae
-rw-r--r-- 1 root root 128615 2011-01-22 06:04 config-2.6.35-25-generic
-rw-r--r-- 1 root root 129056 2011-03-01 23:56 config-2.6.35-28-generic-pae
drwxr-xr-x 3 root root 7168 2011-03-23 10:31 grub
-rw-r--r-- 1 root root 10761551 2011-03-04 10:49 initrd.img-2.6.35-25-generic
-rw-r--r-- 1 root root 10741569 2011-03-23 10:18 initrd.img-2.6.35-28-generic-pae
drwx------ 2 root root 12288 2011-01-05 04:52 lost+found
-rw-r--r-- 1 root root 165084 2010-09-25 01:14 memtest86+.bin
-rw-r--r-- 1 root root 167264 2010-09-25 01:14 memtest86+_multiboot.bin
-rw-r--r-- 1 root root 1831296 2011-01-22 06:04 System.map-2.6.35-25-generic
-rw-r--r-- 1 root root 1873873 2011-03-01 23:56 System.map-2.6.35-28-generic-pae
-rw-r--r-- 1 root root 1192 2011-01-22 06:06 vmcoreinfo-2.6.35-25-generic
-rw-r--r-- 1 root root 1196 2011-03-01 23:57 vmcoreinfo-2.6.35-28-generic-pae
-rw-r--r-- 1 root root 4294672 2011-01-22 06:04 vmlinuz-2.6.35-25-generic
-rw-r--r-- 1 root root 4428048 2011-03-01 23:56 vmlinuz-2.6.35-28-generic-pae
上面显示的情况中,是我已经把linux-image-2.6.35-27-generic的结果
3.卸载旧内核应该使用命令:
lxz@lxz-pc:/boot$ sudo apt-get remove linux-image-2.6.35-27-generic
4.查看/boot目录:
lxz@lxz-pc:/boot$ sudo du -m /boot //以MB为单位显示
1 /boot/grub/locale
2 /boot/grub
1 /boot/lost+found
36 /boot
5.查看文件系统使用情况,和文件系统被挂在的位置:
lxz@lxz-pc:/boot$ df -lh
文件系统 容量 已用 可用 已用%% 挂载点
/dev/sda7 71G 7.7G 60G 12% /
none 1001M 244K 1001M 1% /dev
none 1007M 216K 1006M 1% /dev/shm
none 1007M 100K 1006M 1% /var/run
none 1007M 0 1007M 0% /var/lock
/dev/sda8 92M 42M 46M 48% /boot
posted on 2011-10-15 14:16 IamEasy_Man 阅读(643) 评论(0) 编辑 收藏 举报