Carlos Montemayor Posted August 2, 2016 Report Posted August 2, 2016 Hi, I just enabled a Beaglebone Black Rev C to run the pbx software and I notice that after installing the operating system, the pbx software and the audio files for the language,there is still room in the eMMC memory flash, but not too much. So, It would make a lot of sense to use the Beaglebone Black facility of having a microSD Card device to use it to save CDRs, Recordings, PCAP Files and in general anything that is not the core application software. To make a test, I am using an 8 GB microSD Card and by using the df -k command under a terminal I was able to see where it is in the beaglebone black. The line that clearly shows the microSD Card that I placed is the following one: Filesystem 1K-blocks Used Available Use% Mounted on /dev/mmcblk0p1 7726080 4 7726076 1% /media/BBB_STORAGE I recognize the size of it (about 8 GB), that I have not yet used (only 1% is used) and the label that I placed in the microSD card at the time when I formated it (BBB_STORAGE) So far so good, however, I just do not know how to tell the pbx that it should use the mircoSD Card to write all those those files that could be eating the small room left in the eMMC flash memory. As always, help is greatly appreciated! Quote
Vodia PBX Posted August 2, 2016 Report Posted August 2, 2016 What you can do is to create symbolic links e.g. for the recordings directory, so that all large files are on the SD card and the rest is locally on the eMMC. Quote
Vodia support Posted August 2, 2016 Report Posted August 2, 2016 You will need to create a symbolic link for example on the cmd line you will have type something like. ln -s /usr/local/pbx/recordings /path/to/symlin so the 2nd part is the path of the mounted device. Quote
5953lc Posted August 25, 2016 Report Posted August 25, 2016 Would it be possible using a symbolic link to set both the specific mounted device and the folder on the mounted device ? Could you give an example ? Thanks Quote
Vodia support Posted August 25, 2016 Report Posted August 25, 2016 You could just repeat the cmd ln -s path-to-actual-folder name-of-link or the mounted device/folder Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.