Expanding OpnSense root disk (21.7+) idanoo 2024-01-13 66 words One minute Expanding root partition on OpnSense VM Expand underlying VM disk Reboot Run below commands to online resize Reboot (Optional?) 1 2 3 4 5 6 7 8 # View the layout gpart show # Resolve GPT issue before extending gpart recover da0 # Make it use all the new space gpart resize -i 3 da0 # Grow the FS to fill the new partition growfs /dev/gpt/rootfs