The volumen "boot" has only 4,1 MB disk space remaining.
Please, help me, can I modify the volume "boot" size? Or How can I modify that boot size?
Attachment | Size |
---|---|
Screenshot from 2018-12-15 12:26:00.png | 907.07 KB |
It can be done, but it might involve reinstalling Trisquel.
Please show us what your hard drive looks like. What we need here, is the output of the following commands:
sudo fdisk -l
and
df -h
Edit: one more thing that would be interesting. Please show us the output of:
ls -lsah /boot
I bet on many kernels (the listing of /boot will tell): 'executing 'sudo apt autoremove' in a terminal would solve that.
>I bet on many kernels
That's also my bet. Remove all old kernels, except the currently working one and a backup one.
o/
Just uninstall some old kernel image(s). First try this command:
# apt autoremove
If those cannot be automatically deleted, you can try Synaptic package manager. You can also try to search something like "ubuntu delete old kernel" or "debian delete old kernel" on the web.
Typically, I use a partition with 1~2 GB capacity for the /boot mount point.
I keep /boot on /. I guess you separate /home from / to have its files on a different type of filesystem. The hypothetical time gain (in ms) is probably lost the first time you forgot to remove the older kernels for some time and face the problem CESQ reports.
/
/boot
/var
/tmp
/home
That's how adults partition their hard drive.
Do you use a different type of filesystem for /boot and /var than you use for /? If not, I see no point. If you do: why? For performance reasons?
It is actually my reason to have /tmp's files on a tmpfs filesystem. But I have a lot of RAM (16 GB) and sometimes generate large temporary files for my work. For most desktop users, I would not recommend it.