我愚蠢地把引导放在它自己的228米空间分区中,现在当我试图进行升级时,它总是告诉我它没有空间。
我试图删除旧包,但仍然没有足够的空间。
有没有一种方法可以摆脱这个/boot分区,并将它与根结合起来?
或者增加它的大小?
这是一个远程服务器,我只有命令行访问权限。
谢谢
更新:
dpkg -l | grep linux-image
ii linux-image-3.2.0-23-generic 3.2.0-23.36 Linux kernel image for version 3.2.0 on 64 bit x86 SMP
我有一个挑战,以清洁引导驱动器,是100%满。
我列出以前的版本:
dpkg -l linux-映像*
会得到12个版本的清单,
rc linux-image-4.4.0-45-generic 4.4.0-45.66 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-47-generic 4.4.0-47.68 amd64 Linux kernel image for v
我最近买了一个4GB的USB内存,Serioux,数据旅行者。今天我在它上写了Linux 13肉桂版,现在我想格式化它。
我尝试转到磁盘实用程序,选择它并使用“不要分区”选项按下"Format驱动器“,但是当我单击Format时,它再次给出以下消息:
One or more partitions are busy on /dev/sdc
我已经尝试过安全地删除它并重新启动系统很多次了,但是它没有工作。
我有一个运行ubuntu自动安全更新的服务器,/boot现在几乎已经满了(93%)。下面是dpkg -l "linux-image*“的输出。
ii linux-image-3.2.0-24-generic 3.2.0-24.39 Linux kernel image for version 3.2.0 on 64 bit x86 SMP
ii linux-image-3.2.0-36-generic 3.2.0-36.57
我在这里遇到了一些情况:
我有linux 17,启动时它写的是Press S to skip mounting or M for manual Recovery。所以我按S
当我尝试用我的username blue登录时,上面写着
您的主目录被列为:'/ home /blue‘,但它似乎不存在。
我使用ctrl+alt+f1和root登录。我将/dev/sda7安装在/mnt/sda7中,以检查我的文件是否存在--它们确实存在。在/mnt/sda7中有两个文件夹:blue和lost+found。
blue文件夹是我的主文件夹,里面有我所有的东西。
那么:为了解决这种情况,我应该如何安装
我正在尝试更新一些包,但我一直收到消息“未满足的依赖关系”。
我所做的
sudo apt update // All good here
sudo apt install --only-upgrade certbot
通过apt安装,我得到以下消息(我翻译了这些消息,以便它们逐字不正确):
It's useful to run "apt-get -f install" to fix the following issues:
The following packages have unmet dependencies:
certbot : Depends: p
我正在尝试卸载wordpress,但我遇到了以下情况。我使用了以下命令:
sudo apt-get remove wordpress
得到以下输出:
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
linux-image
我们有linux机器,我们按以下方式进行磁盘修复
umount /grid/sde
fsck.ext4 /dev/sde
e2fsck 1.42.9 (28-Dec-2013)
/dev/sde: clean, 103867/1310720 files, 4725204/5242880 blocks
this not was from single user mode , the machine was up with multi user mode
运行级N5,所以问题是
从N5运行fsck可以吗?