I'm a Ubuntu noob, so bear with me here. I have a Ubuntu server (16.04.6) that I use for Plex and NAS, and my Webmin dashboard told me that my boot partition was full. I removed all the old kernels, but it still says 0 available space. Google has been to no help. I saw other people here having similar problems, but the solutions didn't help me, so I hope someone can help me figure this out.
Edit: I'm guessing old kernels aren't my problem, but I don't understand what could fill my entire boot partition like this. More importantly, what can I delete from the partition without messing something up?
Output from df -h
:
Filesystem Size Used Avail Use% Mounted on
udev 3.9G 0 3.9G 0% /dev
tmpfs 789M 9.2M 780M 2% /run
/dev/nvme0n1p1 229G 226G 0 100% /
tmpfs 3.9G 4.0K 3.9G 1% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
/dev/md0 3.7T 2.0T 1.7T 54% /mnt/Media
tmpfs 789M 0 789M 0% /run/user/1000
Output from sudo dpkg --list | egrep -i 'linux-image'
:
ii linux-image-4.4.0-184-generic 4.4.0-184.214 i386 Linux kernel image for version 4.4.0 on 32 bit x86 SMP
ii linux-image-4.4.0-189-generic 4.4.0-189.219 i386 Linux kernel image for version 4.4.0 on 32 bit x86 SMP
rc linux-image-extra-4.4.0-142-generic 4.4.0-142.168 i386 Linux kernel extra modules for version 4.4.0 on 32 bit x86 SMP
ii linux-image-generic 4.4.0.189.195 i386 Generic Linux kernel image
/var/log/
is only 17M. – Dorsen Sep 15 '20 at 07:27