HOW TO Mounting External Drive For Call Recordings

In order to save your call recordings to external hard drive you will need to perform following procedure from PBXware shell.

To verify your external drive ID execute command:

cat /proc/partitions

In most cases external USB drives are ‘sdb’ or ‘hdb’.Its name will contain additional number showing partition(s) on it.

WARNING: In our example drive shows up as sdb1 but please be aware that in your scenario this might not be the case, and any mistakes in drive selection might lead to data loss.

Before we mount our drive, we need to format it to ext3 file system:

Scroll to Top