Skip to content

Email: admin@alshowto.com

Al's Down`N Dirty KB

Al's Down`N Dirty KB

Get`Er Done

  • Home
  • Networking
  • OPNSense Resize Disk

OPNSense Resize Disk

Posted on September 20, 2022September 21, 2022 By admin No Comments on OPNSense Resize Disk
Networking

So, it is a problem when you run out of the space. Below is what I did.

gpart show
swapoff -a
gpart recover da0
gpart resize -i 3 -s 70G da0
gpart add -t freebsd-swap -l swap da0
swapon -a

Where is the space used

For example look in /var

du -a /var | sort -n -r | head -n 10

Related

Tags: OpnSense

Post navigation

❮ Previous Post: Install Docker Compose On Linux
Next Post: Create Simple Rancher2.6 on Debian11 ❯

You may also like

Linux
Configure SSH for Different Port
October 17, 2022
pfsense and ssh
Linux
pfSense SSH issues
October 12, 2022
Networking
Proxmox Mail Behind HAProxy
October 16, 2022
Linux
Configure HAProxy To Serve pfSense GUI
October 14, 2022

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Copyright © 2023 Al's Down`N Dirty KB.

Theme: Oceanly Premium by ScriptsTown