I have a Ubuntu Server currently running 13.04. I want to upgrade to 13.10 but I get an error:
Not enough free disk space
The upgrade has aborted. The upgrade needs a total of 61.0 M free
space on disk '/boot'. Please free at least an additional 21.5 M of
disk space on '/boot'. Empty your trash and remove temporary packages
of former installations using 'sudo apt-get clean'.
The boot partition is:
Filesystem Size Used Avail Use% Mounted on
/dev/sda5 76M 35M 38M 48% /boot
I have followed the various other questions to free more space. I ran the clean command above, and I have removed all old kernels so now I only have the latest kernel.
Looking around, it seems that 200MB is a recommended size for /boot
, but the only answers I've seen say to use gparted on the LiveCD.
However, I only have SSH access to the server so this is not an option. Is there some way to repartition the hard drive over SSH?