#/boot nearly full

1 messages · Page 1 of 1 (latest)

rich magnet
#

i´m running more than one NABOX and on the production grafana server i have a /boot partition. on the other installations i don´t have that /boot partition.

nabox / # df -h /boot
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 127M 116M 11M 92% /boot

how can i extend the partition and why is there no /boot partition on the other installations.

thank you

opal jacinth
#

@calm vault

calm vault
#

Wha are the running versions ?

You shouldn’t need to increase /boot capacity, its content shouldn’t grow in any way.

rich magnet
#

all installations are running on NAbox v4.0.10 (f9baaca).
why do i have /boot on one installation and not on all?

calm vault
#

sudo fdisk -l /dev/sda;mount |grep "/dev"

#

Not sure, could be some leftover after update. I don't have /boot mounted on mine

rich magnet
#

Disk /dev/sda: 8.49 GiB, 9116319744 bytes, 17805312 sectors
Disk model: Virtual disk
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: FC93B490-ACA4-4426-9223-FD1D49F93CD9

Device Start End Sectors Size Type
/dev/sda1 4096 266239 262144 128M EFI System
/dev/sda2 266240 270335 4096 2M BIOS boot
/dev/sda3 270336 2367487 2097152 1G unknown
/dev/sda4 2367488 4464639 2097152 1G unknown
/dev/sda6 4464640 4726783 262144 128M Linux filesystem
/dev/sda7 4726784 4857855 131072 64M unknown
/dev/sda9 4857856 17801215 12943360 6.2G unknown
/dev/sda9 on / type ext4 (rw,relatime,seclabel)
/dev/mapper/usr on /usr type btrfs (ro,relatime,seclabel,rescue=nologreplay,space_cache=v2,subvolid=5,subvol=/)
/dev/sda6 on /oem type btrfs (rw,nodev,relatime,seclabel,space_cache=v2,subvolid=5,subvol=/)
devtmpfs on /dev type devtmpfs (rw,nosuid,seclabel,size=4096k,nr_inodes=4098745,mode=755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,seclabel)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,seclabel,gid=5,mode=620,ptmxmode=000)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,nosuid,nodev,relatime,seclabel,pagesize=2M)
mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime,seclabel)
/dev/sdb on /data type ext4 (rw,relatime,seclabel)
/dev/sda1 on /boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro)

calm vault
#

Strange indeed, you can sefely unmount it

#

well, that said mine is 49% full

#
admin@nabox /boot $ du -hs /boot/*
2.8M    /boot/EFI
1.5K    /boot/boot
58M    /boot/flatcar
684K    /boot/xen
admin@nabox /boot $ du -hs /boot/flatcar/*
1.8M    /boot/flatcar/grub
56M    /boot/flatcar/vmlinuz-a
rich magnet
#

unmount done - thank you!

nabox ~ # du -hs /boot/*
2.0M /boot/EFI
1.5K /boot/boot
114M /boot/flatcar
461K /boot/xen
nabox ~ # du -hs /boot/flatcar/*
4.1M /boot/flatcar/grub
55M /boot/flatcar/vmlinuz-a
55M /boot/flatcar/vmlinuz-b