Extend Storage

Hi everyone
I’m trying to upgrade from V13 to V15.
According to the instructions, I installed the V15 on my local VM and uploaded the image to the our cloud server.
Now I have problem with the storage. The VM had only 16GB hard drive when I created it but the Cloud server has 80GB, so now, the freepbx only detects the portion which created on the VM.
How can I extend the partition and use full space on my cloud server?
image

what type of partitions did you create? linux version? you can use fdisk -l to know the partition type and find the procedure. remember backup before to proceed

Thanks Karlos for the reply.

Disk /dev/vda: 53.7 GB, 53687091200 bytes, 104857600 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0x0008d5ab

Device Boot Start End Blocks Id System
/dev/vda1 * 2048 4098047 2048000 83 Linux
/dev/vda2 4098048 104857599 50379776 8e Linux LVM

Disk /dev/vdb: 0 MB, 493568 bytes, 964 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

Disk /dev/sda: 53.7 GB, 53687091200 bytes, 104857600 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

Disk /dev/mapper/SangomaVG-root: 12.7 GB, 12687769600 bytes, 24780800 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

Disk /dev/mapper/SangomaVG-swaplv1: 1719 MB, 1719664640 bytes, 3358720 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

2 Likes

Hello mattgolchin. The following link shows the procedure for Centos OS. I hope help you. Remember backup.

Increase Root Partition Size - LVM - CentOS - GeekPeek.Net

Thank you both. It has been solved.
Much appreciated.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.