linux空间明明足够,但是rpm装包却提示空间不足,这是什么原因?
查看 /boot 文件系统的可用大小:
df -H /boot
可以尝试 卸载无用的旧内核:
rpm -qa | grep kernel
rpm -e
yum remove