Disk Space FreePBX 17 - What mount point is the GUI reporting on?

I have a FreePBX 17 Server. I need to add more disk space. We are going to be doing a lot of Faxing through the UCP. So far I just have some faxing and a few test extensions on the system and I am using quite a bit of the disk space. We are going to roll this out to about 150 users.

I believe that I know how to use gparted to resize the partition and lvm to resize the volume groups. What I don’t know is what volume group it the WebGui Reporting that I need to add the space too.

It looks like /var is the closet one in disk space to the what is shown in GUI

This system was setup on Hyper-V with a 1TB virtual drive. But I think the PUB install from the ISO install does not use all the space.

From What I understand is you have to boot to a gparted Live CD and then expand the partition. Then do a pvresize /dev/sdXn to add the extra space the volume group then do a lvresize -r --size +50GiB /dev/vg/lv to add the space. What I do not know though for sure is what space (mount point etc /var) is being reported in the GUI.

If you installed with the beta ISO, the System Disk Usage widget in Dashboard is misreporting. Check the actual usage in Admin > System Admin > Storage

1 Like

So it looks like /var there is only 8% of 46GB

Is there someplace I can find out where the system uses the space on which mount point. Example:

Faxes go int /var/user and voicemail goes here and music on hold files go here.

I am just trying to plan ahead for when we do run out of space.