Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Tatariushi

#1
OPNsense 24.1.5_3-amd64

Please be kind - I'm still very new to linux.

I've managed to work through the first few steps of increasing the size of my boot partition from 8GiB to 20GiB.

gpart show da0 outputs
    40 41942960 da0 GPT (20G)
    40   532480  1  efi (260M)
532520     1024  2  freebsd-boot (512K)
533544 41409456  3  freebsd-ufs (20G)

Which appears to me to be correct.
However the OPNSense Dashboard still shows an 8GiB volume.

From what I understand, my next step is to run growfs /dev/da0p3
This prompts me to type in "yes" which I do, and then it returns Operation not permitted

How can I fix this?  Thank you.