可能的重复:
在 /boot 上释放更多空间
我在Ubuntu 10.04 中。
当我使用“更新管理器”安装软件更新时,会弹出一个对话框,告诉我“卷“引导”仅剩余 0 字节磁盘空间“
我目前使用的内核是:
myname:~$ uname -r
2.6.32-37-generic
Run Code Online (Sandbox Code Playgroud)
boot文件夹的内容是:
myname:~$ ls -lah /boot
total 217M
drwxr-xr-x 4 root root 3.0K 2012-01-13 15:18 .
drwxr-xr-x 24 root root 4.0K 2012-01-13 15:21 ..
-rw-r--r-- 1 root root 626K 2010-04-16 16:01 abi-2.6.32-21-generic
-rw-r--r-- 1 root root 637K 2011-01-11 03:18 abi-2.6.32-28-generic
-rw-r--r-- 1 root root 637K 2011-02-11 21:56 abi-2.6.32-29-generic
-rw-r--r-- 1 root root 637K 2011-03-02 04:27 abi-2.6.32-30-generic
-rw-r--r-- 1 root root …Run Code Online (Sandbox Code Playgroud) 我正在使用带有32 位 Ubuntu 10.04的笔记本电脑。
我曾经只有 2 GB 的 RAM。今天,我们的 IT 支持人员将我的笔记本电脑升级到了总共6 GB 的 RAM。他们告诉我“虽然你现在有 6 GB,但当你使用当前的 Ubuntu 时,你将只有 3 GB 可用。你必须安装最新版本的 64 位 Ubuntu 才能启用所有 6 GB。”
他匆匆离开,也没有多解释。我打开我的笔记本电脑,用来gnome-system-monitor检查,正如他所说,它显示我只有 3 GB 的 RAM。
有人可以解释我为什么吗?为什么我只有 3 GB 可用空间,为什么安装 64 位版本会使所有 6 GB 可用?