Hi,
i use zfs with my Ubuntu 22.04 LTS. When i run `zfs list -r bpool` i get the following
Code:
NAME USED AVAIL REFER MOUNTPOINT
bpool 1.73G 20.8M 96K /boot
bpool/BOOT 1.72G 20.8M 96K none
bpool/BOOT/ubuntu_asenxf 1.72G 20.8M 101M /boot
then `cd /boot` and `du -h` i get:
Code:
3,5M ./grub/x86_64-efi
132K ./grub/locale
2,3M ./grub/fonts
8,2M ./grub
3,5M ./efi/grub/x86_64-efi
132K ./efi/grub/locale
2,3M ./efi/grub/fonts
8,2M ./efi/grub
4,3M ./efi/EFI/ubuntu
1,9M ./efi/EFI/BOOT
6,1M ./efi/EFI
4,0K ./efi/System Volume Information
15M ./efi
124M .
i ran 'sudo apt autoremove'. i deleted all old kernels:
Code:
zfs list -t snapshot bpool
no datasets available
Code:
dpkg --list | grep linux-image
rc linux-image-5.17.0-1035-oem 5.17.0-1035.36 amd64 Signed kernel image oem
rc linux-image-6.1.0-1020-oem 6.1.0-1020.20 amd64 Signed kernel image oem
rc linux-image-6.1.0-1027-oem 6.1.0-1027.27 amd64 Signed kernel image oem
rc linux-image-6.1.0-1028-oem 6.1.0-1028.28 amd64 Signed kernel image oem
rc linux-image-6.1.0-1029-oem 6.1.0-1029.29 amd64 Signed kernel image oem
rc linux-image-6.1.0-1033-oem 6.1.0-1033.33 amd64 Signed kernel image oem
ii linux-image-6.1.0-1034-oem 6.1.0-1034.34 amd64 Signed kernel image oem
rc linux-image-unsigned-6.1.0-1028-oem 6.1.0-1028.28 amd64 Linux kernel image for version 6.1.0 on 64 bit x86 SMP
i also scrubbed the pool. But i still have a full bpool:
Code:
xz: (stdout): Write error: No space left on device
E: mkinitramfs failure xz --check=crc32 --threads=0 1##########.............]
update-initramfs: failed for /boot/initrd.img-6.1.0-1034-oem with 1.
how can i freeup space on my bpool?
Bookmarks