m2.nz/content/posts/expand_opnsense_root_disk.md
2024-01-13 21:08:31 +13:00

497 B

title tags date featuredimagepreview
Expanding OpnSense root disk (21.7+)
opnsense
disk
2024-01-13 /opnsense_expand.jpg

Expanding root partition on OpnSense VM

  • Expand underlying VM disk
  • Reboot
  • Run below commands to online resize
  • Reboot (Optional?)
# 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