我想使用 do-release-upgrade 实用程序从 20.04 更新到下一个 lts 版本。但该过程中止并显示以下消息:
Not enough free disk space
The upgrade has aborted. The upgrade needs a total of 1,755 M free
space on disk '/var/cache/apt/archives'. Please free at least an
additional 182 M of disk space on '/var/cache/apt/archives'.
查看 /var/cache/apt/archives,发现文件夹是空的。df -h 证实了这一点,它显示 100% 的空间可用:
Filesystem Size Used Avail Use% Mounted on
tmpfs 1.5G 0 1.5G 0% /var/cache/apt/archives
我该怎么做才能完成升级过程?
答案1
您不需要tmpfs
挂载点上的可用空间,而是需要/var
挂载点(其本身可能是根挂载点的子目录/
)上的可用空间。
用于df-mh
检查根分区是否/
有足够的可用空间。如果没有,请释放一些空间。您可能需要远多于 182M 的空间才能完成发行版升级的安装。