I am a newbie with Opnsense, using it on a Protectli VP2420 for a couple of months.
My box has 16GB of RAM, and a 500GB m.2 drive. I am slowly learning about Opnsense, and while I have plenty of questions about that, I am OK with my current state.
My disk usage continues to show 0%, although I have turned on (I believe) a lot of logs. I am asking if there is a way for me to verify/validate that my m.2 drive is actually being used by Opnsense? It was visible when I was installing Opnsense, but I can't tell that anything is using it. I realize this question might be more of a FreeBSD question than Opnsense itself, but I believe that you folks can probably point me obtaining answers.
Thanks for your time.
get to see the storage partitions the system identifies:
$gpart show
if the disk you expect to find there isn't listed, use $sudo camcontrol devlist
and we can take it from there.
I too am new to Opnsense, but not to FreeBSD. A base FreeBSD install is very light on disk usage requirements which it seems they've kept in mind when developing Opnsense. I too have 500GB storage (albeit spinning disks, but that doesn't matter here). If you go to shell prompt, run:
df -h
This will show how much space is actually being used. On my system, it is only using 1.3GB out of a formatted 440GB on root, which is less than 1% so it continues to show 0% on the dashboard. I do not have Netflow turned on, but if I did that usage would certainly change.
Ah, very good point. Percentage of use on a relatively large disk.
Thank you very much for your replies; I have been away from my system for a while, but I have used both the commands recommended, and 1.) the disk is there, as it showed when I first installed Opnsense, and 2.) you guys were right about it saying 0% usage. It is simply not using 2.5 GB of the disk yet. Less than 1/2 of 1% shows as 0%.
Thanks again for the help!