如何在 VPS 上的 /boot 中释放更多空间(增加分区大小)?

如何在 VPS 上的 /boot 中释放更多空间(增加分区大小)?

我的启动分区已满。我无法应用系统更新。如何调整分区大小?我不想删除旧文件,只想调整大小。我无法安装 gparted,因为我没有桌面访问权限。可以从 webmin 执行此操作吗?

我尝试了以下方法:

我的 /boot 分区已达到 100%,现在无法升级。无法删除旧内核以腾出空间

如何在 /boot 中释放更多空间?

如何调整分区大小?

[root@mail ~]# sudo apt-get install gparted
Reading package lists...
Building dependency tree...
Reading state information...
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 gparted : Depends: libatkmm-1.6-1 (>= 2.22.1) but it is not going to be installed
           Depends: libglibmm-2.4-1c2a (>= 2.36.2) but it is not going to be installed
           Depends: libgtk2.0-0 (>= 2.14.0) but it is not going to be installed
           Depends: libgtkmm-2.4-1c2a (>= 1:2.24.0) but it is not going to be installed
           Depends: libpangomm-1.4-1 (>= 2.27.1) but it is not going to be installed
 linux-image-extra-3.13.0-119-generic : Depends: linux-image-3.13.0-119-generic but it is not going to be installed
 linux-image-extra-3.13.0-133-generic : Depends: linux-image-3.13.0-133-generic but it is not going to be installed
 linux-image-generic : Depends: linux-image-3.13.0-133-generic but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

如果我尝试apt-get -f install,我会收到“磁盘已满”错误。

来自 webmin 的屏幕截图。

分区

逻辑卷

物理体积

逻辑卷

磁盘和网络文件系统

答案1

我确实从 webmin 文件管理器中删除了旧内核文件,因此启动时有更多空间。我还没有尝试调整大小过程。

webmin文件管理器

从 webmin 文件管理器中删除文件后,一切apt-get autoremove正常apt-get -f install。一切正常。谢谢大家。

相关内容